Class DataVec2
- java.lang.Object
 - 
- com.google.flatbuffers.Table
 - 
- com.google.ar.sceneform.lullmodel.DataVec2
 
 
 
- 
public final class DataVec2 extends Table
 
- 
- 
Field Summary
- 
Fields inherited from class com.google.flatbuffers.Table
UTF8_CHARSET 
 - 
 
- 
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 com.google.flatbuffers.Table
__reset, getByteBuffer 
 - 
 
 - 
 
- 
- 
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)
 
 - 
 
 -