CameraModuleManager
Class in Zigurous.CameraSystem
Declaration
public sealed class CameraModuleManagerDescription
Manages the camera modules for a camera controller.
Properties
| Count | The number of modules registered to the controller. |
| Item[int] | Gets the module at the specified index. |
Constructors
| CameraModuleManager | Initializes 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. |
| Register | Registers a module to the controller. |
| Unregister<T> | Unregisters a module from the controller of the specified type. |
| Unregister | Unregisters a module from the controller. |
| Clear | Clears all of the modules from the controller. |