Package pro.streem.ar.schemas.sceneform
Class LightingCubeDef
- java.lang.Object
-
- pro.streem.flatbuffers.Table
-
- pro.streem.ar.schemas.sceneform.LightingCubeDef
-
public final class LightingCubeDef extends Table
-
-
Field Summary
-
Fields inherited from class pro.streem.flatbuffers.Table
bb, bb_pos, UTF8_CHARSET, vtable_size, vtable_start
-
-
Constructor Summary
Constructors Constructor Description LightingCubeDef()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LightingCubeDef__assign(int _i, java.nio.ByteBuffer _bb)void__init(int _i, java.nio.ByteBuffer _bb)static voidaddFaces(FlatBufferBuilder builder, int facesOffset)static intcreateFacesVector(FlatBufferBuilder builder, int[] data)static intcreateLightingCubeDef(FlatBufferBuilder builder, int facesOffset)static intendLightingCubeDef(FlatBufferBuilder builder)LightingCubeFaceDeffaces(int j)LightingCubeFaceDeffaces(LightingCubeFaceDef obj, int j)intfacesLength()static LightingCubeDefgetRootAsLightingCubeDef(java.nio.ByteBuffer _bb)static LightingCubeDefgetRootAsLightingCubeDef(java.nio.ByteBuffer _bb, LightingCubeDef obj)static voidstartFacesVector(FlatBufferBuilder builder, int numElems)static voidstartLightingCubeDef(FlatBufferBuilder builder)-
Methods inherited from class pro.streem.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __string, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
-
-
-
Method Detail
-
getRootAsLightingCubeDef
public static LightingCubeDef getRootAsLightingCubeDef(java.nio.ByteBuffer _bb)
-
getRootAsLightingCubeDef
public static LightingCubeDef getRootAsLightingCubeDef(java.nio.ByteBuffer _bb, LightingCubeDef obj)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public LightingCubeDef __assign(int _i, java.nio.ByteBuffer _bb)
-
faces
public LightingCubeFaceDef faces(int j)
-
faces
public LightingCubeFaceDef faces(LightingCubeFaceDef obj, int j)
-
facesLength
public int facesLength()
-
createLightingCubeDef
public static int createLightingCubeDef(FlatBufferBuilder builder, int facesOffset)
-
startLightingCubeDef
public static void startLightingCubeDef(FlatBufferBuilder builder)
-
addFaces
public static void addFaces(FlatBufferBuilder builder, int facesOffset)
-
createFacesVector
public static int createFacesVector(FlatBufferBuilder builder, int[] data)
-
startFacesVector
public static void startFacesVector(FlatBufferBuilder builder, int numElems)
-
endLightingCubeDef
public static int endLightingCubeDef(FlatBufferBuilder builder)
-
-