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