Click or drag to resize

PhysicsRigidBodyApplyLocalForce(Vector3) Method

Applies the specified force to the rigid body's center of mass.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void ApplyLocalForce(
	Vector3 force
)

Parameters

force  Vector3
The force to apply in local space.
See Also