CameraController.GetModule<T>
Method in CameraController
Declaration
public T GetModule<T>()
where T : CameraModule
Description
Returns the camera module of the specified type.
Type Parameters
T | The type of module to retrieve. |
Returns
T | The camera module of the specified type, or null if not registered. |