Click or drag to resize
RigidBodyApplyImpulse Method (Vector3, Vector3)
Apply impulse on the body, from a given position.

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,
	Vector3 from
)

Parameters

impulse
Type: Vector3
Impulse to apply.
from
Type: Vector3
Impulse source position.
See Also