C# Class FairyGUI.TypingEffect

文字打字效果。先调用Start,然后Print。
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Protected Properties

Свойство Type Description
_backupVerts List
_mainLayerStart int
_mainLayerVertCount int
_printIndex int
_shadow bool
_started bool
_stroke bool
_strokeLayerStart int
_textField TextField
_vertIndex int

Méthodes publiques

Méthode Description
Cancel ( ) : void
Print ( float interval ) : IEnumerator

打印的协程。

Print ( ) : bool

输出一个字符。如果已经没有剩余的字符,返回false。

PrintAll ( float interval ) : void

使用固定时间间隔完成整个打印过程。

Start ( ) : void

开始打字效果。可以重复调用重复启动。

TypingEffect ( GTextField textField ) : System

TypingEffect ( TextField textField ) : System

Méthodes protégées

Méthode Description
OnMeshModified ( ) : void

当打字过程中,文本可能会由于字体纹理更改而发生字体重建,要处理这种情况。 图片对象不需要处理,因为HtmlElement.status里设定的隐藏标志不会因为Mesh更新而被冲掉。

Private Methods

Méthode Description
output ( int vertCount ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

OnMeshModified() protected méthode

当打字过程中,文本可能会由于字体纹理更改而发生字体重建,要处理这种情况。 图片对象不需要处理,因为HtmlElement.status里设定的隐藏标志不会因为Mesh更新而被冲掉。
protected OnMeshModified ( ) : void
Résultat void

Print() public méthode

打印的协程。
public Print ( float interval ) : IEnumerator
interval float 每个字符输出的时间间隔
Résultat IEnumerator

Print() public méthode

输出一个字符。如果已经没有剩余的字符,返回false。
public Print ( ) : bool
Résultat bool

PrintAll() public méthode

使用固定时间间隔完成整个打印过程。
public PrintAll ( float interval ) : void
interval float
Résultat void

Start() public méthode

开始打字效果。可以重复调用重复启动。
public Start ( ) : void
Résultat void

TypingEffect() public méthode

public TypingEffect ( GTextField textField ) : System
textField GTextField
Résultat System

TypingEffect() public méthode

public TypingEffect ( TextField textField ) : System
textField TextField
Résultat System

Property Details

_backupVerts protected_oe property

protected List _backupVerts
Résultat List

_mainLayerStart protected_oe property

protected int _mainLayerStart
Résultat int

_mainLayerVertCount protected_oe property

protected int _mainLayerVertCount
Résultat int

_printIndex protected_oe property

protected int _printIndex
Résultat int

_shadow protected_oe property

protected bool _shadow
Résultat bool

_started protected_oe property

protected bool _started
Résultat bool

_stroke protected_oe property

protected bool _stroke
Résultat bool

_strokeLayerStart protected_oe property

protected int _strokeLayerStart
Résultat int

_textField protected_oe property

protected TextField,FairyGUI _textField
Résultat TextField

_vertIndex protected_oe property

protected int _vertIndex
Résultat int