docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XROcclusionSubsystemDescriptor

    Descriptor for the XROcclusionSubsystem.

    Inheritance
    object
    SubsystemDescriptorWithProvider
    SubsystemDescriptorWithProvider<XROcclusionSubsystem, XROcclusionSubsystem.Provider>
    XROcclusionSubsystemDescriptor
    Implements
    ISubsystemDescriptor
    Inherited Members
    SubsystemDescriptorWithProvider<XROcclusionSubsystem, XROcclusionSubsystem.Provider>.Create()
    SubsystemDescriptorWithProvider.id
    SubsystemDescriptorWithProvider.providerType
    SubsystemDescriptorWithProvider.subsystemTypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    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

    Methods

    Register(Cinfo)

    Creates the occlusion subsystem descriptor from the construction info.

    Declaration
    public static void Register(XROcclusionSubsystemDescriptor.Cinfo cinfo)
    Parameters
    Type Name Description
    XROcclusionSubsystemDescriptor.Cinfo cinfo

    The occlusion subsystem descriptor constructor information.

    Implements

    ISubsystemDescriptor
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)