![]() |
• World Manager | ||||||||||||||||||
|
API Links
Developer Links
|
class ModifierDefined in:
Every modifier that can be attached to a scene graph node is a subclass of the C4Modifiers.hModifier class.
Definition
Member Functions
Constructor
Parameters
Description
The Modifier class is an object attached to an instance node that causes the instanced world to be modified in some way when it is loaded into the scene. An application may define its own custom modifiers, and they become visible in the World Editor.A custom modifier type is defined by creating a subclass of the Modifier class. For the modifier type to be visible in the World Editor, it is also necessary to construct an associated ModifierReg object.A custom modifier can expose its data to the World Editor by implementing the functions of the Configurable base class.
Base Classes
See Also
|