Click or drag to resize
FadeOutAnimator Class
An animator that makes an entity fade out. Note: this animator override the Opacity property.
Inheritance Hierarchy

Namespace:  GeonBit.UI.Animators
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class FadeOutAnimator : IAnimator

The FadeOutAnimator type exposes the following members.

Constructors
  NameDescription
Public methodFadeOutAnimator
Initializes a new instance of the FadeOutAnimator class
Top
Properties
  NameDescription
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
Methods
  NameDescription
Public methodCheckEntityCompatibility
Return if an entity type is compatible with this animator.
(Inherited from IAnimator.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReset
Reset animation.
(Overrides IAnimatorReset.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Do animation.
(Overrides IAnimatorUpdate.)
Top
Fields
  NameDescription
Public fieldEnabled
Is this animator currently running?
(Inherited from IAnimator.)
Public fieldSpeedFactor
Fading animation speed.
Top
See Also