Package pro.streem.ar.schemas.lull
Class DataVec2
- java.lang.Object
-
- pro.streem.flatbuffers.Table
-
- pro.streem.ar.schemas.lull.DataVec2
-
public final class DataVec2 extends Table
-
-
Field Summary
-
Fields inherited from class pro.streem.flatbuffers.Table
bb, bb_pos, UTF8_CHARSET, vtable_size, vtable_start
-
-
Constructor Summary
Constructors Constructor Description DataVec2()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataVec2__assign(int _i, java.nio.ByteBuffer _bb)void__init(int _i, java.nio.ByteBuffer _bb)static voidaddValue(FlatBufferBuilder builder, int valueOffset)static intendDataVec2(FlatBufferBuilder builder)static DataVec2getRootAsDataVec2(java.nio.ByteBuffer _bb)static DataVec2getRootAsDataVec2(java.nio.ByteBuffer _bb, DataVec2 obj)static voidstartDataVec2(FlatBufferBuilder builder)Vec2value()Vec2value(Vec2 obj)-
Methods inherited from class pro.streem.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __string, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
-
-
-
Method Detail
-
getRootAsDataVec2
public static DataVec2 getRootAsDataVec2(java.nio.ByteBuffer _bb)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public DataVec2 __assign(int _i, java.nio.ByteBuffer _bb)
-
value
public Vec2 value()
-
startDataVec2
public static void startDataVec2(FlatBufferBuilder builder)
-
addValue
public static void addValue(FlatBufferBuilder builder, int valueOffset)
-
endDataVec2
public static int endDataVec2(FlatBufferBuilder builder)
-
-