Class ExpCameraSettings

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

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

    • ExpCameraSettings

      public ExpCameraSettings()
  • Method Details

    • __init

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

      public ExpCameraSettings __assign(int _i, ByteBuffer _bb)
    • yaw

      public float yaw()
    • mutateYaw

      public void mutateYaw(float yaw)
    • pitch

      public float pitch()
    • mutatePitch

      public void mutatePitch(float pitch)
    • roll

      public float roll()
    • mutateRoll

      public void mutateRoll(float roll)
    • zoom

      public float zoom()
    • mutateZoom

      public void mutateZoom(float zoom)
    • createExpCameraSettings

      public static int createExpCameraSettings(com.google.flatbuffers.FlatBufferBuilder builder, float yaw, float pitch, float roll, float zoom)