Package playn.robovm
Class RoboPlatform
java.lang.Object
playn.core.Platform
playn.robovm.RoboPlatform
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUsed to configure the RoboVM platform.Nested classes/interfaces inherited from class playn.core.Platform
Platform.Error, Platform.Lifecycle, Platform.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionA signal emitted when the device rotates. -
Method Summary
Methods inherited from class playn.core.Platform
dispatchEvent, invokeAsync, invokeLater, isAsyncSupported, reportError
-
Field Details
-
orient
A signal emitted when the device rotates.
-
-
Method Details
-
create
public static RoboPlatform create(org.robovm.apple.uikit.UIWindow window, RoboPlatform.Config config) Creates a RoboVM platform for operation inwindow.This basically just sets the root view controller of the supplied window and that view controller manages everything else. If you wish to embed a PlayN game in a larger iOS app, or to customize PlayN more deeply, create a
RoboViewControlleryourself and include it in your app wherever you like. -
type
-
time
public double time() -
tick
public int tick() -
openURL
-
assets
-
audio
-
exec
-
json
-
log
-
net
-
graphics
-
input
-
storage
-