Methods (IInertiaProcessor)
This section contains the methods for the IInertiaProcessor interface.
Method | Description |
---|---|
Reset | Initializes the processor with initial time stamp and restarts inertia. |
Process | Performs calculations for the current tick and can raise the Delta or Completed event depending on whether extrapolation is completed or not. If extrapolation finished at the previous tick, the method is no-op. |
ProcessTime | Performs calculations for the given tick and can raise the Delta or Completed event depending on whether extrapolation is completed or not. |
Complete | Finishes the current manipulation and stops inertia on the inertia processor. |
CompleteTime | Finishes the current manipulation at the given tick, stops inertia on the inertia processor, and raises the ManipulationCompleted event. |
Related topics