Class UI
UI API
public static class UI
- Inheritance
-
objectUI
Methods
SetUIMode(bool)
UI 모드를 설정합니다. Parameter가 true면 UI모드를 활성화하고, false면 UI모드를 비활성화합ㄴ니다.
public static void SetUIMode(bool activeUIMode)
Parameters
activeUIMode
bool활성화/비활성화 여부
Remarks
다른 UI가 활성화되어있을 경우 UI 모드가 설정되지 않을 수 있습니다. 대시보드, Emote, 채팅창 등 다른 UI가 활성화되어있을 경우 UI 모드가 설정되지 않습니다.
ToastMessage(string, float)
ToastMessage를 전달합니다.
public static void ToastMessage(string message, float duration = 3)
Parameters
message
string문자열
duration
floatseconds
ToastWarningMessage(string, float)
ToastWarningMessage를 전달합니다.
public static void ToastWarningMessage(string message, float duration = 3)
Parameters
message
string문자열
duration
floatseconds