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