SceneArray constructor

SceneArray({
  1. int serializerType = 0,
  2. String type_ = '',
  3. String subId = '',
  4. int elementOffset = 0,
  5. int elementCount = 0,
  6. int byteOffset = 0,
  7. int typeSize = 0,
  8. int strideSize = 0,
  9. List<int> byteArray = const [],
})

Implementation

SceneArray({
    this.serializerType = 0,
    this.type_ = '',
    this.subId = '',
    this.elementOffset = 0,
    this.elementCount = 0,
    this.byteOffset = 0,
    this.typeSize = 0,
    this.strideSize = 0,
    this.byteArray = const [],
});