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 |
---|---|
defaultValue | Get the default human body data. |
estimatedHeightScaleFactor | The scale factor that relates the implementation's default body height to the estimated height. |
nativePtr | The native pointer to the implementation-specific human body. |
pose | The pose for the human body origin. |
trackableId | The trackable identifier for the human body. |
trackingState | The tracking state for the human body. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRHumanBody) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(XRHumanBody, XRHumanBody) | Tests for equality. Same as Equals(XRHumanBody). |
operator !=(XRHumanBody, XRHumanBody) | Tests for inequality. Same as |