Method GetSignal
GetSignal(float, out Vector3, out Quaternion)
Get the raw signal at this time
Declaration
public override void GetSignal(float timeSinceSignalStart, out Vector3 pos, out Quaternion rot)
Parameters
Type | Name | Description |
---|---|---|
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 |