Skip to content

Commit

Permalink
deploy for a1cda48
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Dec 16, 2024
1 parent 514b5c9 commit a1d9c1c
Show file tree
Hide file tree
Showing 118 changed files with 144 additions and 123 deletions.
4 changes: 2 additions & 2 deletions api/h2d/HtmlText.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion api/h3d/Camera.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/h3d/Engine.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/h3d/Matrix.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/h3d/Vector4Impl.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions api/h3d/impl/AllocStats.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html lang="en"><!-- use theme color or fallback -->
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="../../../css/styles.min.css" rel="stylesheet"/><link href="../../styles.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["heaps"]};</script><title>h3d.impl.AllocStats - Heaps.io Game Engine</title><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en"/><link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300" rel="stylesheet"/></head><div class='api-documentation'><body><script>/* Here to prevent flash of unstyled content */let systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;if ((!localStorage.theme && systemDarkMode) || localStorage.theme == "dark") {document.body.style.backgroundColor = "#111";document.body.style.opacity = "0";document.addEventListener("DOMContentLoaded", function(event) {toggleTheme();document.body.style.backgroundColor = "";document.body.style.opacity = "";});}</script><a href="https://github.com/HeapsIO/" class="fork-button"><img src="../../../img/fork-on-github.png" alt="Fork Heaps on GitHub"/></a><header class="header-documentation"><nav class="top-nav"><a href="../../../" class="button">Home</a><a href="../../../about.html" class="button">About</a><a href="../../../samples/" class="button">Samples</a><a href="../../../documentation/" class="button">Documentation</a><a href="../../" class="button disabled">API</a><a href="https://community.heaps.io/" class="button" target="_blank">Community</a></nav></header><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="fa fa-search"></i></span><input id="search" type="text" placeholder="Filter (Ctrl+P)" autocomplete="off"/></div></form></div><div class="well sidebar-nav" id="explorer"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><span class="viewsource"><a href="https://github.com/HeapsIO/heaps/blob/master/h3d/impl/MemoryManager.hx" class="btn btn-medium"><i class="fa fa-eye"></i> View source</a></span><h1><small>typedef</small> AllocStats</h1><h4><small>package <a href="../../h3d/impl/index.html">h3d.impl</a></small></h4><h4><small>import <a href="../../h3d/impl/MemoryManager.html">h3d.impl.MemoryManager</a></small></h4></div><div class="body"><div class="doc doc-main"><p></p></div><h3 class="section">Fields</h3><div class="fields"><div class="field "><a name="tex"></a><h3 class="anchor"><code><a href="#tex"><span class="identifier">tex</span></a>:<span class="type">Bool</span></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="stacks"></a><h3 class="anchor"><code><a href="#stacks"><span class="identifier">stacks</span></a>:<span class="type">Array</span>&lt;<a class="type" title="h3d.impl.StackStats" href="../../h3d/impl/StackStats.html">StackStats</a>&gt;</code></h3><div class="doc"><p></p></div></div><div class="field "><a name="size"></a><h3 class="anchor"><code><a href="#size"><span class="identifier">size</span></a>:<span class="type">Int</span></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="position"></a><h3 class="anchor"><code><a href="#position"><span class="identifier">position</span></a>:<span class="type">String</span></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="count"></a><h3 class="anchor"><code><a href="#count"><span class="identifier">count</span></a>:<span class="type">Int</span></code></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer><div class="container row"><div class="col-5"><a href="../../../"><img src="../../../img/logo.svg"/></a></div><div class="col-3 links"><h3>Heaps.io</h3><p>Heaps is an open source and multi-platform toolkit to create 2D and 3D games.</p><a href="https://lib.haxe.org/p/heaps">Download</a><a href="../../../about.html">About</a><a href="../../../api">API</a><a href="https://github.com/HeapsIO/">Contribute</a><a href="https://discordapp.com/channels/162395145352904705/501408700142059520">Community</a></div><div class="col-1">&nbsp;</div><div class="col-3 links"><h3>Haxe</h3><p>Haxe is an open source and cross-platform language and toolkit.</p><a href="https://haxe.org">About</a><a href="https://haxe.org/use-cases">Use cases</a><a href="https://haxe.org/documentation/introduction/">Learn</a><a href="https://haxe.org/foundation">Haxe Foundation</a></div></div><div class="copyright">&copy; 2024 <a href="https://haxe.org/foundation/">Haxe Foundation</a>| <a href="https://github.com/HeapsIO/heaps/blob/master/h3d/impl/MemoryManager.hx">Contribute to this page</a>| <a href="https://feathericons.com/" rel="nofollow">Feather open source icons</a></div></footer></div><script async="async" defer="defer" src="https://buttons.github.io/buttons.js"></script><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
2 changes: 1 addition & 1 deletion api/h3d/impl/Driver.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/h3d/impl/MemoryManager.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/h3d/impl/NullDriver.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions api/h3d/impl/StackStats.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html lang="en"><!-- use theme color or fallback -->
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="../../../css/styles.min.css" rel="stylesheet"/><link href="../../styles.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["heaps"]};</script><title>h3d.impl.StackStats - Heaps.io Game Engine</title><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en"/><link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300" rel="stylesheet"/></head><div class='api-documentation'><body><script>/* Here to prevent flash of unstyled content */let systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;if ((!localStorage.theme && systemDarkMode) || localStorage.theme == "dark") {document.body.style.backgroundColor = "#111";document.body.style.opacity = "0";document.addEventListener("DOMContentLoaded", function(event) {toggleTheme();document.body.style.backgroundColor = "";document.body.style.opacity = "";});}</script><a href="https://github.com/HeapsIO/" class="fork-button"><img src="../../../img/fork-on-github.png" alt="Fork Heaps on GitHub"/></a><header class="header-documentation"><nav class="top-nav"><a href="../../../" class="button">Home</a><a href="../../../about.html" class="button">About</a><a href="../../../samples/" class="button">Samples</a><a href="../../../documentation/" class="button">Documentation</a><a href="../../" class="button disabled">API</a><a href="https://community.heaps.io/" class="button" target="_blank">Community</a></nav></header><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="fa fa-search"></i></span><input id="search" type="text" placeholder="Filter (Ctrl+P)" autocomplete="off"/></div></form></div><div class="well sidebar-nav" id="explorer"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><span class="viewsource"><a href="https://github.com/HeapsIO/heaps/blob/master/h3d/impl/MemoryManager.hx" class="btn btn-medium"><i class="fa fa-eye"></i> View source</a></span><h1><small>typedef</small> StackStats</h1><h4><small>package <a href="../../h3d/impl/index.html">h3d.impl</a></small></h4><h4><small>import <a href="../../h3d/impl/MemoryManager.html">h3d.impl.MemoryManager</a></small></h4></div><div class="body"><div class="doc doc-main"><p></p></div><h3 class="section">Fields</h3><div class="fields"><div class="field "><a name="stats"></a><h3 class="anchor"><code><a href="#stats"><span class="identifier">stats</span></a>:<span class="type">Array</span>&lt;<a class="type" title="h3d.impl.TextureStat" href="../../h3d/impl/TextureStat.html">TextureStat</a>&gt;</code></h3><div class="doc"><p></p></div></div><div class="field "><a name="stack"></a><h3 class="anchor"><code><a href="#stack"><span class="identifier">stack</span></a>:<span class="type">String</span></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="size"></a><h3 class="anchor"><code><a href="#size"><span class="identifier">size</span></a>:<span class="type">Int</span></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="count"></a><h3 class="anchor"><code><a href="#count"><span class="identifier">count</span></a>:<span class="type">Int</span></code></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer><div class="container row"><div class="col-5"><a href="../../../"><img src="../../../img/logo.svg"/></a></div><div class="col-3 links"><h3>Heaps.io</h3><p>Heaps is an open source and multi-platform toolkit to create 2D and 3D games.</p><a href="https://lib.haxe.org/p/heaps">Download</a><a href="../../../about.html">About</a><a href="../../../api">API</a><a href="https://github.com/HeapsIO/">Contribute</a><a href="https://discordapp.com/channels/162395145352904705/501408700142059520">Community</a></div><div class="col-1">&nbsp;</div><div class="col-3 links"><h3>Haxe</h3><p>Haxe is an open source and cross-platform language and toolkit.</p><a href="https://haxe.org">About</a><a href="https://haxe.org/use-cases">Use cases</a><a href="https://haxe.org/documentation/introduction/">Learn</a><a href="https://haxe.org/foundation">Haxe Foundation</a></div></div><div class="copyright">&copy; 2024 <a href="https://haxe.org/foundation/">Haxe Foundation</a>| <a href="https://github.com/HeapsIO/heaps/blob/master/h3d/impl/MemoryManager.hx">Contribute to this page</a>| <a href="https://feathericons.com/" rel="nofollow">Feather open source icons</a></div></footer></div><script async="async" defer="defer" src="https://buttons.github.io/buttons.js"></script><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
4 changes: 4 additions & 0 deletions api/h3d/impl/TextureStat.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html lang="en"><!-- use theme color or fallback -->
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="../../../css/styles.min.css" rel="stylesheet"/><link href="../../styles.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["heaps"]};</script><title>h3d.impl.TextureStat - Heaps.io Game Engine</title><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en"/><link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300" rel="stylesheet"/></head><div class='api-documentation'><body><script>/* Here to prevent flash of unstyled content */let systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;if ((!localStorage.theme && systemDarkMode) || localStorage.theme == "dark") {document.body.style.backgroundColor = "#111";document.body.style.opacity = "0";document.addEventListener("DOMContentLoaded", function(event) {toggleTheme();document.body.style.backgroundColor = "";document.body.style.opacity = "";});}</script><a href="https://github.com/HeapsIO/" class="fork-button"><img src="../../../img/fork-on-github.png" alt="Fork Heaps on GitHub"/></a><header class="header-documentation"><nav class="top-nav"><a href="../../../" class="button">Home</a><a href="../../../about.html" class="button">About</a><a href="../../../samples/" class="button">Samples</a><a href="../../../documentation/" class="button">Documentation</a><a href="../../" class="button disabled">API</a><a href="https://community.heaps.io/" class="button" target="_blank">Community</a></nav></header><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="fa fa-search"></i></span><input id="search" type="text" placeholder="Filter (Ctrl+P)" autocomplete="off"/></div></form></div><div class="well sidebar-nav" id="explorer"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><span class="viewsource"><a href="https://github.com/HeapsIO/heaps/blob/master/h3d/impl/MemoryManager.hx" class="btn btn-medium"><i class="fa fa-eye"></i> View source</a></span><h1><small>typedef</small> TextureStat</h1><h4><small>package <a href="../../h3d/impl/index.html">h3d.impl</a></small></h4><h4><small>import <a href="../../h3d/impl/MemoryManager.html">h3d.impl.MemoryManager</a></small></h4></div><div class="body"><div class="doc doc-main"><p></p></div><h3 class="section">Fields</h3><div class="fields"><div class="field "><a name="size"></a><h3 class="anchor"><code><a href="#size"><span class="identifier">size</span></a>:<span class="type">Int</span></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="name"></a><h3 class="anchor"><code><a href="#name"><span class="identifier">name</span></a>:<span class="type">String</span></code></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer><div class="container row"><div class="col-5"><a href="../../../"><img src="../../../img/logo.svg"/></a></div><div class="col-3 links"><h3>Heaps.io</h3><p>Heaps is an open source and multi-platform toolkit to create 2D and 3D games.</p><a href="https://lib.haxe.org/p/heaps">Download</a><a href="../../../about.html">About</a><a href="../../../api">API</a><a href="https://github.com/HeapsIO/">Contribute</a><a href="https://discordapp.com/channels/162395145352904705/501408700142059520">Community</a></div><div class="col-1">&nbsp;</div><div class="col-3 links"><h3>Haxe</h3><p>Haxe is an open source and cross-platform language and toolkit.</p><a href="https://haxe.org">About</a><a href="https://haxe.org/use-cases">Use cases</a><a href="https://haxe.org/documentation/introduction/">Learn</a><a href="https://haxe.org/foundation">Haxe Foundation</a></div></div><div class="copyright">&copy; 2024 <a href="https://haxe.org/foundation/">Haxe Foundation</a>| <a href="https://github.com/HeapsIO/heaps/blob/master/h3d/impl/MemoryManager.hx">Contribute to this page</a>| <a href="https://feathericons.com/" rel="nofollow">Feather open source icons</a></div></footer></div><script async="async" defer="defer" src="https://buttons.github.io/buttons.js"></script><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
Loading

0 comments on commit a1d9c1c

Please sign in to comment.