Method | Description | |
---|---|---|
EngineOptions ( bool pFullscreen, ScreenOrientationOptions pScreenOrientation, andengine.engine.options.resolutionpolicy.IResolutionPolicy pResolutionPolicy, andengine.engine.camera.Camera pCamera ) | ||
GetCamera ( ) : andengine.engine.camera.Camera | ||
GetLoadingScreenTextureSource ( ) : andengine.opengl.texture.source.ITextureSource | ||
GetRenderOptions ( ) : RenderOptions | ||
GetResolutionPolicy ( ) : andengine.engine.options.resolutionpolicy.IResolutionPolicy | ||
GetScreenOrientation ( ) : ScreenOrientationOptions | ||
GetTouchOptions ( ) : TouchOptions | ||
GetWakeLockOptions ( ) : Android.OS.WakeLockFlags | ||
HasLoadingScreen ( ) : bool | ||
IsFullscreen ( ) : bool | ||
NeedsMusic ( ) : bool | ||
NeedsSound ( ) : bool | ||
SetLoadingScreenTextureSource ( andengine.opengl.texture.source.ITextureSource pLoadingScreenTextureSource ) : |
||
SetNeedsMusic ( bool pNeedsMusic ) : |
||
SetNeedsSound ( bool pNeedsSound ) : |
||
SetWakeLockOptions ( Android.OS.WakeLockFlags pWakeLockOptions ) : |
public EngineOptions ( bool pFullscreen, ScreenOrientationOptions pScreenOrientation, andengine.engine.options.resolutionpolicy.IResolutionPolicy pResolutionPolicy, andengine.engine.camera.Camera pCamera ) | ||
pFullscreen | bool | |
pScreenOrientation | ScreenOrientationOptions | |
pResolutionPolicy | andengine.engine.options.resolutionpolicy.IResolutionPolicy | |
pCamera | andengine.engine.camera.Camera |
public GetCamera ( ) : andengine.engine.camera.Camera | ||
return | andengine.engine.camera.Camera |
public GetLoadingScreenTextureSource ( ) : andengine.opengl.texture.source.ITextureSource | ||
return | andengine.opengl.texture.source.ITextureSource |
public GetResolutionPolicy ( ) : andengine.engine.options.resolutionpolicy.IResolutionPolicy | ||
return | andengine.engine.options.resolutionpolicy.IResolutionPolicy |
public GetScreenOrientation ( ) : ScreenOrientationOptions | ||
return | ScreenOrientationOptions |
public GetWakeLockOptions ( ) : Android.OS.WakeLockFlags | ||
return | Android.OS.WakeLockFlags |
public SetLoadingScreenTextureSource ( andengine.opengl.texture.source.ITextureSource pLoadingScreenTextureSource ) : |
||
pLoadingScreenTextureSource | andengine.opengl.texture.source.ITextureSource | |
return |
public SetNeedsMusic ( bool pNeedsMusic ) : |
||
pNeedsMusic | bool | |
return |
public SetNeedsSound ( bool pNeedsSound ) : |
||
pNeedsSound | bool | |
return |
public SetWakeLockOptions ( Android.OS.WakeLockFlags pWakeLockOptions ) : |
||
pWakeLockOptions | Android.OS.WakeLockFlags | |
return |