Method IsExtrapolatedTime
IsExtrapolatedTime(double)
Given a time, returns whether it falls within the clip's extrapolation
Declaration
public bool IsExtrapolatedTime(double sequenceTime)
Parameters
Type | Name | Description |
---|---|---|
double | sequenceTime | The time relative to the timeline |
Returns
Type | Description |
---|---|
bool | True if |