Klasse OrientationState

java.lang.Object
net.actor.api.v1.util.OrientationState

public class OrientationState extends Object
Represents the movement state of an IOrientation instance.
  • Konstruktordetails

    • OrientationState

      public OrientationState()
  • Methodendetails

    • getYaw

      public float getYaw()
    • getPitch

      public float getPitch()
    • setYaw

      public void setYaw(float yaw)
    • setPitch

      public void setPitch(float pitch)