public class IOSApplicationConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
accelerometerUpdate
the update interval to poll the accelerometer with, in seconds
|
GLKViewDrawableColorFormat |
colorFormat
the color format, RGB565 is the default
|
GLKViewDrawableDepthFormat |
depthFormat
the depth buffer format, Format16 is default
|
float |
displayScaleLargeScreenIfNonRetina
Scale factor to use on large screens without retina display, i.e.
|
float |
displayScaleLargeScreenIfRetina
Scale factor to use on large screens with retina display, i.e.
|
float |
displayScaleSmallScreenIfNonRetina
Scale factor to use on small screens without retina display, i.e.
|
float |
displayScaleSmallScreenIfRetina
Scale factor to use on small screens with retina display, i.e.
|
GLKViewDrawableMultisample |
multisample
the multisample format, None is default
|
boolean |
orientationLandscape
whether or not landscape orientation is supported.
|
boolean |
orientationPortrait
whether or not portrait orientation is supported.
|
int |
preferredFramesPerSecond
number of frames per second, 60 is default
|
boolean |
preventScreenDimming
whether to enable screen dimming.
|
GLKViewDrawableStencilFormat |
stencilFormat
the stencil buffer format, None is default
|
boolean |
useAccelerometer
whether to use the accelerometer, default true
|
boolean |
useCompass
whether to use the compass, default true
|
Constructor and Description |
---|
IOSApplicationConfiguration() |
public boolean preventScreenDimming
public boolean orientationPortrait
public boolean orientationLandscape
public GLKViewDrawableColorFormat colorFormat
public GLKViewDrawableDepthFormat depthFormat
public GLKViewDrawableStencilFormat stencilFormat
public GLKViewDrawableMultisample multisample
public int preferredFramesPerSecond
public float displayScaleLargeScreenIfRetina
public float displayScaleSmallScreenIfRetina
public float displayScaleLargeScreenIfNonRetina
public float displayScaleSmallScreenIfNonRetina
public boolean useAccelerometer
public float accelerometerUpdate
public boolean useCompass