Method IsPreExtrapolatedTime
IsPreExtrapolatedTime(double)
Given a time, returns whether it falls within the clip's pre-extrapolation
선언
public bool IsPreExtrapolatedTime(double sequenceTime)
파라미터
타입 | 이름 | 설명 |
---|---|---|
double | sequenceTime | The time relative to the timeline |
반환
타입 | 설명 |
---|---|
bool | True if |