CameraProfile.GetSettings<T>

Method in CameraProfile

Declaration

public T GetSettings<T>()
    where T : CameraSettings

Description

Gets the settings of the specified type.

Type Parameters

TThe type of settings to get.

Returns

TThe settings of the specified type, or null if not present.