Table of Contents

Class TMPHideAnimationDatabase

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 string

The 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 string

The identifier of the animation.

Returns

TMPHideAnimation

The animation associated with the given name.

Exceptions

KeyNotFoundException
InvalidOperationException