Click or drag to resize
ScaleAnimator Properties

The ScaleAnimator type exposes the following members.

Properties
  NameDescription
Public property_GameObject
Get the game object this component is attached to.
(Inherited from BaseComponent.)
Public propertyBaseProperties
Animator basic properties.
(Inherited from BaseAnimator.)
Public propertyEnabled
Is this component currently enabled.
(Inherited from BaseComponent.)
Public propertyFromScale
Starting scale.
Public propertyName
Get / set the name of this component.
(Inherited from IComponent.)
Public propertyScalingTime
How long it takes to get from starting scale to ending scale.
Public propertyTimeAlive
For how long, in seconds, this animator was alive (including initial delay time).
(Inherited from BaseAnimator.)
Public propertyTimeAnimated
Return how long, in seconds, the animation actually works. This is just TimeAlive - DelayToStart.
(Inherited from BaseAnimator.)
Public propertyToScale
Ending scale.
Top
See Also