日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    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()
    Back to top Generated by DocFX