- addAsset
Asset addAsset(Asset asset, string filename, bool preload)
Undocumented in source. Be warned that the author may not have intended to support it.
- addBinaryAsset
BinaryAsset addBinaryAsset(string filename, bool preload)
Undocumented in source. Be warned that the author may not have intended to support it.
- addCamera
Camera addCamera(Entity parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- addCubemap
Cubemap addCubemap(uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
- addDecal
Entity addDecal(Entity parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- addDecalMaterial
Material addDecalMaterial()
Undocumented in source. Be warned that the author may not have intended to support it.
- addEntity
Entity addEntity(Entity parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- addEntityHUD
Entity addEntityHUD(Entity parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- addImageAsset
ImageAsset addImageAsset(string filename, bool preload)
Undocumented in source. Be warned that the author may not have intended to support it.
- addLight
Light addLight(LightType type, Entity parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- addMaterial
Material addMaterial()
Undocumented in source. Be warned that the author may not have intended to support it.
- addOBJAsset
OBJAsset addOBJAsset(string filename, bool preload)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPackageAsset
PackageAsset addPackageAsset(string filename, bool preload)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTextAsset
TextAsset addTextAsset(string filename, bool preload)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTextureAsset
TextureAsset addTextureAsset(string filename, bool preload)
Undocumented in source. Be warned that the author may not have intended to support it.
- afterLoad
void afterLoad()
Undocumented in source. Be warned that the author may not have intended to support it.
- beforeLoad
void beforeLoad()
Undocumented in source. Be warned that the author may not have intended to support it.
- onLoad
void onLoad(Time t, float progress)
Undocumented in source. Be warned that the author may not have intended to support it.
- onUpdate
void onUpdate(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
- useEntity
Entity useEntity(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- eventManager
EventManager eventManager;
Undocumented in source.
- inputManager
InputManager inputManager;
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.
- onFileChange
void onFileChange(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDropFile
void onDropFile(string filename)
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.