Class ExpVec3

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

@Generated("flatc") public final class ExpVec3 extends com.google.flatbuffers.Struct
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Field Summary

    Fields inherited from class com.google.flatbuffers.Struct

    bb, bb_pos
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    __assign(int _i, ByteBuffer _bb)
     
    void
    __init(int _i, ByteBuffer _bb)
     
    static int
    createExpVec3(com.google.flatbuffers.FlatBufferBuilder builder, float x, float y, float z)
     
    void
    mutateX(float x)
     
    void
    mutateY(float y)
     
    void
    mutateZ(float z)
     
    float
    x()
     
    float
    y()
     
    float
    z()
     

    Methods inherited from class com.google.flatbuffers.Struct

    __reset, __reset

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpVec3

      public ExpVec3()
  • Method Details

    • __init

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

      public ExpVec3 __assign(int _i, ByteBuffer _bb)
    • x

      public float x()
    • mutateX

      public void mutateX(float x)
    • y

      public float y()
    • mutateY

      public void mutateY(float y)
    • z

      public float z()
    • mutateZ

      public void mutateZ(float z)
    • createExpVec3

      public static int createExpVec3(com.google.flatbuffers.FlatBufferBuilder builder, float x, float y, float z)