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 Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, May 2, 2022
    Terms of use