1// automatically generated by the FlatBuffers compiler, do not modify 2 3export enum BaseType { 4 None = 0, 5 UType = 1, 6 Bool = 2, 7 Byte = 3, 8 UByte = 4, 9 Short = 5, 10 UShort = 6, 11 Int = 7, 12 UInt = 8, 13 Long = 9, 14 ULong = 10, 15 Float = 11, 16 Double = 12, 17 String = 13, 18 Vector = 14, 19 Obj = 15, 20 Union = 16, 21 Array = 17, 22 MaxBaseType = 18 23}