public static class BaseController.Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
height
If set we'll override the height of the rendering surface.
|
java.lang.String |
loadLibraryName
If set, we'll use a different library name rather than the default.
|
int |
numWorkingThreads
These are the number of working threads we'll create by default
at startup.
|
boolean |
useSurfaceView
If set, we'll use a GLSurfaceView.
|
int |
width
If set we'll override the width of the rendering surface.
|
Constructor and Description |
---|
Settings() |
public boolean useSurfaceView
public int numWorkingThreads
public int width
public int height
public java.lang.String loadLibraryName