Package net.actor.api.v1.util
Klasse OrientationState
java.lang.Object
net.actor.api.v1.util.OrientationState
Represents the movement state of an
IOrientation instance.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
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)
-