YaUITextTypingEffect¶
YaUITextTypingEffect
Properties¶
number totalTimes¶
CLIENT ONLY
总输出次数
Functions¶
void Start(number speed)¶
CLIENT ONLY
show typing effect start
void PrintAll(number interval)¶
CLIENT ONLY
Use fixed intervals to complete the entire printing process.
boolean Print()¶
CLIENT ONLY
Outputs one character. If there are no more characters left, return false.