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