![]() |
• Effect Manager | ||||||||||
|
API Links
Developer Links
|
class EffectRegistrationDefined in:
The C4Effects.hEffectRegistration class manages internal registration information for a custom effect type.
Definition
Member Functions
Constructor
Parameters
Description
The EffectRegistration class is abstract and serves as the common base class for the template class EffectReg. A custom effect is registered with the engine by instantiating an object of type EffectReg<classType>, where classType is the type of the effect subclass being registered.
Base Classes
See Also
|