joints property
Vec4
get
joints
Four joint indices corresponding to this mesh's skin transforms. These are floats instead of ints because this vertex data is uploaded directly to the GPU, and float attributes work for all Impeller backends.
Implementation
Vec4 get joints => Vec4.reader.read(_bc, _bcOffset + 48);