Table of Contents

Class TMPShowAnimationDatabase

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 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 TMPShowAnimation GetEffect(string name)

Parameters

name string

The identifier of the animation.

Returns

TMPShowAnimation

The animation associated with the given name.

Exceptions

KeyNotFoundException
InvalidOperationException