Class ExpSampler

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

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

    • ExpSampler

      public ExpSampler()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsExpSampler

      public static ExpSampler getRootAsExpSampler(ByteBuffer _bb)
    • getRootAsExpSampler

      public static ExpSampler getRootAsExpSampler(ByteBuffer _bb, ExpSampler obj)
    • __init

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

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

      public String textureId()
    • textureIdAsByteBuffer

      public ByteBuffer textureIdAsByteBuffer()
    • textureIdInByteBuffer

      public ByteBuffer textureIdInByteBuffer(ByteBuffer _bb)
    • texture

      public String texture()
    • textureAsByteBuffer

      public ByteBuffer textureAsByteBuffer()
    • textureInByteBuffer

      public ByteBuffer textureInByteBuffer(ByteBuffer _bb)
    • linearFiltering

      public boolean linearFiltering()
    • mutateLinearFiltering

      public boolean mutateLinearFiltering(boolean linear_filtering)
    • useMipmaps

      public boolean useMipmaps()
    • mutateUseMipmaps

      public boolean mutateUseMipmaps(boolean use_mipmaps)
    • createExpSampler

      public static int createExpSampler(com.google.flatbuffers.FlatBufferBuilder builder, int textureIdOffset, int textureOffset, boolean linearFiltering, boolean useMipmaps)
    • startExpSampler

      public static void startExpSampler(com.google.flatbuffers.FlatBufferBuilder builder)
    • addTextureId

      public static void addTextureId(com.google.flatbuffers.FlatBufferBuilder builder, int textureIdOffset)
    • addTexture

      public static void addTexture(com.google.flatbuffers.FlatBufferBuilder builder, int textureOffset)
    • addLinearFiltering

      public static void addLinearFiltering(com.google.flatbuffers.FlatBufferBuilder builder, boolean linearFiltering)
    • addUseMipmaps

      public static void addUseMipmaps(com.google.flatbuffers.FlatBufferBuilder builder, boolean useMipmaps)
    • endExpSampler

      public static int endExpSampler(com.google.flatbuffers.FlatBufferBuilder builder)