CameraModuleManager


Declaration

public sealed class CameraModuleManager

Description

Manages the camera modules for a camera controller.

Properties

CountThe number of modules registered to the controller.
Item[int]Gets the module at the specified index.

Constructors

CameraModuleManagerInitializes the module manager for the specified controller.

Methods

Get<T>Returns the camera module of the specified type.
Register<T>Registers a module to the controller of the specified type.
RegisterRegisters a module to the controller.
Unregister<T>Unregisters a module from the controller of the specified type.
UnregisterUnregisters a module from the controller.
ClearClears all of the modules from the controller.