Interface ITMPEffectDatabase<T>
- Namespace
- TMPEffects.Databases
Base interface for effect databases.
public interface ITMPEffectDatabase<out T> : ITMPEffectDatabaseType Parameters
- T
- Type of effects contained in this database. 
- Inherited Members
Methods
GetEffect(string)
Get the effect associated with the given name.
T GetEffect(string name)Parameters
- namestring
- The identifier of the effect. 
Returns
- T
- The effect associated with the given name.