TypingEffect Class |
Namespace: FairyGUI
public class TypingEffect
The TypingEffect type exposes the following members.
Name | Description | |
---|---|---|
![]() | TypingEffect(GTextField) | Initializes a new instance of the TypingEffect class |
![]() | TypingEffect(TextField) | Initializes a new instance of the TypingEffect class |
Name | Description | |
---|---|---|
![]() | Cancel | |
![]() | Print() |
输出一个字符。如果已经没有剩余的字符,返回false。
|
![]() | Print(Single) |
打印的协程。
|
![]() | PrintAll |
使用固定时间间隔完成整个打印过程。
|
![]() | Start |
开始打字效果。可以重复调用重复启动。
|