Свойство | Type | Description | |
---|---|---|---|
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 |
Свойство | Type | Description | |
---|---|---|---|
m_CurrentCharacterDisplayDuration | float | ||
m_CurrentText | string | ||
m_CurrentTextIsNext | bool | ||
m_IsDisplayingCharacters | bool | ||
m_IsInitialized | bool | ||
m_NextTextIndex | int |
Méthode | Description | |
---|---|---|
LoadNextText ( ) : void | ||
OnTouchUp ( TouchEvent, touchEvent ) : void | ||
Reset ( ) : void | ||
SetEnabled ( bool enabled ) : void | ||
SetSingleText ( string text ) : void |
Méthode | Description | |
---|---|---|
GetText ( string textKey ) : string | ||
Initialize ( ) : void | ||
Start ( ) : void |
Méthode | Description | |
---|---|---|
DisplayCharacters ( ) : IEnumerator | ||
IsNextLineFits ( string nextWord ) : bool | ||
IsNextWordFits ( string nextWord ) : bool | ||
PositionInitialText ( ) : void | ||
RemoveCharacter ( string text, char character ) : string |
protected GetText ( string textKey ) : string | ||
textKey | string | |
Résultat | string |
public OnTouchUp ( TouchEvent, touchEvent ) : void | ||
touchEvent | TouchEvent, | |
Résultat | void |
public SetSingleText ( string text ) : void | ||
text | string | |
Résultat | void |
public float m_CharacterDisplayDuration | ||
Résultat | float |
protected float m_CurrentCharacterDisplayDuration | ||
Résultat | float |
protected bool m_IsDisplayingCharacters | ||
Résultat | bool |