Class DataVec4
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- com.google.ar.sceneform.lullmodel.DataVec4
-
public final class DataVec4 extends Table
-
-
Field Summary
-
Fields inherited from class com.google.flatbuffers.Table
UTF8_CHARSET
-
-
Constructor Summary
Constructors Constructor Description DataVec4()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataVec4
__assign(int _i, java.nio.ByteBuffer _bb)
void
__init(int _i, java.nio.ByteBuffer _bb)
static void
addValue(FlatBufferBuilder builder, int valueOffset)
static int
endDataVec4(FlatBufferBuilder builder)
static DataVec4
getRootAsDataVec4(java.nio.ByteBuffer _bb)
static DataVec4
getRootAsDataVec4(java.nio.ByteBuffer _bb, DataVec4 obj)
static void
startDataVec4(FlatBufferBuilder builder)
Vec4
value()
Vec4
value(Vec4 obj)
-
Methods inherited from class com.google.flatbuffers.Table
__reset, getByteBuffer
-
-
-
-
Method Detail
-
getRootAsDataVec4
public static DataVec4 getRootAsDataVec4(java.nio.ByteBuffer _bb)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public DataVec4 __assign(int _i, java.nio.ByteBuffer _bb)
-
value
public Vec4 value()
-
startDataVec4
public static void startDataVec4(FlatBufferBuilder builder)
-
addValue
public static void addValue(FlatBufferBuilder builder, int valueOffset)
-
endDataVec4
public static int endDataVec4(FlatBufferBuilder builder)
-
-