Package guideme.flatbuffers.scene
Class ExpVertexFormat
java.lang.Object
com.google.flatbuffers.Table
guideme.flatbuffers.scene.ExpVertexFormat
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.flatbuffers.Table
bb, bb_pos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static voidaddElements(com.google.flatbuffers.FlatBufferBuilder builder, int elementsOffset) static voidaddVertexSize(com.google.flatbuffers.FlatBufferBuilder builder, int vertexSize) static intcreateExpVertexFormat(com.google.flatbuffers.FlatBufferBuilder builder, int elementsOffset, int vertexSize) elements(int j) elements(ExpVertexFormatElement obj, int j) intstatic intendExpVertexFormat(com.google.flatbuffers.FlatBufferBuilder builder) static ExpVertexFormatstatic ExpVertexFormatbooleanmutateVertexSize(int vertex_size) static voidstartElementsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static voidstartExpVertexFormat(com.google.flatbuffers.FlatBufferBuilder builder) static voidintMethods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
Constructor Details
-
ExpVertexFormat
public ExpVertexFormat()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsExpVertexFormat
-
getRootAsExpVertexFormat
-
__init
-
__assign
-
elements
-
elements
-
elementsLength
public int elementsLength() -
elementsVector
-
elementsVector
-
vertexSize
public int vertexSize() -
mutateVertexSize
public boolean mutateVertexSize(int vertex_size) -
createExpVertexFormat
public static int createExpVertexFormat(com.google.flatbuffers.FlatBufferBuilder builder, int elementsOffset, int vertexSize) -
startExpVertexFormat
public static void startExpVertexFormat(com.google.flatbuffers.FlatBufferBuilder builder) -
addElements
public static void addElements(com.google.flatbuffers.FlatBufferBuilder builder, int elementsOffset) -
startElementsVector
public static void startElementsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
addVertexSize
public static void addVertexSize(com.google.flatbuffers.FlatBufferBuilder builder, int vertexSize) -
endExpVertexFormat
public static int endExpVertexFormat(com.google.flatbuffers.FlatBufferBuilder builder)
-