Package playn.robovm
Class RoboOrientEvent.WillRotate
java.lang.Object
playn.robovm.RoboOrientEvent
playn.robovm.RoboOrientEvent.WillRotate
- Enclosing class:
RoboOrientEvent
An event emitted when the device is about to rotate.
-
Nested Class Summary
Nested classes/interfaces inherited from class playn.robovm.RoboOrientEvent
RoboOrientEvent.DidRotate, RoboOrientEvent.WillRotate -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWillRotate(org.robovm.apple.uikit.UIInterfaceOrientation toOrient, double duration) -
Method Summary
-
Field Details
-
toOrient
public final org.robovm.apple.uikit.UIInterfaceOrientation toOrientThe orientation to which we're rotation. -
duration
public final double durationThe duration of the rotation animation, in seconds.
-
-
Constructor Details
-
WillRotate
public WillRotate(org.robovm.apple.uikit.UIInterfaceOrientation toOrient, double duration)
-