IEffectLoader
Inherits object
Public Member Functions
bool
CloneEffect(string sourceEffectID, params string[] destEffectIDs)
Clones an existing effect by its ID and registers it under a new ID. true if the effect was cloned successfully; otherwise, false.
void
Load()
Loads and registers available effects into Effects.
void
Unload()
Unloads and clears any previously loaded effects from Effects.
Properties
IDictionary
Effects
[get, ]
Gets the lookup of effect ID to instantiated IEffect handlers.
