Method GetValueAt
GetValueAt(float, Vector3)
Get the signal value at a given time, offset by a given amount
Declaration
public Vector3 GetValueAt(float time, Vector3 timeOffsets)
Parameters
| Type | Name | Description |
|---|---|---|
| float | time | The current time |
| Vector3 | timeOffsets | The (unscaled) offsets (per-channel) to add to the current time |
Returns
| Type | Description |
|---|---|
| Vector3 | Value of the signal at desired time |