Class VertexAttribute
- java.lang.Object
-
- com.google.flatbuffers.Struct
-
- com.google.ar.sceneform.lullmodel.VertexAttribute
-
public final class VertexAttribute extends Struct
-
-
Constructor Summary
Constructors Constructor Description VertexAttribute()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAttribute
__assign(int _i, java.nio.ByteBuffer _bb)
void
__init(int _i, java.nio.ByteBuffer _bb)
static int
createVertexAttribute(FlatBufferBuilder builder, int usage, int type)
int
type()
int
usage()
-
-
-
Method Detail
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public VertexAttribute __assign(int _i, java.nio.ByteBuffer _bb)
-
usage
public int usage()
-
type
public int type()
-
createVertexAttribute
public static int createVertexAttribute(FlatBufferBuilder builder, int usage, int type)
-
-