共用方式為


InertiaProcessor2D.Process(Int64) 方法

定義

將操作在指定時間的位置、方向和平均半徑外推。

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 奈秒為單位。

適用於