|
World Manager
C4Properties.h
class PropertyRegThePropertyReg class represents a custom property type.
Definition
Template Parameters
Constructor
Parameters
Description
The PropertyReg template class is used to advertise the existence of a custom property type. The World Manager uses a property registration to construct custom property, and the World Editor examines a property registration to determine what type of node a custom property can be assigned to. The act of instantiating a PropertyReg object automatically registers the corresponding property type. The property type is unregistered when the PropertyReg object is destroyed.No more than one property registration should be created for each distinct property type. Base Classes
See Also
Property
|