Class StartChat
채팅 UI를 조절하는 클래스.
네임스페이스: Game.Scripts.UI
어셈블리: Assembly-CSharp.dll
Syntax
[MoonSharpUserData]
public class StartChat : BaseControl
생성자
StartChat(Scene_Game)
채팅 UI를 조절하는 클래스.
선언
public StartChat(Scene_Game scene)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
Scene_Game | scene |
프로퍼티
color
색상
선언
public Color color { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
Color |
isChatInputEnabled
채팅 입력창 활성 상태
선언
public bool isChatInputEnabled { get; }
프로퍼티 값
타입 | 설명 |
---|---|
bool |
함수
SetChatType(int, string, long)
채팅 타입을 설정합니다.
선언
public void SetChatType(int chatTarget, string whisperTo = "", long whisperToID = -1)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
int | chatTarget | 채팅 타입 |
string | whisperTo | 귓속말일 경우 대상의 이름 |
long | whisperToID | 귓속말일 경우 대상의 id |