![]() |
• World Manager | ||||||||||
|
API Links
Developer Links
|
World::HandleNewGeometryContactDefined in:
Called by default when a new contact is made between a rigid body and a geometry node.
C4World.hPrototype
Parameters
Description
The HandleNewGeometryContact function is called by the RigidBodyController class by default when a rigid body makes a new contact with a geometry node. This function can be overridden in a subclass of World in order to carry out a specialized response to a collision.The HandleNewGeometryContact function should return one of the following values.
HandleNewGeometryContact function returns kRigidBodyUnchanged.
See Also
|