Uses of Class
com.jme3.system.ios.ObjcNativeObject
Packages that use ObjcNativeObject
-
Uses of ObjcNativeObject in com.jme3.system.ios
Subclasses of ObjcNativeObject in com.jme3.system.iosMethods in com.jme3.system.ios that return ObjcNativeObjectModifier and TypeMethodDescriptionObjcNativeObject.performSelector(String selector) Performs the given selector on the native AppDelegate, equivalent to calling a method in java.ObjcNativeObject.performSelectorWithObject(String selector, ObjcNativeObject object) Performs the given selector on the native AppDelegate, equivalent to calling a method in java.Methods in com.jme3.system.ios with parameters of type ObjcNativeObjectModifier and TypeMethodDescriptionvoidObjcNativeObject.performSelectorInBackgroundWithObject(String selector, ObjcNativeObject object) Performs the given selector on the native AppDelegate, run it in the backgroundvoidObjcNativeObject.performSelectorOnMainThreadWithObject(String selector, ObjcNativeObject object) Performs the given selector on the native AppDelegate, run it on the main thread.ObjcNativeObject.performSelectorWithObject(String selector, ObjcNativeObject object) Performs the given selector on the native AppDelegate, equivalent to calling a method in java.