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