Click or drag to resize
FloatUpDownAnimator Properties

The FloatUpDownAnimator type exposes the following members.

Properties
  NameDescription
Public propertyDuration
If set, represent number of seconds for this animator to run. When reach 0, will stop animation (and begin slowing down gradually until reaching 0).
Public propertyIsDone
Did this animator finish?
(Overrides IAnimatorIsDone.)
Public propertyShouldRemoveWhenDone
Should remove this animator when done?
(Inherited from IAnimator.)
Public propertyTargetEntity
Target entity this animator operates on.
(Inherited from IAnimator.)
Top
See Also