Method GenerateImpulseAtPositionWithVelocity
GenerateImpulseAtPositionWithVelocity(Vector3, Vector3)
Broadcast the Impulse Signal onto the appropriate channels, using a custom position and impact velocity
Declaration
public void GenerateImpulseAtPositionWithVelocity(Vector3 position, Vector3 velocity)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | position | The world-space position from which the impulse will emanate |
Vector3 | velocity | The impact magnitude and direction |