Package com.jme3.system.ios
Class JmeIosSystem
java.lang.Object
com.jme3.system.JmeSystemDelegate
com.jme3.system.ios.JmeIosSystem
- 
Field SummaryFields inherited from class com.jme3.system.JmeSystemDelegateerrorMessageHandler, initialized, logger, lowPermissions, settingsHandler, softTextDialogInput, storageFolders
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinitialize(AppSettings settings) newAudioRenderer(AppSettings settings) newContext(AppSettings settings, JmeContext.Type contextType) voidshowSoftKeyboard(boolean show) voidwriteImageFile(OutputStream outStream, String format, ByteBuffer imageData, int width, int height) Methods inherited from class com.jme3.system.JmeSystemDelegategetBuildInfo, getFullName, getPlatform, getResource, getResourceAsStream, getSoftTextDialogInput, getStorageFolder, handleErrorMessage, handleSettings, isLowPermissions, newAssetManager, newAssetManager, setErrorMessageHandler, setLowPermissions, setSettingsHandler, setSoftTextDialogInput, showErrorDialog, showSettingsDialog, trackDirectMemory
- 
Constructor Details- 
JmeIosSystempublic JmeIosSystem()
 
- 
- 
Method Details- 
getPlatformAssetConfigURL- Specified by:
- getPlatformAssetConfigURLin class- JmeSystemDelegate
 
- 
writeImageFilepublic void writeImageFile(OutputStream outStream, String format, ByteBuffer imageData, int width, int height) throws IOException - Specified by:
- writeImageFilein class- JmeSystemDelegate
- Throws:
- IOException
 
- 
newContext- Specified by:
- newContextin class- JmeSystemDelegate
 
- 
newAudioRenderer- Specified by:
- newAudioRendererin class- JmeSystemDelegate
 
- 
initialize- Specified by:
- initializein class- JmeSystemDelegate
 
- 
showSoftKeyboardpublic void showSoftKeyboard(boolean show) - Specified by:
- showSoftKeyboardin class- JmeSystemDelegate
 
 
-