C# Class andengine.engine.options.EngineOptions

Afficher le fichier Open project: jamesburton/AndEngine.net

Méthodes publiques

Méthode 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 ) : EngineOptions
SetNeedsMusic ( bool pNeedsMusic ) : EngineOptions
SetNeedsSound ( bool pNeedsSound ) : EngineOptions
SetWakeLockOptions ( Android.OS.WakeLockFlags pWakeLockOptions ) : EngineOptions

Method Details

EngineOptions() public méthode

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

GetCamera() public méthode

public GetCamera ( ) : andengine.engine.camera.Camera
Résultat andengine.engine.camera.Camera

GetLoadingScreenTextureSource() public méthode

public GetLoadingScreenTextureSource ( ) : andengine.opengl.texture.source.ITextureSource
Résultat andengine.opengl.texture.source.ITextureSource

GetRenderOptions() public méthode

public GetRenderOptions ( ) : RenderOptions
Résultat RenderOptions

GetResolutionPolicy() public méthode

public GetResolutionPolicy ( ) : andengine.engine.options.resolutionpolicy.IResolutionPolicy
Résultat andengine.engine.options.resolutionpolicy.IResolutionPolicy

GetScreenOrientation() public méthode

public GetScreenOrientation ( ) : ScreenOrientationOptions
Résultat ScreenOrientationOptions

GetTouchOptions() public méthode

public GetTouchOptions ( ) : TouchOptions
Résultat TouchOptions

GetWakeLockOptions() public méthode

public GetWakeLockOptions ( ) : Android.OS.WakeLockFlags
Résultat Android.OS.WakeLockFlags

HasLoadingScreen() public méthode

public HasLoadingScreen ( ) : bool
Résultat bool

IsFullscreen() public méthode

public IsFullscreen ( ) : bool
Résultat bool

NeedsMusic() public méthode

public NeedsMusic ( ) : bool
Résultat bool

NeedsSound() public méthode

public NeedsSound ( ) : bool
Résultat bool

SetLoadingScreenTextureSource() public méthode

public SetLoadingScreenTextureSource ( andengine.opengl.texture.source.ITextureSource pLoadingScreenTextureSource ) : EngineOptions
pLoadingScreenTextureSource andengine.opengl.texture.source.ITextureSource
Résultat EngineOptions

SetNeedsMusic() public méthode

public SetNeedsMusic ( bool pNeedsMusic ) : EngineOptions
pNeedsMusic bool
Résultat EngineOptions

SetNeedsSound() public méthode

public SetNeedsSound ( bool pNeedsSound ) : EngineOptions
pNeedsSound bool
Résultat EngineOptions

SetWakeLockOptions() public méthode

public SetWakeLockOptions ( Android.OS.WakeLockFlags pWakeLockOptions ) : EngineOptions
pWakeLockOptions Android.OS.WakeLockFlags
Résultat EngineOptions