CameraModuleManager.Register<T>
Method in CameraModuleManager
Declaration
public T Register<T>()
where T : CameraModule, new()Description
Registers a module to the controller of the specified type.
Type Parameters
| T | The type of module to register. |
Returns
| T | The registered module. |