Class ExpVertexFormatElement

java.lang.Object
com.google.flatbuffers.Struct
guideme.flatbuffers.scene.ExpVertexFormatElement

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

    • ExpVertexFormatElement

      public ExpVertexFormatElement()
  • Method Details

    • __init

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

      public ExpVertexFormatElement __assign(int _i, ByteBuffer _bb)
    • index

      public int index()
    • mutateIndex

      public void mutateIndex(int index)
    • type

      public int type()
    • mutateType

      public void mutateType(int type)
    • usage

      public int usage()
    • mutateUsage

      public void mutateUsage(int usage)
    • count

      public int count()
    • mutateCount

      public void mutateCount(int count)
    • offset

      public int offset()
    • mutateOffset

      public void mutateOffset(int offset)
    • byteSize

      public int byteSize()
    • mutateByteSize

      public void mutateByteSize(int byte_size)
    • normalized

      public boolean normalized()
    • mutateNormalized

      public void mutateNormalized(boolean normalized)
    • createExpVertexFormatElement

      public static int createExpVertexFormatElement(com.google.flatbuffers.FlatBufferBuilder builder, int index, int type, int usage, int count, int offset, int byteSize, boolean normalized)