![]() |
• Effect Manager | ||||||||
|
API Links
Developer Links
|
class EffectRegDefined in:
The C4Effects.hEffectReg class represents a custom effect type.
Definition
Template Parameters
Constructor
Parameters
Description
The EffectReg template class is used to advertise the existence of a custom effect type. The Effect Manager uses an effect registration to construct a custom effect. The act of instantiating an EffectReg object automatically registers the corresponding effect type. The effect type is unregistered when the EffectReg object is destroyed.No more than one effect registration should be created for each distinct effect type. Base Classes
See Also
|