SceneArray constructor
SceneArray({})
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 [],
});