Package guideme.flatbuffers.scene
Class ExpAnimatedTexturePart
java.lang.Object
com.google.flatbuffers.Table
guideme.flatbuffers.scene.ExpAnimatedTexturePart
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.google.flatbuffers.Table
bb, bb_pos
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription__assign
(int _i, ByteBuffer _bb) void
__init
(int _i, ByteBuffer _bb) static void
addFrameCount
(com.google.flatbuffers.FlatBufferBuilder builder, long frameCount) static void
addFrames
(com.google.flatbuffers.FlatBufferBuilder builder, int framesOffset) static void
addFramesPath
(com.google.flatbuffers.FlatBufferBuilder builder, int framesPathOffset) static void
addFramesPerRow
(com.google.flatbuffers.FlatBufferBuilder builder, long framesPerRow) static void
addHeight
(com.google.flatbuffers.FlatBufferBuilder builder, long height) static void
addTextureId
(com.google.flatbuffers.FlatBufferBuilder builder, int textureIdOffset) static void
addWidth
(com.google.flatbuffers.FlatBufferBuilder builder, long width) static void
addX
(com.google.flatbuffers.FlatBufferBuilder builder, int x) static void
addY
(com.google.flatbuffers.FlatBufferBuilder builder, int y) static int
createExpAnimatedTexturePart
(com.google.flatbuffers.FlatBufferBuilder builder, int textureIdOffset, int x, int y, long width, long height, int framesPathOffset, long frameCount, long framesPerRow, int framesOffset) static int
endExpAnimatedTexturePart
(com.google.flatbuffers.FlatBufferBuilder builder) long
frames
(int j) frames
(ExpAnimatedTexturePartFrame obj, int j) int
long
static ExpAnimatedTexturePart
static ExpAnimatedTexturePart
long
height()
boolean
mutateFrameCount
(long frame_count) boolean
mutateFramesPerRow
(long frames_per_row) boolean
mutateHeight
(long height) boolean
mutateWidth
(long width) boolean
mutateX
(int x) boolean
mutateY
(int y) static void
startExpAnimatedTexturePart
(com.google.flatbuffers.FlatBufferBuilder builder) static void
startFramesVector
(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static void
long
width()
int
x()
int
y()
Methods 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
-
ExpAnimatedTexturePart
public ExpAnimatedTexturePart()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsExpAnimatedTexturePart
-
getRootAsExpAnimatedTexturePart
public static ExpAnimatedTexturePart getRootAsExpAnimatedTexturePart(ByteBuffer _bb, ExpAnimatedTexturePart obj) -
__init
-
__assign
-
textureId
-
textureIdAsByteBuffer
-
textureIdInByteBuffer
-
x
public int x() -
mutateX
public boolean mutateX(int x) -
y
public int y() -
mutateY
public boolean mutateY(int y) -
width
public long width() -
mutateWidth
public boolean mutateWidth(long width) -
height
public long height() -
mutateHeight
public boolean mutateHeight(long height) -
framesPath
-
framesPathAsByteBuffer
-
framesPathInByteBuffer
-
frameCount
public long frameCount() -
mutateFrameCount
public boolean mutateFrameCount(long frame_count) -
framesPerRow
public long framesPerRow() -
mutateFramesPerRow
public boolean mutateFramesPerRow(long frames_per_row) -
frames
-
frames
-
framesLength
public int framesLength() -
framesVector
-
framesVector
-
createExpAnimatedTexturePart
public static int createExpAnimatedTexturePart(com.google.flatbuffers.FlatBufferBuilder builder, int textureIdOffset, int x, int y, long width, long height, int framesPathOffset, long frameCount, long framesPerRow, int framesOffset) -
startExpAnimatedTexturePart
public static void startExpAnimatedTexturePart(com.google.flatbuffers.FlatBufferBuilder builder) -
addTextureId
public static void addTextureId(com.google.flatbuffers.FlatBufferBuilder builder, int textureIdOffset) -
addX
public static void addX(com.google.flatbuffers.FlatBufferBuilder builder, int x) -
addY
public static void addY(com.google.flatbuffers.FlatBufferBuilder builder, int y) -
addWidth
public static void addWidth(com.google.flatbuffers.FlatBufferBuilder builder, long width) -
addHeight
public static void addHeight(com.google.flatbuffers.FlatBufferBuilder builder, long height) -
addFramesPath
public static void addFramesPath(com.google.flatbuffers.FlatBufferBuilder builder, int framesPathOffset) -
addFrameCount
public static void addFrameCount(com.google.flatbuffers.FlatBufferBuilder builder, long frameCount) -
addFramesPerRow
public static void addFramesPerRow(com.google.flatbuffers.FlatBufferBuilder builder, long framesPerRow) -
addFrames
public static void addFrames(com.google.flatbuffers.FlatBufferBuilder builder, int framesOffset) -
startFramesVector
public static void startFramesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
endExpAnimatedTexturePart
public static int endExpAnimatedTexturePart(com.google.flatbuffers.FlatBufferBuilder builder)
-