Class TtfStatTable.AxisValue

TtfStatTable.AxisValue class

Represents AxisValue record.

public class AxisValue

Constructors

NameDescription
AxisValue(ushort, float)Constructor

Properties

NameDescription
AxisIndex { get; }Gets axisIndex field. Spec: Zero-base index into the axis record array identifying the axis to which this value applies. Must be less than designAxisCount.
Value { get; }Gets a numeric value for this attribute value.

See Also