![]() |
• Physics Manager | ||||||||||||||||||
|
API Links
Developer Links
|
class ForceDefined in:
The C4Forces.hForce class exerts a force on rigid bodies inside a field.
Definition
Member Functions
Constructor
Parameters
Description
The Force class represents a generic force that is exerted on rigid bodies inside a field. A subclass of the Force class implements the Force::ApplyForce function in order to define the force that acts upon rigid bodies.A Force object is assigned to a Field node by calling the Field::SetForce function. The field to which a force is assigned can be retrieved by calling the Force::GetTargetField function.
Base Classes
See Also
|