Class DataVec3
- java.lang.Object
-
- pro.streem.flatbuffers.Table
-
- pro.streem.ar.sceneform.lullmodel.DataVec3
-
public final class DataVec3 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 DataVec3()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataVec3__assign(int _i, java.nio.ByteBuffer _bb)void__init(int _i, java.nio.ByteBuffer _bb)static voidaddValue(FlatBufferBuilder builder, int valueOffset)static intendDataVec3(FlatBufferBuilder builder)static DataVec3getRootAsDataVec3(java.nio.ByteBuffer _bb)static DataVec3getRootAsDataVec3(java.nio.ByteBuffer _bb, DataVec3 obj)static voidstartDataVec3(FlatBufferBuilder builder)Vec3value()Vec3value(Vec3 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
-
getRootAsDataVec3
public static DataVec3 getRootAsDataVec3(java.nio.ByteBuffer _bb)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public DataVec3 __assign(int _i, java.nio.ByteBuffer _bb)
-
value
public Vec3 value()
-
startDataVec3
public static void startDataVec3(FlatBufferBuilder builder)
-
addValue
public static void addValue(FlatBufferBuilder builder, int valueOffset)
-
endDataVec3
public static int endDataVec3(FlatBufferBuilder builder)
-
-