We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class BaseWindowsMixedRealityCameraSettings

    Camera settings provider for use with Windows Mixed Reality.

    Inheritance
    Object
    BaseWindowsMixedRealityCameraSettings
    WindowsMixedRealityCameraSettings
    Namespace: Microsoft.MixedReality.Toolkit.WindowsMixedReality
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseWindowsMixedRealityCameraSettings : BaseCameraSettingsProvider

    Constructors

    BaseWindowsMixedRealityCameraSettings(IMixedRealityCameraSystem, String, UInt32, BaseCameraSettingsProfile)

    Constructor.

    Declaration
    protected BaseWindowsMixedRealityCameraSettings(IMixedRealityCameraSystem cameraSystem, string name = null, uint priority = default(uint), BaseCameraSettingsProfile profile = null)
    Parameters
    Type Name Description
    IMixedRealityCameraSystem cameraSystem

    The instance of the camera system which is managing this provider.

    String name

    Friendly name of the provider.

    UInt32 priority

    Provider priority. Used to determine order of instantiation.

    BaseCameraSettingsProfile profile

    The provider's configuration profile.

    Methods

    ApplyConfiguration()

    Declaration
    public override void ApplyConfiguration()

    Disable()

    Declaration
    public override void Disable()

    Enable()

    Declaration
    public override void Enable()
    In This Article
    Back to top Generated by DocFX