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