Links

Kinetix.UI.KinetixUI

Public Functions

Return type
Name
void
Show(EKinetixUICategory _KinetixUICategory = EKinetixCategory.EMOTE_SELECTOR)
void
HideAll()
void
void
void
ChangeLanguage(SystemLanguage language)

Public Attributes

Type
Name
Action< EKinetixUICategory >
Action< EKinetixUICategory >
Action< AnimationIds >

Public Functions Documentation

function Show

static void Show(
EKinetixUICategory _KinetixUICategory = EKinetixUICategory.EMOTE_SELECTOR
)

function HideAll

static void HideAll()

function EnableInput

static void EnableInput()

function DisableInput

static void DisableInput()

function ChangeLanguage

static void ChangeLanguage(UnityEngine.SystemLanguage language)
This function will update all the translated UI with the chosen language.
Currently supported languages:
  • English
  • French
  • German
  • Spanish
  • Portuguese
  • ChineseSimplified
  • Japanese

Public Attributes Documentation

variable OnShowView

static Action< EKinetixUICategory > OnShowView;

variable OnHideView

static Action< EKinetixUICategory > OnHideView;

variable OnPlayedAnimationWithEmoteSelector

static Action< AnimationIds > OnPlayedAnimationWithEmoteSelector;