Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoprog committed Oct 17, 2017
1 parent 3962520 commit 297bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gengine/Gengine.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
display: inline-block;
float: none;
text-shadow: 0 0 0 transparent;
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#F1EED9; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" style="color:#000000" href="../">gengine API documentation</a></div></div></div></nav><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="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> Gengine</h1><h4><small>package <a href="../gengine/index.html">gengine</a></small></h4> </div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Static methods</h3><div class="fields"><div class="field "><a name="exit"></a><h3><p><code><span class="label">static</span><a href="#exit"><span class="identifier">exit</span></a> ():<a class="type" title="The standard Void type." href="../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getAudio"></a><h3><p><code><span class="label">static</span><a href="#getAudio"><span class="identifier">getAudio</span></a> ():<a class="type" title="" href="../gengine/audio/Audio.html">Audio</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getContext"></a><h3><p><code><span class="label">static</span><a href="#getContext"><span class="identifier">getContext</span></a> ():<a class="type" title="" href="../gengine/core/Context.html">Context</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getInput"></a><h3><p><code><span class="label">static</span><a href="#getInput"><span class="identifier">getInput</span></a> ():<a class="type" title="" href="../gengine/input/Input.html">Input</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getRenderer"></a><h3><p><code><span class="label">static</span><a href="#getRenderer"><span class="identifier">getRenderer</span></a> ():<a class="type" title="" href="../gengine/graphics/Renderer.html">Renderer</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getResourceCache"></a><h3><p><code><span class="label">static</span><a href="#getResourceCache"><span class="identifier">getResourceCache</span></a> ():<a class="type" title="" href="../gengine/resource/ResourceCache.html">ResourceCache</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getScene"></a><h3><p><code><span class="label">static</span><a href="#getScene"><span class="identifier">getScene</span></a> ():<a class="type" title="" href="../gengine/scene/Scene.html">Scene</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setGuiFilename"></a><h3><p><code><span class="label">static</span><a href="#setGuiFilename"><span class="identifier">setGuiFilename</span></a> (<span style="white-space:nowrap">title:<a class="type" title="The basic String class." href="../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setWindowSize"></a><h3><p><code><span class="label">static</span><a href="#setWindowSize"><span class="identifier">setWindowSize</span></a> (<span style="white-space:nowrap">size:<a class="type" title="" href="../gengine/math/IntVector2.html">IntVector2</a></span>):<a class="type" title="The standard Void type." href="../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setWindowTitle"></a><h3><p><code><span class="label">static</span><a href="#setWindowTitle"><span class="identifier">setWindowTitle</span></a> (<span style="white-space:nowrap">title:<a class="type" title="The basic String class." href="../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#F1EED9"><div class="container"><div class="copyright"><p style="color:#000000">&copy; 2017 &nbsp;<a style="color:#000000" href="//gengine.net">//gengine.net</a></p></div></div></footer><script src="..//highlighter.js"></script><link href="../highlighter.css" rel="stylesheet"/></body></html>
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#F1EED9; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" style="color:#000000" href="../">gengine API documentation</a></div></div></div></nav><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="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> Gengine</h1><h4><small>package <a href="../gengine/index.html">gengine</a></small></h4> </div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Static methods</h3><div class="fields"><div class="field "><a name="exit"></a><h3><p><code><span class="label">static</span><a href="#exit"><span class="identifier">exit</span></a> ():<a class="type" title="The standard Void type." href="../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getAudio"></a><h3><p><code><span class="label">static</span><a href="#getAudio"><span class="identifier">getAudio</span></a> ():<a class="type" title="" href="../gengine/audio/Audio.html">Audio</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getContext"></a><h3><p><code><span class="label">static</span><a href="#getContext"><span class="identifier">getContext</span></a> ():<a class="type" title="" href="../gengine/core/Context.html">Context</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getInput"></a><h3><p><code><span class="label">static</span><a href="#getInput"><span class="identifier">getInput</span></a> ():<a class="type" title="" href="../gengine/input/Input.html">Input</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getRenderer"></a><h3><p><code><span class="label">static</span><a href="#getRenderer"><span class="identifier">getRenderer</span></a> ():<a class="type" title="" href="../gengine/graphics/Renderer.html">Renderer</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getResourceCache"></a><h3><p><code><span class="label">static</span><a href="#getResourceCache"><span class="identifier">getResourceCache</span></a> ():<a class="type" title="" href="../gengine/resource/ResourceCache.html">ResourceCache</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getScene"></a><h3><p><code><span class="label">static</span><a href="#getScene"><span class="identifier">getScene</span></a> ():<a class="type" title="" href="../gengine/scene/Scene.html">Scene</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setGuiFilename"></a><h3><p><code><span class="label">static</span><a href="#setGuiFilename"><span class="identifier">setGuiFilename</span></a> (<span style="white-space:nowrap">filename:<a class="type" title="The basic String class." href="../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setWindowSize"></a><h3><p><code><span class="label">static</span><a href="#setWindowSize"><span class="identifier">setWindowSize</span></a> (<span style="white-space:nowrap">size:<a class="type" title="" href="../gengine/math/IntVector2.html">IntVector2</a></span>):<a class="type" title="The standard Void type." href="../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setWindowTitle"></a><h3><p><code><span class="label">static</span><a href="#setWindowTitle"><span class="identifier">setWindowTitle</span></a> (<span style="white-space:nowrap">title:<a class="type" title="The basic String class." href="../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="takeScreenshot"></a><h3><p><code><span class="label">static</span><a href="#takeScreenshot"><span class="identifier">takeScreenshot</span></a> (<span style="white-space:nowrap">filename:<a class="type" title="The basic String class." href="../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#F1EED9"><div class="container"><div class="copyright"><p style="color:#000000">&copy; 2017 &nbsp;<a style="color:#000000" href="//gengine.net">//gengine.net</a></p></div></div></footer><script src="..//highlighter.js"></script><link href="../highlighter.css" rel="stylesheet"/></body></html>

0 comments on commit 297bb86

Please sign in to comment.