Interface CameraAngleSetter


public interface CameraAngleSetter
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
    float
     
    void
    setPitch(float pitch)
     
    void
    setRoll(float roll)
     
    void
    setYaw(float yaw)
     
  • Method Details

    • getPitch

      float getPitch()
    • getYaw

      float getYaw()
    • getRoll

      float getRoll()
    • setPitch

      void setPitch(float pitch)
    • setYaw

      void setYaw(float yaw)
    • setRoll

      void setRoll(float roll)