Method ApplyImpulseAtPointLocalSpace
ApplyImpulseAtPointLocalSpace(float3, float3)
Applies the impulse at point in local space.
Declaration
public void ApplyImpulseAtPointLocalSpace(float3 impulse, float3 pointLocalSpace)
Parameters
Type | Name | Description |
---|---|---|
float3 | impulse | The impulse. |
float3 | pointLocalSpace | The point in local space. |