CameraProfile.Create

Static Method in CameraProfile

Declaration

public static CameraProfile Create()

Description

Creates a new camera settings profile.

Returns

CameraProfileThe new camera settings profile.

Overload

Declaration

public static CameraProfile Create(CameraPreset preset)

Description

Creates a new camera settings profile from the specified preset.

Parameters

presetThe preset to create the profile from.

Returns

CameraProfileThe new camera settings profile.