docs.unity3d.com
    Show / Hide Table of Contents

    Class XROcclusionSubsystemDescriptor

    Descriptor for the XROcclusionSubsystem.

    Inheritance
    Object
    SubsystemDescriptor
    SubsystemDescriptor<XROcclusionSubsystem>
    XROcclusionSubsystemDescriptor
    Inherited Members
    SubsystemDescriptor<XROcclusionSubsystem>.Create()
    SubsystemDescriptor.ISubsystemDescriptor.Create()
    SubsystemDescriptor.id
    SubsystemDescriptor.subsystemImplementationType
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public class XROcclusionSubsystemDescriptor : SubsystemDescriptor<XROcclusionSubsystem>, ISubsystemDescriptor

    Properties

    supportsEnvironmentDepthConfidenceImage

    Specifies if the current subsystem supports environment depth confidence image.

    Declaration
    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 may require some initialization to determine support. During this period, this property may return false for a time before becoming true.

    supportsEnvironmentDepthImage

    Specifies if the current subsystem supports environment depth image.

    Declaration
    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 may require some initialization to determine support. During this period, this property may return false for a time before becoming true.

    supportsHumanSegmentationDepthImage

    Specifies if the current subsystem supports human segmentation depth image.

    Declaration
    public bool supportsHumanSegmentationDepthImage { get; }
    Property Value
    Type Description
    Boolean

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

    supportsHumanSegmentationStencilImage

    Specifies if the current subsystem supports human segmentation stencil image.

    Declaration
    public bool supportsHumanSegmentationStencilImage { get; }
    Property Value
    Type Description
    Boolean

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

    Back to top
    Terms of use
    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