Package world.mappable.runtime.view
Interface PlatformView
All known Subinterfaces:
PlatformGLSurfaceView, PlatformGLSurfaceTextureView, PlatformVulkanSurfaceView, PlatformGLSurface
interface PlatformView
Summary
Methods
|
Type and modifiers |
Method and Description |
|
void |
|
|
void |
pause() |
|
void |
resume() |
|
void |
stop() |
|
void |
start() |
|
android.view.View |
getView() |
|
void |
setNoninteractive(boolean is) |
|
void |
Methods
getNativePlatformView
|
NativeObject getNativePlatformView() |
destroyNativePlatformView
|
void destroyNativePlatformView() |
pause
|
void pause() |
resume
|
void resume() |
stop
|
void stop() |
start
|
void start() |
getView
|
android.view.View getView() |
setNoninteractive
|
void setNoninteractive(boolean is) |
onMemoryWarning
|
void onMemoryWarning() |