Class TMPShowAnimationDatabase
- Namespace
- TMPEffects.Databases.AnimationDatabase
Stores TMPShowAnimation.
public class TMPShowAnimationDatabase : TMPAnimationDatabaseBase<TMPShowAnimation>, ITMPEffectDatabase<TMPShowAnimation>, ITMPEffectDatabase, INotifyObjectChanged
- Inheritance
-
TMPShowAnimationDatabase
- 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 TMPShowAnimation GetEffect(string name)
Parameters
name
stringThe identifier of the animation.
Returns
- TMPShowAnimation
The animation associated with the given name.