![]() |
• Controller System | ||||||||
|
API Links
Developer Links
|
class ControllerRegDefined in:
The C4Controller.hControllerReg class represents a custom controller type.
Definition
Template Parameters
Constructor
Parameters
Description
The ControllerReg template class is used to advertise the existence of a custom controller type. The World Manager uses a controller registration to construct a custom controller, and the World Editor examines a controller registration to determine what type of node a custom controller can be assigned to. The act of instantiating a ControllerReg object automatically registers the corresponding controller type. The controller type is unregistered when the ControllerReg object is destroyed.No more than one controller registration should be created for each distinct controller type. Base Classes
See Also
|