ExecutionEffect
Info
typeClass
namespaceAnimatext
Fields
animatextBaseAnimatextThe Animatext component of the execution effect.
effectEffectThe effect of the execution effect.
effectTimefloatThe time of the execution effect.
effectTimeDirtyboolWhether to calculate the effect time.
isEndboolWhether the execution effect ends.
isProceedboolWhether the waiting time of the execution effect is less than or equal to the effect time of the execution effect.
presetsBaseEffect[]The presets of the execution effect.
rangeCountintThe range count of the ranges.
rangesRange[]The index ranges of the execution ranges.
totalIntervalfloatThe total execution interval of the execution effect.
totalIntervalDirtyboolWhether to calculate the total execution interval.
Methods
Public
Execute(float time)Executes the execution effect.
SetIntervalDirty()Marks the intervals of the execution effect as dirty.
SetTimeDirty()Marks the time of the execution effect as dirty.
UpdateEffectInfo(BaseEffect[] presets, Effect effect, BaseAnimatext animatext)Updates the effect infomation of the execution effect.
UpdateExecutionData(ExecutionRange[] executionRanges)Updates the data of the execution effect.