InertiaProcessor2D.Process(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將操作在指定時間的位置、方向和平均半徑外推。
public:
bool Process(long timestamp);
public bool Process (long timestamp);
member this.Process : int64 -> bool
Public Function Process (timestamp As Long) As Boolean
參數
- timestamp
- Int64
執行外推的時間戳記 (以 100 奈秒為單位)。
傳回
操作在指定時間的位置、方向和平均半徑。 如果外推正在進行則為 true
否則,如果外推已完成則為 false
。
例外狀況
時間戳記參數小於初始或上一個時間戳記。
備註
時間戳記以 100 奈秒為單位。