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

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

    Show / Hide Table of Contents

    Class GenericXRSDKCameraSettings

    Camera settings provider for use with XR SDK.

    Inheritance
    Object
    GenericXRSDKCameraSettings
    Namespace: Microsoft.MixedReality.Toolkit.XRSDK
    Assembly: cs.temp.dll.dll
    Syntax
    [MixedRealityDataProvider(typeof(IMixedRealityCameraSystem), null, "XR SDK Camera Settings")]
    public class GenericXRSDKCameraSettings : BaseCameraSettingsProvider

    Constructors

    GenericXRSDKCameraSettings(IMixedRealityCameraSystem, String, UInt32, BaseCameraSettingsProfile)

    Constructor.

    Declaration
    public GenericXRSDKCameraSettings(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.

    Properties

    IsOpaque

    Declaration
    public override bool IsOpaque { get; }
    Property Value
    Type Description
    Boolean
    Back to top Generated by DocFX