Method GetSignal
GetSignal(float, out Vector3, out Quaternion)
Get the raw signal at this time
선언
public override void GetSignal(float timeSinceSignalStart, out Vector3 pos, out Quaternion rot)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| float | timeSinceSignalStart | The time since in seconds since the start of the signal |
| Vector3 | pos | The position impulse signal |
| Quaternion | rot | The rotation impulse signal |