BaseScene

Undocumented in source.

Constructors

this
this(SceneManager smngr)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addAsset
Asset addAsset(Asset asset, string filename, bool preload)
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.
exitApplication
void exitApplication()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
onAllocate
void onAllocate()
Undocumented in source. Be warned that the author may not have intended to support it.
onAssetsRequest
void onAssetsRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
onEnd
void onEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
onLoading
void onLoading(float percentage)
Undocumented in source. Be warned that the author may not have intended to support it.
onRelease
void onRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
onRender
void onRender()
Undocumented in source. Be warned that the author may not have intended to support it.
onStart
void onStart()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

assetManager
AssetManager assetManager;
Undocumented in source.
canRun
bool canRun;
Undocumented in source.
needToLoad
bool needToLoad;
Undocumented in source.
releaseAtNextStep
bool releaseAtNextStep;
Undocumented in source.
sceneManager
SceneManager sceneManager;
Undocumented in source.

Inherited Members

From EventListener

eventManager
EventManager eventManager;
Undocumented in source.
enabled
bool enabled;
Undocumented in source.
generateUserEvent
void generateUserEvent(int code)
Undocumented in source. Be warned that the author may not have intended to support it.
processEvents
void processEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
processEvent
void processEvent(Event* e)
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyDown
void onKeyDown(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyUp
void onKeyUp(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
onTextInput
void onTextInput(dchar code)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseButtonDown
void onMouseButtonDown(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseButtonUp
void onMouseButtonUp(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseWheel
void onMouseWheel(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
onJoystickButtonDown
void onJoystickButtonDown(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
onJoystickButtonUp
void onJoystickButtonUp(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
onJoystickAxisMotion
void onJoystickAxisMotion(int axis, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
onFocusLoss
void onFocusLoss()
Undocumented in source. Be warned that the author may not have intended to support it.
onFocusGain
void onFocusGain()
Undocumented in source. Be warned that the author may not have intended to support it.
onQuit
void onQuit()
Undocumented in source. Be warned that the author may not have intended to support it.
onAssetReload
void onAssetReload(Asset asset)
Undocumented in source. Be warned that the author may not have intended to support it.
onUserEvent
void onUserEvent(int code)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta