Struct XRHumanBodyPose2DJoint
  
Container for a human body pose 2D joint as part of a AR detected screen space skeleton.
 
Syntax
public struct XRHumanBodyPose2DJoint : IEquatable<XRHumanBodyPose2DJoint>
 
Constructors
  
XRHumanBodyPose2DJoint(Int32, Int32, Vector2, Boolean)
Constructs a XRHumanBodyPose2DJoint with the given parameters.
 
Declaration
public XRHumanBodyPose2DJoint(int index, int parentIndex, Vector2 position, bool tracked)
 
Parameters
| Type | 
Name | 
Description | 
| Int32 | 
index | 
The index of the joint in the skeleton hierachy. 
 | 
| Int32 | 
parentIndex | 
The index of the parent joint in the skeleton hierarchy. 
 | 
| Vector2 | 
position | 
The position of the joint in 2D screenspace. 
 | 
| Boolean | 
tracked | 
Whether the joint is tracked. 
 | 
Properties
  
index
The index for the joint in the skeleton hierachy.
 
Declaration
public int index { get; }
 
Property Value
| Type | 
Description | 
| Int32 | 
The index for the joint in the skeleton hierachy. 
 | 
Remarks
parentIndex
The index for the parent joint in the skeleton hierachy.
 
Declaration
public int parentIndex { get; }
 
Property Value
| Type | 
Description | 
| Int32 | 
The index for the parent joint in the skeleton hierachy. 
 | 
Remarks
position
The position of the joint in 2D screenspace.
 
Declaration
public Vector2 position { get; }
 
Property Value
| Type | 
Description | 
| Vector2 | 
The position of the joint in 2D screenspace. 
 | 
tracked
Whether the joint is tracked.
 
Declaration
public bool tracked { get; }
 
Property Value
| Type | 
Description | 
| Boolean | 
true if the joint is tracked. Otherwise, false. 
 | 
Methods
  
Equals(Object)
Declaration
public override bool Equals(object obj)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
obj | 
 | 
Returns
Overrides
Equals(XRHumanBodyPose2DJoint)
Declaration
public bool Equals(XRHumanBodyPose2DJoint other)
 
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
 
Returns
Overrides
ToString()
Declaration
public override string ToString()
 
Returns
Overrides
ToString(String)
Declaration
public string ToString(string format)
 
Parameters
| Type | 
Name | 
Description | 
| String | 
format | 
 | 
Returns
Operators
  
Equality(XRHumanBodyPose2DJoint, XRHumanBodyPose2DJoint)
Declaration
public static bool operator ==(XRHumanBodyPose2DJoint lhs, XRHumanBodyPose2DJoint rhs)
 
Parameters
Returns
Inequality(XRHumanBodyPose2DJoint, XRHumanBodyPose2DJoint)
Declaration
public static bool operator !=(XRHumanBodyPose2DJoint lhs, XRHumanBodyPose2DJoint rhs)
 
Parameters
Returns