Class SkeletonDefinition
A skeletal connection between two joints.
Namespace: UnityEngine.Perception.GroundTruth
Syntax
public class SkeletonDefinition : object
Fields
color
The color of the skeleton in the visualization
Declaration
public Color color
Field Value
Type | Description |
---|---|
Color |
joint1
The first joint
Declaration
public int joint1
Field Value
Type | Description |
---|---|
Int32 |
joint2
The second joint
Declaration
public int joint2
Field Value
Type | Description |
---|---|
Int32 |