Class SoleGeometryData
Both feet's drawn lowest-point candidates, measured once from the mesh and stored on RigMetrics. See SoleGeometry for what it is for and how it is reduced.
[Serializable]
public sealed class SoleGeometryData
Expand Details ...
- Inheritance
-
objectSoleGeometryData
Fields
LeftFoot
public SoleBoneGroup[] LeftFoot
Field Value
RightFoot
public SoleBoneGroup[] RightFoot
Field Value
Source
What the measurement read, and what the reduction cost. For the inspector.
public string Source
Field Value
- string
Properties
IsValid
True when both feet have at least one point.
public bool IsValid { get; }
Property Value
- bool