CameraModuleManager.Unregister<T>
Method in CameraModuleManager
Declaration
public bool Unregister<T>()
where T : CameraModuleDescription
Unregisters a module from the controller of the specified type.
Type Parameters
| T | The type of module to unregister. |
Returns
| bool | True if the module was unregistered, false if not. |