Click or drag to resize

PhysicsRigidBody Methods

The PhysicsRigidBody type exposes the following members.

Methods
 NameDescription
Public methodAddForce Applies the specified force to the rigid body's center of mass.
Obsolete
Public methodAddGroup Prescribes the specified collision group to the physics body.
(Inherited from PhysicsBody)
Public methodAddTorque Applies the specified angular force to the rigid body's center of mass.
Obsolete
Public methodApplyForce(Vector3) Applies the specified force to the rigid body's center of mass.
Public methodApplyForce(Vector3, Vector3) Applies the specified force to the point specified by the offset to the rigid body's center of mass.
Public methodApplyLocalForce(Vector3) Applies the specified force to the rigid body's center of mass.
Public methodApplyLocalForce(Vector3, Vector3) Applies the specified force to the point specified by the offset to the rigid body's center of mass.
Public methodApplyLocalTorque Applies the specified angular force to the rigid body's center of mass.
Public methodApplyTorque Applies the specified angular force to the rigid body's center of mass.
Public methodContainsGroup Whether the physics body has been prescribed the specified collision group.
(Inherited from PhysicsBody)
Public methodDispose
(Inherited from PhysicsBody)
Protected methodDispose(Boolean)
(Inherited from PhysicsBody)
Public methodRemoveGroup Unprescribes the specified collision group from the physics body.
(Inherited from PhysicsBody)
Top
See Also