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