Method ApplyImpulseAtPointWorldSpace
ApplyImpulseAtPointWorldSpace(float3, float3)
Applies the impulse at point in world space.
Declaration
public void ApplyImpulseAtPointWorldSpace(float3 impulse, float3 pointWorldSpace)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | impulse | The impulse. |
| float3 | pointWorldSpace | The point in world space. |