Click or drag to resize
FadeAnimator Properties

The FadeAnimator 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 propertyFadingTime
How long it takes to get from starting alpha to ending alpha.
Public propertyFromAlpha
Starting alpha.
Public propertyName
Get / set the name of this component.
(Inherited from IComponent.)
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 propertyToAlpha
Ending alpha.
Top
See Also