Struct XRHumanBody
Container for the data that represents a trackable human body.
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRHumanBody : IEquatable<XRHumanBody>, ITrackable
Properties
Name | Description |
---|---|
default |
Get the default human body data. |
estimated |
The scale factor that relates the implementation's default body height to the estimated height. |
native |
The native pointer to the implementation-specific human body. |
pose | The pose for the human body origin. |
trackable |
The trackable identifier for the human body. |
tracking |
The tracking state for the human body. |
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 |