duckengine
Version:
A 2D Game Engine for the web.
264 lines (232 loc) • 24.2 kB
HTML
<html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DuckEngine - v2.1.0</title><meta name="description" content="Documentation for DuckEngine - v2.1.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">DuckEngine - v2.1.0</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><h1> DuckEngine - v2.1.0</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><div class="tsd-panel tsd-typography">
<a href="#" id="" style="color: inherit; text-decoration: none;">
<h1><img src="global/Logo.png" alt="DuckEngine"></h1>
</a>
<p><strong>v2.0.0 released! <a href="CHANGELOG.md">Changelog</a></strong></p>
<p>| <a href="#docs">Docs</a> | <a href="#wiki">Wiki</a> | <a href="https://github.com/ksplatdev/DuckEngine/wiki/Getting-Started">Getting Started</a> | <a href="#demos">Demos</a> | <a href="#download">Download</a> |</p>
<p><img src="https://img.shields.io/github/workflow/status/ksplatdev/DuckEngine/CodeQL?style=flat-square" alt="Build Badge">
<img src="https://img.shields.io/github/v/release/ksplatdev/DuckEngine?style=flat-square" alt="Release Badge">
<img src="https://img.shields.io/github/license/ksplatdev/DuckEngine?label=license&style=flat-square" alt="License Badge">
<a href="https://wakatime.com/badge/github/ksplatdev/DuckEngine"><img src="https://wakatime.com/badge/github/ksplatdev/DuckEngine.svg" alt="wakatime"></a>
<img src="https://github.com/ksplatdev/DuckEngine/actions/workflows/lint.yml/badge.svg" alt="Lint Badge">
<img src="https://github.com/ksplatdev/DuckEngine/actions/workflows/format.yml/badge.svg" alt="Format Badge">
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square" alt="code style: prettier"></a></p>
<p>A 2D Game Engine for the web.</p>
<a href="#features" id="features" style="color: inherit; text-decoration: none;">
<h2>Features</h2>
</a>
<ul>
<li>Customizable Hitbox Based Physics Engine</li>
<li>Multiple Scenes</li>
<li>Fast & Performant</li>
<li>Sprites & Spritesheets</li>
<li>Many GameObjects</li>
<li>Plugins & PluginManager</li>
<li>Multiple Cameras with Effects</li>
<li>Animations & State Machines & Cutscenes</li>
<li>Hitboxes and Colliders</li>
<li>Keyboard, and Mouse Inputs</li>
<li>DPR / Mobile Scaling</li>
<li>Advanced Particle System</li>
<li>Cache & Fast Loading Times</li>
<li>Effects and Presets</li>
<li>Advanced UI System</li>
<li>Groups & Management</li>
<li>Advanced Tilemap System</li>
<li>Small Package Size</li>
<li>Static Lighting</li>
<li>Asset Preloader & Manager</li>
<li>Textures & Manager</li>
<li>Made fully in TypeScript</li>
<li>Typedefs</li>
<li><a href="#docs">Docs</a></li>
<li>A lot more...</li>
</ul>
<a href="#performance-amp-compatibility" id="performance-amp-compatibility" style="color: inherit; text-decoration: none;">
<h2>Performance & Compatibility</h2>
</a>
<a href="#browser-requirements" id="browser-requirements" style="color: inherit; text-decoration: none;">
<h3>Browser Requirements</h3>
</a>
<ol>
<li>Browser supports ES6 (EcmaScript2015)</li>
<li>Browser supports Canvas APIs</li>
</ol>
<a href="#rankings" id="rankings" style="color: inherit; text-decoration: none;">
<h3>Rankings</h3>
</a>
<ol>
<li>Chromium Based Browsers, includes Chrome, Opera, Edge, Vivaldi, and Brave</li>
<li>Safari</li>
<li>Firefox | <a href="#firefox-bugs">Bugs</a></li>
</ol>
<a href="#recommendation" id="recommendation" style="color: inherit; text-decoration: none;">
<h3>Recommendation</h3>
</a>
<ul>
<li>Google Chrome or any other Chromium based browser</li>
</ul>
<a href="#browser-bugs" id="browser-bugs" style="color: inherit; text-decoration: none;">
<h3>Browser Bugs</h3>
</a>
<a href="#firefox-bugs" id="firefox-bugs" style="color: inherit; text-decoration: none;">
<h4>Firefox Bugs</h4>
</a>
<ul>
<li>More stuttering than Chromium Browsers and Safari.</li>
<li>Garbage collection occurs more often than Safari and Chromium Browsers. (Causes <em>very</em> minor and not noticeable stutters.)</li>
</ul>
<a href="#download" id="download" style="color: inherit; text-decoration: none;">
<h2>Download</h2>
</a>
<a href="#github" id="github" style="color: inherit; text-decoration: none;">
<h3>Github</h3>
</a>
<ol>
<li>Download the <a href="https://github.com/ksplatdev/DuckEngine/releases/latest">latest release</a>.</li>
<li>Setup an asset bundler like webpack or parcel.</li>
<li>Import DuckEngine.</li>
<li>Read the <a href="https://ksplatdev.github.io/DuckEngine/">docs</a>.</li>
</ol>
<a href="#npm" id="npm" style="color: inherit; text-decoration: none;">
<h3>NPM</h3>
</a>
<ol>
<li>Run <code>npm install duckengine</code>.</li>
<li>Setup an asset bundler like webpack or parcel.</li>
<li>Import DuckEngine.</li>
<li>Read the <a href="https://ksplatdev.github.io/DuckEngine/">docs</a>.</li>
</ol>
<a href="#cdn" id="cdn" style="color: inherit; text-decoration: none;">
<h3>CDN</h3>
</a>
<ol>
<li>Setup an asset bundler like webpack or parcel.</li>
<li>Import DuckEngine from URL<ul>
<li>Regular <a href="https://cdn.jsdelivr.net/npm/duckengine@2.1.0/dist/index.js">https://cdn.jsdelivr.net/npm/duckengine@2.1.0/dist/index.js</a></li>
<li>Minified <a href="https://cdn.jsdelivr.net/npm/duckengine@2.1.0/dist/index.min.js">https://cdn.jsdelivr.net/npm/duckengine@2.1.0/dist/index.min.js</a></li>
</ul>
</li>
<li>Read the <a href="https://ksplatdev.github.io/DuckEngine/">docs</a>.</li>
</ol>
<a href="#itchio" id="itchio" style="color: inherit; text-decoration: none;">
<h3>Itch.io</h3>
</a>
<ol>
<li>Download DuckEngine from <a href="https://ksplatdev.itch.io/duckengine">https://ksplatdev.itch.io/duckengine</a></li>
<li>Import DuckEngine into your project.</li>
<li>Read the <a href="https://ksplatdev.github.io/DuckEngine/">docs</a>.</li>
</ol>
<a href="#docs" id="docs" style="color: inherit; text-decoration: none;">
<h2><a href="https://ksplatdev.github.io/DuckEngine/">Docs</a></h2>
</a>
<p>Learn how to use DuckEngine with simple, clean, documentation with typings and more.</p>
<a href="#discussions" id="discussions" style="color: inherit; text-decoration: none;">
<h2><a href="https://github.com/ksplatdev/DuckEngine/discussions">Discussions</a></h2>
</a>
<p>Ask questions, share ideas, engage with the community, and share your work with DuckEngine Discussions.</p>
<a href="#wiki" id="wiki" style="color: inherit; text-decoration: none;">
<h2><a href="https://github.com/ksplatdev/DuckEngine/wiki">Wiki</a></h2>
</a>
<p>Read and learn about DuckEngine with the DuckEngine wiki.</p>
<a href="#how-to-use-with-typescript" id="how-to-use-with-typescript" style="color: inherit; text-decoration: none;">
<h2>How to use with Typescript</h2>
</a>
<p>How to use DuckEngine with Typescript.</p>
<ol>
<li>Setup webpack/parcel and tsconfig.</li>
<li>Import DuckEngine and Duck for types.</li>
</ol>
<p>Not working ? Add the following to your tsconfig.json</p>
<pre><code class="language-json"><span class="hl-0">{</span><br/><span class="hl-0"> </span><span class="hl-1">"typeRoots"</span><span class="hl-0">: [</span><br/><span class="hl-0"> </span><span class="hl-2">"./node_modules/@types"</span><span class="hl-0">,</span><br/><span class="hl-0"> </span><span class="hl-2">"path_to_duckengine_index.d.ts"</span><br/><span class="hl-0"> ],</span><br/><span class="hl-0"> </span><span class="hl-1">"types"</span><span class="hl-0">: [</span><br/><span class="hl-0"> </span><span class="hl-2">"DuckEngine"</span><br/><span class="hl-0"> ]</span><br/><span class="hl-0">}</span>
</code></pre>
<a href="#duck-namespace" id="duck-namespace" style="color: inherit; text-decoration: none;">
<h3>Duck Namespace</h3>
</a>
<p>The Duck Namespace has types such as gameobject, every class config, all classes, and more.</p>
<a href="#typescript-example" id="typescript-example" style="color: inherit; text-decoration: none;">
<h3><a href="examples/ts/myScene.ts">Typescript Example</a></h3>
</a>
<a href="#developers39-guide" id="developers39-guide" style="color: inherit; text-decoration: none;">
<h2>Developers' Guide</h2>
</a>
<a href="#requirements" id="requirements" style="color: inherit; text-decoration: none;">
<h3>Requirements</h3>
</a>
<ol>
<li>Knowledge of TypeScript, Git, and HTML Canvas.</li>
<li>Reading and agreeing to the <a href="CONTRIBUTING.md">Contributing</a> and <a href="CODE_OF_CONDUCT.md">Code of Conduct</a> documents.</li>
<li>Basic knowledge of how DuckEngine works.</li>
</ol>
<a href="#how-to-contribute" id="how-to-contribute" style="color: inherit; text-decoration: none;">
<h3>How to contribute</h3>
</a>
<ol>
<li>Reading and agree to the <a href="CONTRIBUTING.md">Contributing</a> and <a href="CODE_OF_CONDUCT.md">Code of Conduct</a> documents.</li>
<li>Fork the repository and create a new branch following the <a href="branch_guidelines.md">branch guidelines</a>.</li>
<li>Clone the fork to your device.</li>
<li>CD (change directories) into the cloned directory.</li>
<li>Run <code>yarn upgrade</code>.</li>
<li>Run <code>yarn run build</code> or <code>ctrl + shift + b</code> for vscode users.</li>
<li>Make your changes.</li>
<li>Test your changes on codesandbox by forking this <a href="https://codesandbox.io/s/duckengine-test-7gfbt?file=/src/scene.js">codesandbox</a> and updating the duckengine.js file. (Or any other way you would like to test it.)</li>
<li>Create a pull request.</li>
<li>Wait for it to be reviewed and revised and possibly merged.</li>
</ol>
<a href="#dev-scripts" id="dev-scripts" style="color: inherit; text-decoration: none;">
<h3>Dev Scripts</h3>
</a>
<ol>
<li><code>yarn run test</code> - Opens the <a href="https://codesandbox.io/s/duckengine-test-7gfbt?file=/src/scene.js">codesandbox test</a>.</li>
<li><code>yarn run build</code> - Compiles typescript, bundles files, creates minified version, builds docs, and copies package.json to dist.</li>
<li><code>yarn run build:docs</code> - Uses TypeDoc to build docs.</li>
<li><code>yarn run webpack</code> - Bundles files in lib directory.</li>
<li><code>yarn run minify</code> - Uses uglifyjs to minify bundled file.</li>
<li><code>yarn run format</code> - Uses Prettier to format files.</li>
<li><code>yarn run format:watch</code> - Watches for changes and formats once changes are saved.</li>
<li><code>yarn run lint</code> - Uses ESLint to lint all files in the src directory.</li>
<li><code>yarn run lint:watch</code> - Watches for changes and fixes all fixable issues found by ESLint.</li>
<li><code>yarn run lint:fix</code> - Uses ESLint to fix all fixable issues found by ESLint.</li>
<li><code>yarn run tree</code> - Prints out all files and directories used in <a href="#file-structure">readme</a>.</li>
<li><code>yarn run serve</code> - Serves the docs on :8080.</li>
<li><code>yarn run checkout</code> - Runs the checkout shell script with bash. Run before thinking about publishing a release.</li>
</ol>
<a href="#branches" id="branches" style="color: inherit; text-decoration: none;">
<h3>Branches</h3>
</a>
<ol>
<li>main - main branch</li>
<li>staging - stage changes to this branch</li>
</ol>
<a href="#versions" id="versions" style="color: inherit; text-decoration: none;">
<h2>Versions</h2>
</a>
<p>DuckEngine follows <a href="https://semver.org/">SemVer</a>.</p>
<a href="#demos" id="demos" style="color: inherit; text-decoration: none;">
<h2>Demos</h2>
</a>
<a href="#simple-demo-game" id="simple-demo-game" style="color: inherit; text-decoration: none;">
<h3><a href="https://github.com/ksplatdev/DuckEngine-Demo-Game/tree/main">Simple Demo Game</a></h3>
</a>
<a href="#test-template" id="test-template" style="color: inherit; text-decoration: none;">
<h3><a href="https://codesandbox.io/s/duckengine-test-7gfbt?file=/src/scene.js">Test Template</a></h3>
</a>
<a href="#particle-test" id="particle-test" style="color: inherit; text-decoration: none;">
<h3><a href="https://codesandbox.io/s/duckengine-particle-test-dhcr1?file=/src/scene.js">Particle Test</a></h3>
</a>
<a href="#tilemap-test" id="tilemap-test" style="color: inherit; text-decoration: none;">
<h3><a href="https://codesandbox.io/s/duckengine-tilemap-test-ryqqz?file=/src/scene.js">Tilemap test</a></h3>
</a>
<a href="#attribution" id="attribution" style="color: inherit; text-decoration: none;">
<h2>Attribution</h2>
</a>
<p>The cube in the <a href="global/Logo.png">DuckEngine Logo</a> is by José Manuel de Laá from the Noun Project.</p>
<a href="#license" id="license" style="color: inherit; text-decoration: none;">
<h2>License</h2>
</a>
<p><a href="LICENSE">MIT</a></p>
<a href="#author" id="author" style="color: inherit; text-decoration: none;">
<h2>Author</h2>
</a>
<p>Bleart Emini</p>
</div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Modules</a></li><li class=" tsd-kind-module"><a href="modules/core_animation_animation.html">core/animation/animation</a></li><li class=" tsd-kind-module"><a href="modules/core_animation_animationFrame.html">core/animation/animation<wbr/>Frame</a></li><li class=" tsd-kind-module"><a href="modules/core_animation_animationManager.html">core/animation/animation<wbr/>Manager</a></li><li class=" tsd-kind-module"><a href="modules/core_animation_animationState.html">core/animation/animation<wbr/>State</a></li><li class=" tsd-kind-module"><a href="modules/core_animation_stateMachine.html">core/animation/state<wbr/>Machine</a></li><li class=" tsd-kind-module"><a href="modules/core_camera_camera.html">core/camera/camera</a></li><li class=" tsd-kind-module"><a href="modules/core_cutscene_cutscene.html">core/cutscene/cutscene</a></li><li class=" tsd-kind-module"><a href="modules/core_debug_debug.html">core/debug/debug</a></li><li class=" tsd-kind-module"><a href="modules/core_display_displayManager.html">core/display/display<wbr/>Manager</a></li><li class=" tsd-kind-module"><a href="modules/core_effect_effect.html">core/effect/effect</a></li><li class=" tsd-kind-module"><a href="modules/core_effect_preset_explosion.html">core/effect/preset/explosion</a></li><li class=" tsd-kind-module"><a href="modules/core_effect_preset_smoke.html">core/effect/preset/smoke</a></li><li class=" tsd-kind-module"><a href="modules/core_events_eventEmitter.html">core/events/event<wbr/>Emitter</a></li><li class=" tsd-kind-module"><a href="modules/core_events_events.html">core/events/events</a></li><li class=" tsd-kind-module"><a href="modules/core_events_main_displayEvents.html">core/events/main/display<wbr/>Events</a></li><li class=" tsd-kind-module"><a href="modules/core_events_main_gameEvents.html">core/events/main/game<wbr/>Events</a></li><li class=" tsd-kind-module"><a href="modules/core_events_main_rendererEvents.html">core/events/main/renderer<wbr/>Events</a></li><li class=" tsd-kind-module"><a href="modules/core_events_other_buttonEvents.html">core/events/other/button<wbr/>Events</a></li><li class=" tsd-kind-module"><a href="modules/core_events_other_cutsceneEvents.html">core/events/other/cutscene<wbr/>Events</a></li><li class=" tsd-kind-module"><a href="modules/core_events_other_groupEvents.html">core/events/other/group<wbr/>Events</a></li><li class=" tsd-kind-module"><a href="modules/core_game.html">core/game</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_circle.html">core/gameobjects/circle</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_gameObject.html">core/gameobjects/game<wbr/>Object</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_misc_canvasModulate.html">core/gameobjects/misc/canvas<wbr/>Modulate</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_particles_particle.html">core/gameobjects/particles/particle</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_particles_particleEmitter.html">core/gameobjects/particles/particle<wbr/>Emitter</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_rect.html">core/gameobjects/rect</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_roundrect.html">core/gameobjects/roundrect</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_sprite.html">core/gameobjects/sprite</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_ui_button.html">core/gameobjects/ui/button</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_ui_imageRect.html">core/gameobjects/ui/image<wbr/>Rect</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_ui_panel.html">core/gameobjects/ui/panel</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_ui_text.html">core/gameobjects/ui/text</a></li><li class=" tsd-kind-module"><a href="modules/core_gameobjects_ui_ui.html">core/gameobjects/ui/ui</a></li><li class=" tsd-kind-module"><a href="modules/core_group_group.html">core/group/group</a></li><li class=" tsd-kind-module"><a href="modules/core_input_input.html">core/input/input</a></li><li class=" tsd-kind-module"><a href="modules/core_input_keyboardInput.html">core/input/keyboard<wbr/>Input</a></li><li class=" tsd-kind-module"><a href="modules/core_input_models_key.html">core/input/models/key</a></li><li class=" tsd-kind-module"><a href="modules/core_input_models_mouse.html">core/input/models/mouse</a></li><li class=" tsd-kind-module"><a href="modules/core_input_mouseInput.html">core/input/mouse<wbr/>Input</a></li><li class=" tsd-kind-module"><a href="modules/core_lights_staticLight.html">core/lights/static<wbr/>Light</a></li><li class=" tsd-kind-module"><a href="modules/core_loader_loader.html">core/loader/loader</a></li><li class=" tsd-kind-module"><a href="modules/core_map_map.html">core/map/map</a></li><li class=" tsd-kind-module"><a href="modules/core_map_tile.html">core/map/tile</a></li><li class=" tsd-kind-module"><a href="modules/core_map_tilelayer.html">core/map/tilelayer</a></li><li class=" tsd-kind-module"><a href="modules/core_map_tilemap.html">core/map/tilemap</a></li><li class=" tsd-kind-module"><a href="modules/core_map_tileset.html">core/map/tileset</a></li><li class=" tsd-kind-module"><a href="modules/core_math_clamp.html">core/math/clamp</a></li><li class=" tsd-kind-module"><a href="modules/core_math_lerp.html">core/math/lerp</a></li><li class=" tsd-kind-module"><a href="modules/core_math_randomFloat.html">core/math/random<wbr/>Float</a></li><li class=" tsd-kind-module"><a href="modules/core_math_randomInt.html">core/math/random<wbr/>Int</a></li><li class=" tsd-kind-module"><a href="modules/core_math_vector2.html">core/math/vector2</a></li><li class=" tsd-kind-module"><a href="modules/core_misc_pluginManager.html">core/misc/plugin<wbr/>Manager</a></li><li class=" tsd-kind-module"><a href="modules/core_models_displayList.html">core/models/display<wbr/>List</a></li><li class=" tsd-kind-module"><a href="modules/core_models_physicsList.html">core/models/physics<wbr/>List</a></li><li class=" tsd-kind-module"><a href="modules/core_physics_models_area.html">core/physics/models/area</a></li><li class=" tsd-kind-module"><a href="modules/core_physics_models_collider.html">core/physics/models/collider</a></li><li class=" tsd-kind-module"><a href="modules/core_physics_models_hitbox.html">core/physics/models/hitbox</a></li><li class=" tsd-kind-module"><a href="modules/core_physics_physicsBody.html">core/physics/physics<wbr/>Body</a></li><li class=" tsd-kind-module"><a href="modules/core_physics_server_physicsServer.html">core/physics/server/physics<wbr/>Server</a></li><li class=" tsd-kind-module"><a href="modules/core_physics_utils_circleToRectIntersect.html">core/physics/utils/circle<wbr/>To<wbr/>Rect<wbr/>Intersect</a></li><li class=" tsd-kind-module"><a href="modules/core_physics_utils_hitboxFaceIntersect.html">core/physics/utils/hitbox<wbr/>Face<wbr/>Intersect</a></li><li class=" tsd-kind-module"><a href="modules/core_physics_utils_rectToRectIntersect.html">core/physics/utils/rect<wbr/>To<wbr/>Rect<wbr/>Intersect</a></li><li class=" tsd-kind-module"><a href="modules/core_renderer_baseRenderer.html">core/renderer/base<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="modules/core_renderer_canvas_canvasRenderer.html">core/renderer/canvas/canvas<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="modules/core_renderer_canvas_const_blendModes.html">core/renderer/canvas/const/blend<wbr/>Modes</a></li><li class=" tsd-kind-module"><a href="modules/core_renderer_canvas_pipeline_rendererPipeline.html">core/renderer/canvas/pipeline/renderer<wbr/>Pipeline</a></li><li class=" tsd-kind-module"><a href="modules/core_scene.html">core/scene</a></li><li class=" tsd-kind-module"><a href="modules/core_sound_soundPlayer.html">core/sound/sound<wbr/>Player</a></li><li class=" tsd-kind-module"><a href="modules/core_storage_cacheManager.html">core/storage/cache<wbr/>Manager</a></li><li class=" tsd-kind-module"><a href="modules/core_texture_texture.html">core/texture/texture</a></li><li class=" tsd-kind-module"><a href="modules/core_texture_textureAtlas.html">core/texture/texture<wbr/>Atlas</a></li><li class=" tsd-kind-module"><a href="modules/core_texture_textureBase.html">core/texture/texture<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="modules/core_texture_textureSheet.html">core/texture/texture<wbr/>Sheet</a></li><li class=" tsd-kind-module"><a href="modules/index.html">index</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li><li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li><li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li><li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>