Click or drag to resize
RigidBodyApplyImpulse Method (Vector3)
Apply impulse on the body, from its center.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ApplyImpulse(
	Vector3 impulse
)

Parameters

impulse
Type: Vector3
Impulse to apply.
See Also