array property

TypedData array
getter/setter pair

The array is typed array it can be :

  • Float64List
  • Float32List
  • Int32List
  • Uint32List
  • Int16List
  • Uint16List
  • Uint8ClampedList
  • Uint8List
  • Int8List

and can be the object positions, colors, normals or uvs or indices

Implementation

TypedData array;