Class ExpAnimatedTexturePart

java.lang.Object
com.google.flatbuffers.Table
guideme.flatbuffers.scene.ExpAnimatedTexturePart

@Generated("flatc") public final class ExpAnimatedTexturePart extends com.google.flatbuffers.Table
  • Constructor Details

    • ExpAnimatedTexturePart

      public ExpAnimatedTexturePart()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsExpAnimatedTexturePart

      public static ExpAnimatedTexturePart getRootAsExpAnimatedTexturePart(ByteBuffer _bb)
    • getRootAsExpAnimatedTexturePart

      public static ExpAnimatedTexturePart getRootAsExpAnimatedTexturePart(ByteBuffer _bb, ExpAnimatedTexturePart obj)
    • __init

      public void __init(int _i, ByteBuffer _bb)
    • __assign

      public ExpAnimatedTexturePart __assign(int _i, ByteBuffer _bb)
    • textureId

      public String textureId()
    • textureIdAsByteBuffer

      public ByteBuffer textureIdAsByteBuffer()
    • textureIdInByteBuffer

      public ByteBuffer textureIdInByteBuffer(ByteBuffer _bb)
    • 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

      public String framesPath()
    • framesPathAsByteBuffer

      public ByteBuffer framesPathAsByteBuffer()
    • framesPathInByteBuffer

      public ByteBuffer framesPathInByteBuffer(ByteBuffer _bb)
    • frameCount

      public long frameCount()
    • mutateFrameCount

      public boolean mutateFrameCount(long frame_count)
    • framesPerRow

      public long framesPerRow()
    • mutateFramesPerRow

      public boolean mutateFramesPerRow(long frames_per_row)
    • frames

      public ExpAnimatedTexturePartFrame frames(int j)
    • frames

    • framesLength

      public int framesLength()
    • framesVector

      public ExpAnimatedTexturePartFrame.Vector 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)