Method GetSignal
GetSignal(float, out Vector3, out Quaternion)
Interface for raw signal provider
Declaration
public override void GetSignal(float timeSinceSignalStart, out Vector3 pos, out Quaternion rot)
Parameters
Type | Name | Description |
---|---|---|
float | timeSinceSignalStart | Time at which to get signal value |
Vector3 | pos | The position impulse signal |
Quaternion | rot | The rotation impulse signal |