Table of Contents

Class UIInputFieldStyle

Namespace
Framework.Systems.UI
Assembly
Assembly-CSharp.dll

TMP_InputField 스타일 정의. UITheme 에서 참조한다.

[Serializable]
public sealed class UIInputFieldStyle
Inheritance
object
UIInputFieldStyle

Fields

BackgroundColor

[Tooltip("배경 색상.")]
public Color BackgroundColor

Field Value

Color

CaretColor

[Tooltip("캐럿 색상.")]
public Color CaretColor

Field Value

Color

FocusBorderColor

[Tooltip("포커스 시 테두리 색상.")]
public Color FocusBorderColor

Field Value

Color

PlaceholderStyle

[Tooltip("Placeholder 텍스트 스타일.")]
public UITextStyle PlaceholderStyle

Field Value

UITextStyle

SelectionColor

[Tooltip("선택 영역 색상.")]
public Color SelectionColor

Field Value

Color

TextStyle

[Tooltip("입력 텍스트 스타일.")]
public UITextStyle TextStyle

Field Value

UITextStyle