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