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