Method GenerateImpulseAt
GenerateImpulseAt(Vector3, Vector3)
Broadcast the Impulse Signal onto the appropriate channels, using a custom position and impact velocity
선언
public void GenerateImpulseAt(Vector3 position, Vector3 velocity)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Vector3 | position | The world-space position from which the impulse will emanate |
| Vector3 | velocity | The impact magnitude and direction |