CLWaveB03
Info
typeClass
namespaceAnimatext.Effects
inheritanceDefaultTemplateEffect
Fields
anchorOffsetVector2The offset of the unit anchor.
anchorTypeAnchorTypeThe anchor type of the unit anchor.
continuousEasingboolWhether the easing is continuous. "Yes" means the easing value is from 0 to 1 and then from 1 to 0. "No" means the easing value is from 0 to 1 and then from -1 to 0.
easingTypeEasingTypeThe easing type of the preset.
positionAVector2The end position of wave easing.
positionBVector2The end position of linear easing.
rotationfloatThe end rotation of linear easing.
scaleVector2The end scale of wave easing.
singleTimefloatThe animation time of single unit.
sortTypeSortTypeThe order of unit execution.
startPositionVector2The start position of wave easing and linear easing.
startRotationfloatThe start rotation of linear easing.
startScaleVector2The start scale of wave easing.
wavesintThe number of waves.
Properties
Protected
-
unitCountintThe count of the units.
overrideDefaultTemplateEffect.unitCount
-
unitTimefloatThe animation time of single unit.
overrideDefaultTemplateEffect.unitTime
Public
-
infoFlagsInfoFlagsThe info flags of the preset.
overrideBaseEffect.infoFlags
Methods
Protected
-
Animate()Animates the units of the preset.
overrideBaseEffect.Animate