MovementProcessManager.Item[int]
Property in MovementProcessManager
Declaration
public MovementProcess this[int index] { get; }
Description
Gets the process at the specified index.
Parameters
index | The index of the process to get. |
Returns
MovementProcess | The process at the specified index. |