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

Namespace:  GeonBit.ECS.Components.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 vector to apply.
See Also