|
|
string | styleName = "기본 스타일" |
|
string | description = "이 스타일에 대한 설명을 입력하세요." |
|
bool | useTextAnimation = true |
|
DialogueTextAnimationType | defaultAnimationType = DialogueTextAnimationType.Typing |
|
float | typingSpeed = 0.05f |
|
float | typingVariation = 0.02f |
|
bool | useTypingSound = true |
|
float | fadeSpeed = 0.5f |
|
AnimationCurve | fadeCurve = AnimationCurve.EaseInOut(0, 0, 1, 1) |
|
Color | dialogueTextColor = Color.white |
|
Color | speakerNameColor = Color.yellow |
|
Color | highlightColor = Color.cyan |
|
bool | useCustomFont = false |
|
TMPro.TMP_FontAsset | customDialogueFont |
|
TMPro.TMP_FontAsset | customSpeakerFont |
|
float | dialogueFontSize = 24f |
|
float | speakerFontSize = 28f |
|
CharacterAnimationType | defaultEnterAnimation = CharacterAnimationType.Fade |
|
CharacterAnimationType | defaultExitAnimation = CharacterAnimationType.Fade |
|
float | characterAnimationSpeed = 0.5f |
The documentation for this class was generated from the following file:
- D:/Projects/Team_Hajen/ICPDEV_Ink/Assets/DeulPie/ExtraInk/Core/Data/DialogueStyle.cs