docs.unity.cn
    Show / Hide Table of Contents

    Class XRHumanBodySubsystemDescriptor

    The descriptor for the XRHumanBodySubsystem.

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

    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 12 February 2021