Method GenerateImpulseAt
GenerateImpulseAt(Vector3, Vector3)
Legacy API: Please use GenerateImpulseAtPositionWithVelocity() instead.
Broadcast the Impulse Signal onto the appropriate channels,
using a custom position and impact velocity
Declaration
public void GenerateImpulseAt(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 |