structWriteInto method
Implementation
@override
void structWriteInto(MemoryPointer p) {
field_transform.write(p, _transform);
field_meshCount.write(p, _meshCount);
field_materialCount.write(p, _materialCount);
_meshes.writeInto(p);
_materials.writeInto(p);
_meshMaterial.writeInto(p);
field_skeleton.write(p, _skeleton);
_currentPose.writeInto(p);
_boneMatrices.writeInto(p);
}