ExecutionRange
Info
typeClass
namespaceAnimatext
implementSystem.IComparable<T>
Fields
executionEffectExecutionEffectThe execution effect of the execution range.
executionInfoExecutionInfo[]The execution info.
executionInfoCountintThe count of the execution info.
executionIntervalfloatThe execution time of the execution range.
closingIntervalfloatThe interval of the closing tag.
closingIntervalTypeIntervalTypeThe interval type of the closing tag.
isEndboolWhether the execution range ends
openingIntervalfloatThe interval of the opening tag.
openingIntervalTypeIntervalTypeThe interval type of the opening tag.
orderVector3IntThe order of the execution range.
rangeIntervalfloatThe waiting time of the execution range.
startIntervalfloatThe waiting time before executing the execution range.
Methods
Public
BeforeExecute()Updates the execution range. This method is called before the "Execute" method.
-
CompareTo(ExecutionEffect other)intCompares the current execution range with another execution range.
implementSystem.IComparable<T>.CompareTo(T)
-
EarlyExecute(ref float time, ref float frontInterval)Updates the execution range. This method is called before the "BeforeExecute" method.
timeThe execution time of the execution range.
frontIntervalThe start time of the execution range.
Execute()Executes the execution range.
GetRangeTime()Gets the effect time of the execution range.