Class ChatUI
채팅 UI를 조절하는 클래스.
네임스페이스: Game.Scripts.UI
어셈블리: Assembly-CSharp.dll
Syntax
[MoonSharpUserData]
public class ChatUI : BaseControl
생성자
ChatUI(Scene_Game)
채팅 UI를 조절하는 클래스.
선언
public ChatUI(Scene_Game scene)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
Scene_Game | scene |
프로퍼티
color
색상
선언
public Color color { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
Color |
padding
채팅창 내부 채팅의 padding을 설정합니다.
선언
public RectOff padding { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
RectOff |
panelSayEnable
플레이어의 말풍선 사용 여부를 설정합니다.
선언
public bool panelSayEnable { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
bool |
popupPlayersNearbyEnable
근처 플레이어창 팝업 사용 여부를 설정합니다.
선언
public bool popupPlayersNearbyEnable { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
bool |
textAreaEnable
TextArea 사용 여부를 설정합니다.
선언
public bool textAreaEnable { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
bool |
verticalLayoutGroup
채팅창의 수직 레이아웃 그룹을 얻습니다.
선언
public VerticalLayoutGroup verticalLayoutGroup { get; }
프로퍼티 값
타입 | 설명 |
---|---|
VerticalLayoutGroup |
함수
SetFontSize(int)
폰트 사이즈
선언
public void SetFontSize(int fontSize)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
int | fontSize |
SetTextHeight(int)
텍스트 줄 높이
선언
public void SetTextHeight(int textHeight)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
int | textHeight |