MovementProcessManager.Item[int]


Declaration

public MovementProcess this[int index] { get; }

Description

Gets the process at the specified index.

Parameters

indexThe index of the process to get.

Returns

MovementProcessThe process at the specified index.