Package playn.robovm
Class RoboAssets
java.lang.Object
playn.core.Assets
playn.robovm.RoboAssets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBytesSync(String path) getRemoteImage(String url, int width, int height) getTextSync(String path) voidsetPathPrefix(String pathPrefix) Configures the prefix prepended to asset paths before fetching them from the app directory.Methods inherited from class playn.core.Assets
getBytes, getImage, getImageSync, getRemoteImage, getText
-
Constructor Details
-
RoboAssets
-
-
Method Details
-
setPathPrefix
Configures the prefix prepended to asset paths before fetching them from the app directory. -
getRemoteImage
- Overrides:
getRemoteImagein classAssets
-
getSound
-
getMusic
-
getTextSync
- Specified by:
getTextSyncin classAssets- Throws:
Exception
-
getBytesSync
- Specified by:
getBytesSyncin classAssets- Throws:
Exception
-