ExecutionInfo
Info
typeClass
namespaceAnimatext
Fields
characterCountintThe count of the visible characters.
charactersUnitInfo[]The unit infomation of the visible characters.
charCountintThe count of the characters.
charsUnitInfo[]The unit infomation of the characters.
endIntervalfloatThe end time of the execution info.
executionEffectExecutionEffectThe execution effect of the execution info.
executionIntervalfloatThe execution time of the execution info.
frontIntervalfloatThe start time of the execution info.
groupCountintThe count of the groups.
groupsUnitInfo[]The unit infomation of the groups.
isEndboolWhether the end interval is less than or equal to time.
lastTimefloatThe last time of the execution info.
lineCountintThe count of the lines.
linesUnitInfo[]The unit infomation of the lines.
presetBaseEffectThe preset of the execution info.
rangeUnitInfoThe unit infomation of all the characters.
rangeAnchorboolWhether to update the anchor of the range unit infomation.
rangeIntervalfloatThe waiting time of the execution info
startIntervalfloatThe waiting time before executing the execution info.
timefloatThe current time of the execution info.
wordCountintThe count of the words.
wordsUnitInfo[]The unit infomation of the words.
Methods
Public
BeforeExecute()Updates the execution info. This method is called before the "Execute" method.
-
EarlyExecute(float time, float frontInterval)Updates the execution info. This method is called before the "BeforeExecute" method.
timeThe execution time of the execution info.
frontIntervalThe start time of the execution info.
Execute()Executes the execution info.
SetEndInterval(string interval)Sets the end time of the execution info.
SetExecutionInterval(string interval)Sets the execution time of the execution info.
SetStartInterval(string interval)Sets the waiting time before executing the execution info.
SetRangeInterval(string interval)Sets the waiting time of the execution info.
UpdateAnchor()Updates all the anchors in the execution info.