Class XRHumanBodySubsystemDescriptor | AR Subsystems | 2.2.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class XRHumanBodySubsystemDescriptor

    Inheritance
    Object
    XRHumanBodySubsystemDescriptor
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public class XRHumanBodySubsystemDescriptor : SubsystemDescriptor<XRHumanBodySubsystem>

    Properties

    supportsHumanBody2D

    Specifies if the current subsystem supports 2D human body pose estimation.

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

    true if the current subsystem supports 2D human body pose estimation. Otherwise, false.

    supportsHumanBody3D

    Specifies if the current subsystem supports 3D human body pose estimation.

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

    true if the current subsystem supports 3D human body pose estimation. Otherwise, false.

    supportsHumanBody3DScaleEstimation

    Specifies if the current subsystem supports 3D human body scale estimation.

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

    true if the current subsystem supports 3D human body scale estimation. Otherwise, false.

    supportsHumanDepthImage

    Specifies if the current subsystem is allowed to provide human depth images.

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

    true if the current subsystem is allowed to provide human depth images. Otherwise, false.

    supportsHumanStencilImage

    Specifies if the current subsystem is allowed to provide human stencil images.

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

    true if the current subsystem is allowed to provide human stencil images. Otherwise, false.

    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