Struct XRHumanBodySubsystemCinfo
Constructor info for the XRHuman
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRHumanBodySubsystemCinfo : IEquatable<XRHumanBodySubsystemCinfo>
Properties
Name | Description |
---|---|
id | Specifies an identifier for the provider implementation of the subsystem. |
implementation |
Specifies the provider implementation type to use for instantiation. |
provider |
Specifies the provider implementation type to use for instantiation. |
subsystem |
Specifies the |
supports |
Specifies if the current subsystem supports 2D human body pose estimation. |
supports |
Specifies if the current subsystem supports 3D human body pose estimation. |
supports |
Specifies if the current subsystem supports 3D human body scale estimation. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRHuman |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(XRHuman |
Tests for equality. Same as Equals(XRHuman |
operator !=(XRHuman |
Tests for inequality. Same as |