Package guideme.flatbuffers.scene
Class ExpVertexFormatElement
java.lang.Object
com.google.flatbuffers.Struct
guideme.flatbuffers.scene.ExpVertexFormatElement
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.google.flatbuffers.Struct
bb, bb_pos
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription__assign
(int _i, ByteBuffer _bb) void
__init
(int _i, ByteBuffer _bb) int
byteSize()
int
count()
static int
createExpVertexFormatElement
(com.google.flatbuffers.FlatBufferBuilder builder, int index, int type, int usage, int count, int offset, int byteSize, boolean normalized) int
index()
void
mutateByteSize
(int byte_size) void
mutateCount
(int count) void
mutateIndex
(int index) void
mutateNormalized
(boolean normalized) void
mutateOffset
(int offset) void
mutateType
(int type) void
mutateUsage
(int usage) boolean
int
offset()
int
type()
int
usage()
Methods inherited from class com.google.flatbuffers.Struct
__reset, __reset
-
Constructor Details
-
ExpVertexFormatElement
public ExpVertexFormatElement()
-
-
Method Details
-
__init
-
__assign
-
index
public int index() -
mutateIndex
public void mutateIndex(int index) -
type
public int type() -
mutateType
public void mutateType(int type) -
usage
public int usage() -
mutateUsage
public void mutateUsage(int usage) -
count
public int count() -
mutateCount
public void mutateCount(int count) -
offset
public int offset() -
mutateOffset
public void mutateOffset(int offset) -
byteSize
public int byteSize() -
mutateByteSize
public void mutateByteSize(int byte_size) -
normalized
public boolean normalized() -
mutateNormalized
public void mutateNormalized(boolean normalized) -
createExpVertexFormatElement
public static int createExpVertexFormatElement(com.google.flatbuffers.FlatBufferBuilder builder, int index, int type, int usage, int count, int offset, int byteSize, boolean normalized)
-