Package guideme.flatbuffers.scene
Class ExpSampler
java.lang.Object
com.google.flatbuffers.Table
guideme.flatbuffers.scene.ExpSampler
-
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 voidaddLinearFiltering(com.google.flatbuffers.FlatBufferBuilder builder, boolean linearFiltering) static voidaddTexture(com.google.flatbuffers.FlatBufferBuilder builder, int textureOffset) static voidaddTextureId(com.google.flatbuffers.FlatBufferBuilder builder, int textureIdOffset) static voidaddUseMipmaps(com.google.flatbuffers.FlatBufferBuilder builder, boolean useMipmaps) static intcreateExpSampler(com.google.flatbuffers.FlatBufferBuilder builder, int textureIdOffset, int textureOffset, boolean linearFiltering, boolean useMipmaps) static intendExpSampler(com.google.flatbuffers.FlatBufferBuilder builder) static ExpSamplerstatic ExpSamplergetRootAsExpSampler(ByteBuffer _bb, ExpSampler obj) booleanbooleanmutateLinearFiltering(boolean linear_filtering) booleanmutateUseMipmaps(boolean use_mipmaps) static voidstartExpSampler(com.google.flatbuffers.FlatBufferBuilder builder) texture()booleanstatic voidMethods 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
-
ExpSampler
public ExpSampler()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsExpSampler
-
getRootAsExpSampler
-
__init
-
__assign
-
textureId
-
textureIdAsByteBuffer
-
textureIdInByteBuffer
-
texture
-
textureAsByteBuffer
-
textureInByteBuffer
-
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)
-