- addEntity3D
Entity addEntity3D(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- addFontAsset
FontAsset addFontAsset(string filename, uint height, bool preload)
Undocumented in source. Be warned that the author may not have intended to support it.
- addIQMAsset
IQMAsset addIQMAsset(string filename, bool preload)
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.
- 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.
- asset
auto asset(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- createDecal
Entity createDecal()
Undocumented in source. Be warned that the author may not have intended to support it.
- createDecalMaterial
Material createDecalMaterial()
Undocumented in source. Be warned that the author may not have intended to support it.
- createEntity2D
Entity createEntity2D(Entity parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- createEntity3D
Entity createEntity3D(Entity parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- createLight
deprecated LightSource createLight(Vector3f position, Color4f color, float energy, float volumeRadius, float areaRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
- createLightSphere
LightSource createLightSphere(Vector3f position, Color4f color, float energy, float volumeRadius, float areaRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
- createLightSpot
LightSource createLightSpot(Vector3f position, Color4f color, float energy, Quaternionf rotation, float outerCutoff, float innerCutoff, float volumeRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
- createLightSun
LightSource createLightSun(Quaternionf rotation, Color4f color, float energy)
Undocumented in source. Be warned that the author may not have intended to support it.
- createLightTube
LightSource createLightTube(Vector3f position, Color4f color, float energy, float volumeRadius, float tubeRadius, Quaternionf rotation, float tubeLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- createMaterial
Material createMaterial(Shader shader)
Undocumented in source. Be warned that the author may not have intended to support it.
- createMaterial
Material createMaterial()
Undocumented in source. Be warned that the author may not have intended to support it.
- createParticleMaterial
Material createParticleMaterial(Shader shader)
Undocumented in source. Be warned that the author may not have intended to support it.
- createSky
Entity createSky(Material mat)
Undocumented in source. Be warned that the author may not have intended to support it.
- createTerrainMaterial
Material createTerrainMaterial(Shader shader)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteEntity
void deleteEntity(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- fixedStepUpdate
void fixedStepUpdate(bool logicsUpdate)
Undocumented in source. Be warned that the author may not have intended to support it.
- mainSun
void mainSun(LightSource sun)
Undocumented in source. Be warned that the author may not have intended to support it.
- mainSun
LightSource mainSun()
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.
- onLoading
void onLoading(float percentage)
Undocumented in source. Be warned that the author may not have intended to support it.
- onLogicsUpdate
void onLogicsUpdate(double dt)
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.
- sortEntities
void sortEntities(DynamicArray!Entity entities)
Undocumented in source. Be warned that the author may not have intended to support it.
- sceneManager
SceneManager sceneManager;
Undocumented in source.
- assetManager
AssetManager assetManager;
Undocumented in source.
- canRun
bool canRun;
Undocumented in source.
- releaseAtNextStep
bool releaseAtNextStep;
Undocumented in source.
- needToLoad
bool needToLoad;
Undocumented in source.
- ~this
~this()
Undocumented in source.
- config
Configuration config()
Undocumented in source. Be warned that the author may not have intended to support it.
- addAsset
Asset addAsset(Asset asset, string filename, bool preload)
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.
- onLoading
void onLoading(float percentage)
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.
- onRelease
void onRelease()
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.
- onEnd
void onEnd()
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.
- onRender
void onRender()
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.
- release
void release()
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.
- end
void end()
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.
- render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.