CameraProfile.RemoveSettings<T>

Method in CameraProfile

Declaration

public void RemoveSettings<T>()
    where T : CameraSettings

Description

Removes the settings of the specified type from the profile.

Type Parameters

TThe type of settings to remove.