![]() |
• Controller System | ||||||||||||||
|
API Links
Developer Links
|
class ControllerRegistrationDefined in:
The C4Controller.hControllerRegistration class manages internal registration information for a custom controller type.
Definition
Member Functions
Constructor
Parameters
Description
The ControllerRegistration class is abstract and serves as the common base class for the template class ControllerReg. A custom controller is registered with the engine by instantiating an object of type ControllerReg<classType>, where classType is the type of the controller subclass being registered.
Base Classes
See Also
|