Table of Contents

Class UI

UI API

public static class UI
Inheritance
object
UI

Methods

CloseAllWindow()

열려있는 모든 Viven Window를 닫습니다.

public static void CloseAllWindow()

OpenAvatarWindow()

Avatar Window를 엽니다.

public static void OpenAvatarWindow()

SetUIMode(bool)


중요: 이 API는 지원이 중단되었습니다.

UI 모드를 설정합니다. Parameter가 true면 UI모드를 활성화하고, false면 UI모드를 비활성화합니다.

[Obsolete]
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 float

seconds

ToastWarningMessage(string, float)

ToastWarningMessage를 전달합니다.

public static void ToastWarningMessage(string message, float duration = 3)

Parameters

message string

문자열

duration float

seconds