instanceData property
Float32List
get
instanceData
The flat per-instance buffer the caller writes into, capacity * floatsPerInstance floats long. Lay out each instance as: center x,y,z; size x,y; rotation; color r,g,b,a; frame; velocity x,y,z. Call commit after writing.
Implementation
Float32List get instanceData => _instanceData;