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