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