Class TMPHideAnimationDatabase
- Namespace
- TMPEffects.Databases.AnimationDatabase
Stores TMPHideAnimation.
public class TMPHideAnimationDatabase : TMPAnimationDatabaseBase<TMPHideAnimation>, ITMPEffectDatabase<TMPHideAnimation>, ITMPEffectDatabase, INotifyObjectChanged
- Inheritance
-
TMPHideAnimationDatabase
- Implements
- Inherited Members
Methods
ContainsEffect(string)
Check whether this database contains an animation associated with the given name.
public override bool ContainsEffect(string name)
Parameters
name
stringThe identifier of the animation.
Returns
- bool
true if this database contains an animation associated with the given name; false otherwise.
GetEffect(string)
Get the animation associated with the given name.
public override TMPHideAnimation GetEffect(string name)
Parameters
name
stringThe identifier of the animation.
Returns
- TMPHideAnimation
The animation associated with the given name.