Package guideme.flatbuffers.scene
Class ExpMaterial
java.lang.Object
com.google.flatbuffers.Table
guideme.flatbuffers.scene.ExpMaterial
-
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 voidaddDepthTest(com.google.flatbuffers.FlatBufferBuilder builder, int depthTest) static voidaddDisableCulling(com.google.flatbuffers.FlatBufferBuilder builder, boolean disableCulling) static voidaddName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset) static voidaddSamplers(com.google.flatbuffers.FlatBufferBuilder builder, int samplersOffset) static voidaddShaderName(com.google.flatbuffers.FlatBufferBuilder builder, int shaderNameOffset) static voidaddTransparency(com.google.flatbuffers.FlatBufferBuilder builder, int transparency) static intcreateExpMaterial(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset, int shaderNameOffset, boolean disableCulling, int transparency, int depthTest, int samplersOffset) static intcreateSamplersVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) intbooleanstatic intendExpMaterial(com.google.flatbuffers.FlatBufferBuilder builder) static ExpMaterialstatic ExpMaterialgetRootAsExpMaterial(ByteBuffer _bb, ExpMaterial obj) booleanmutateDepthTest(int depth_test) booleanmutateDisableCulling(boolean disable_culling) booleanmutateTransparency(int transparency) name()samplers(int j) samplers(ExpSampler obj, int j) intstatic voidstartExpMaterial(com.google.flatbuffers.FlatBufferBuilder builder) static voidstartSamplersVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) intstatic 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
-
ExpMaterial
public ExpMaterial()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsExpMaterial
-
getRootAsExpMaterial
-
__init
-
__assign
-
name
-
nameAsByteBuffer
-
nameInByteBuffer
-
shaderName
-
shaderNameAsByteBuffer
-
shaderNameInByteBuffer
-
disableCulling
public boolean disableCulling() -
mutateDisableCulling
public boolean mutateDisableCulling(boolean disable_culling) -
transparency
public int transparency() -
mutateTransparency
public boolean mutateTransparency(int transparency) -
depthTest
public int depthTest() -
mutateDepthTest
public boolean mutateDepthTest(int depth_test) -
samplers
-
samplers
-
samplersLength
public int samplersLength() -
samplersVector
-
samplersVector
-
createExpMaterial
public static int createExpMaterial(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset, int shaderNameOffset, boolean disableCulling, int transparency, int depthTest, int samplersOffset) -
startExpMaterial
public static void startExpMaterial(com.google.flatbuffers.FlatBufferBuilder builder) -
addName
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset) -
addShaderName
public static void addShaderName(com.google.flatbuffers.FlatBufferBuilder builder, int shaderNameOffset) -
addDisableCulling
public static void addDisableCulling(com.google.flatbuffers.FlatBufferBuilder builder, boolean disableCulling) -
addTransparency
public static void addTransparency(com.google.flatbuffers.FlatBufferBuilder builder, int transparency) -
addDepthTest
public static void addDepthTest(com.google.flatbuffers.FlatBufferBuilder builder, int depthTest) -
addSamplers
public static void addSamplers(com.google.flatbuffers.FlatBufferBuilder builder, int samplersOffset) -
createSamplersVector
public static int createSamplersVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startSamplersVector
public static void startSamplersVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
endExpMaterial
public static int endExpMaterial(com.google.flatbuffers.FlatBufferBuilder builder)
-