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

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

    Show / Hide Table of Contents

    Struct MixedRealityCameraSettingsConfiguration

    Defines the configuration for a camera settings provider.

    Implements
    IMixedRealityServiceConfiguration
    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit.CameraSystem
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct MixedRealityCameraSettingsConfiguration : IMixedRealityServiceConfiguration

    Constructors

    MixedRealityCameraSettingsConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseCameraSettingsProfile)

    Constructor.

    Declaration
    public MixedRealityCameraSettingsConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseCameraSettingsProfile configurationProfile)
    Parameters
    Type Name Description
    SystemType componentType

    The SystemType of the provider.

    String componentName

    The friendly name of the provider.

    UInt32 priority

    The load priority of the provider.

    SupportedPlatforms runtimePlatform

    The runtime platform(s) supported by the provider.

    BaseCameraSettingsProfile configurationProfile

    Properties

    ComponentName

    The name of the system, feature or manager.

    Declaration
    public string ComponentName { get; }
    Property Value
    Type Description
    String

    ComponentType

    The concrete type for the system, feature or manager.

    Declaration
    public SystemType ComponentType { get; }
    Property Value
    Type Description
    SystemType

    Priority

    The priority this system, feature or manager will be initialized in.

    Declaration
    public uint Priority { get; }
    Property Value
    Type Description
    UInt32

    Profile

    Profile configuration associated with the service

    Declaration
    public BaseMixedRealityProfile Profile { get; }
    Property Value
    Type Description
    BaseMixedRealityProfile

    RuntimePlatform

    The runtime platform(s) to run this service.

    Declaration
    public SupportedPlatforms RuntimePlatform { get; }
    Property Value
    Type Description
    SupportedPlatforms

    SettingsProfile

    Camera settings specific configuration profile.

    Declaration
    public BaseCameraSettingsProfile SettingsProfile { get; }
    Property Value
    Type Description
    BaseCameraSettingsProfile

    Implements

    IMixedRealityServiceConfiguration
    Back to top Generated by DocFX