docs.unity3d.com
    Show / Hide Table of Contents

    Class XROcclusionSubsystemDescriptor

    Descriptor for the XROcclusionSubsystem.

    Inheritance
    Object
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<XROcclusionSubsystem, XROcclusionSubsystem.Provider>
    XROcclusionSubsystemDescriptor
    Inherited Members
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<UnityEngine.XR.ARSubsystems.XROcclusionSubsystem, UnityEngine.XR.ARSubsystems.XROcclusionSubsystem.Provider>.Create()
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.UnityEngine.ISubsystemDescriptor.Create()
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.id
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.providerType
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.subsystemTypeOverride
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public class XROcclusionSubsystemDescriptor : SubsystemDescriptorWithProvider<XROcclusionSubsystem, XROcclusionSubsystem.Provider>, ISubsystemDescriptor

    Properties

    environmentDepthConfidenceImageSupported

    (Read Only) Whether the subsystem supports environment depth confidence image.

    Declaration
    public Supported environmentDepthConfidenceImageSupported { get; }
    Property Value
    Type Description
    Supported
    Remarks

    The supported status might take time to determine. If support is still being determined, the value will be Unknown.

    environmentDepthImageSupported

    (Read Only) Whether the subsystem supports environment depth image.

    Declaration
    public Supported environmentDepthImageSupported { get; }
    Property Value
    Type Description
    Supported
    Remarks

    The supported status might take time to determine. If support is still being determined, the value will be Unknown.

    environmentDepthTemporalSmoothingSupported

    Whether temporal smoothing of the environment image is supported.

    Declaration
    public Supported environmentDepthTemporalSmoothingSupported { get; }
    Property Value
    Type Description
    Supported

    Read Only.

    humanSegmentationDepthImageSupported

    (Read Only) Whether a subsystem supports human segmentation depth image.

    Declaration
    public Supported humanSegmentationDepthImageSupported { get; }
    Property Value
    Type Description
    Supported

    humanSegmentationStencilImageSupported

    (Read Only) Whether a subsystem supports human segmentation stencil image.

    Declaration
    public Supported humanSegmentationStencilImageSupported { get; }
    Property Value
    Type Description
    Supported

    supportsEnvironmentDepthConfidenceImage

    Specifies if the current subsystem supports environment depth confidence image. This property is deprecated. Use environmentDepthConfidenceImageSupported instead.

    Declaration
    [Obsolete("Use environmentDepthConfidenceImageSupported instead.")]
    public bool supportsEnvironmentDepthConfidenceImage { get; }
    Property Value
    Type Description
    Boolean

    true if the current subsystem supports environment depth confidence image. Otherwise, false.

    Remarks
    Note

    This is a runtime check which might require some initialization to determine support. During this period, this property might return false for a time before becoming true.

    supportsEnvironmentDepthImage

    Specifies if the current subsystem supports environment depth image. This property is deprecated. Use environmentDepthImageSupported instead.

    Declaration
    [Obsolete("Use environmentDepthImageSupported instead.")]
    public bool supportsEnvironmentDepthImage { get; }
    Property Value
    Type Description
    Boolean

    true if the current subsystem supports environment depth image. Otherwise, false.

    Remarks
    Note

    This is a runtime check which might require some initialization to determine support. During this period, this property might return false for a time before becoming true.

    supportsHumanSegmentationDepthImage

    Specifies if the current subsystem supports human segmentation depth image. This property is deprecated. Use humanSegmentationDepthImageSupported instead.

    Declaration
    [Obsolete("Use humanSegmentationDepthImageSupported instead.")]
    public bool supportsHumanSegmentationDepthImage { get; }
    Property Value
    Type Description
    Boolean

    true if the current subsystem supports human segmentation depth image. Otherwise, false.

    Remarks
    Note

    This is a runtime check which might require some initialization to determine support. During this period, this property might return false for a time before becoming true.

    supportsHumanSegmentationStencilImage

    Specifies if the current subsystem supports human segmentation stencil image. This property is deprecated. Use humanSegmentationStencilImageSupported instead.

    Declaration
    [Obsolete("Use humanSegmentationStencilImageSupported instead.")]
    public bool supportsHumanSegmentationStencilImage { get; }
    Property Value
    Type Description
    Boolean

    true if the current subsystem supports human segmentation stencil image. Otherwise, false.

    Remarks
    Note

    This is a runtime check which might require some initialization to determine support. During this period, this property may return false for a time before becoming true.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023