struct property

StructType<BoneInfoD> struct
final

Describes the raw memory layout, construction, and pointer representation of this struct type.

Implementation

static final StructType<BoneInfoD> struct = .new(
  factory: BoneInfoD.new,
  layout: .aligned<BoneInfoField>({
    .name:   RArray(RChar(), BASE_nameLength), // Bone name
    .parent: RInt(), // Bone parent
  }),
);