프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_CharacterDisplayDuration | float | ||
m_CheckNextLineFits | bool | ||
m_IsEnabled | bool | ||
m_PlayOnStart | bool | ||
m_Skippable | bool | ||
m_Text | |||
m_TextAlignment | eTextAlignment | ||
m_TextBounds | Collider | ||
m_TextKeys | List |
||
m_TextPadding | Vector2 |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_CurrentCharacterDisplayDuration | float | ||
m_CurrentText | string | ||
m_CurrentTextIsNext | bool | ||
m_IsDisplayingCharacters | bool | ||
m_IsInitialized | bool | ||
m_NextTextIndex | int |
메소드 | 설명 | |
---|---|---|
LoadNextText ( ) : void | ||
OnTouchUp ( TouchEvent, touchEvent ) : void | ||
Reset ( ) : void | ||
SetEnabled ( bool enabled ) : void | ||
SetSingleText ( string text ) : void |
메소드 | 설명 | |
---|---|---|
GetText ( string textKey ) : string | ||
Initialize ( ) : void | ||
Start ( ) : void |
메소드 | 설명 | |
---|---|---|
DisplayCharacters ( ) : IEnumerator | ||
IsNextLineFits ( string nextWord ) : bool | ||
IsNextWordFits ( string nextWord ) : bool | ||
PositionInitialText ( ) : void | ||
RemoveCharacter ( string text, char character ) : string |
public OnTouchUp ( TouchEvent, touchEvent ) : void | ||
touchEvent | TouchEvent, | |
리턴 | void |
protected float m_CurrentCharacterDisplayDuration | ||
리턴 | float |