First commit
This commit is contained in:
49
hGameTest/node_modules/openfl/docs/pages/lime/app/Application.html
generated
vendored
Normal file
49
hGameTest/node_modules/openfl/docs/pages/lime/app/Application.html
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
72
hGameTest/node_modules/openfl/docs/pages/lime/app/Config.html
generated
vendored
Normal file
72
hGameTest/node_modules/openfl/docs/pages/lime/app/Config.html
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<!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="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><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><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>lime.app.Config - API Reference</title></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</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 class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>typedef</small> Config</h1><h4><small>package <a href="../../lime/app/index.html">lime.app</a></small></h4><p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Properties</h3><div class="fields"><div class="field "><a name="build"></a><h3><p><code><a href="../../lime/app/Config.html#build"><span class="identifier">build</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></code></p></h3><div class="doc"><p>A build number</p>
|
||||
<p>The build number is a unique, integer-based value which increases
|
||||
upon each build or release of an application. This is distinct from
|
||||
the version number.</p>
|
||||
<p>In the default generated config for Lime applications, this is often
|
||||
updated automatically, or can be overriden in XML project files using
|
||||
the <code><app build="" /></code> attribute</p></div></div><div class="field "><a name="company"></a><h3><p><code><a href="../../lime/app/Config.html#company"><span class="identifier">company</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></code></p></h3><div class="doc"><p>A company name</p>
|
||||
<p>In the default generated config for Lime applications, this value
|
||||
corresponds to the <code><meta company="" /></code> attribute in XML</p></div></div><div class="field "><a name="file"></a><h3><p><code><a href="../../lime/app/Config.html#file"><span class="identifier">file</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></code></p></h3><div class="doc"><p>An application file name, without a file extension</p>
|
||||
<p>In the default generated config for Lime applications, this value
|
||||
corresponds to the <code><app file="" /></code> attribute in XML</p></div></div><div class="field "><a name="fps"></a><h3><p><code><a href="../../lime/app/Config.html#fps"><span class="identifier">fps</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="The standard Int type." href="../../Int.html">Int</a>></code></p></h3><div class="doc"><p>A requested frame rate</p>
|
||||
<p>In the default generated config for Lime applications, the default value
|
||||
is 30 FPS on many platforms, or vsync for HTML5. It can be overriden in
|
||||
XML project files using the <code><window fps="" /></code> attribute</p></div></div><div class="field "><a name="name"></a><h3><p><code><a href="../../lime/app/Config.html#name"><span class="identifier">name</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></code></p></h3><div class="doc"><p>An application name, used as the default Window title</p>
|
||||
<p>In the default generated config for Lime applications, this value
|
||||
corresponds to the <code><meta title="" /></code> attribute in XML</p></div></div><div class="field "><a name="orientation"></a><h3><p><code><a href="../../lime/app/Config.html#orientation"><span class="identifier">orientation</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></code></p></h3><div class="doc"><p>An application orientation</p>
|
||||
<p>Expected values include "portrait", "landscape" or an empty string
|
||||
for all orientations.</p>
|
||||
<p>In the default generated config for Lime applications, this value
|
||||
corresponds to the <code><window orientation="" /></code> attribute in XML</p></div></div><div class="field "><a name="packageName"></a><h3><p><code><a href="../../lime/app/Config.html#packageName"><span class="identifier">packageName</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></code></p></h3><div class="doc"><p>A package name, this usually corresponds to the unique ID used
|
||||
in application stores to identify the current application</p>
|
||||
<p>In the default generated config for Lime applications, this value
|
||||
corresponds to the <code><meta package="" /></code> attribute in XML</p></div></div><div class="field "><a name="rootPath"></a><h3><p><code><a href="../../lime/app/Config.html#rootPath"><span class="identifier">rootPath</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></code></p></h3><div class="doc"><p>A root path for application assets</p>
|
||||
<p>The default value is an empty string, but this can be used when
|
||||
bundled application assets are located in a different directory.</p>
|
||||
<p>This value is not exposed in Lime project files, but is available
|
||||
using the <code>lime.embed</code> function in HTML5 project embeds, and may
|
||||
behave similarly to the Flash "base" embed parameter</p></div></div><div class="field "><a name="version"></a><h3><p><code><a href="../../lime/app/Config.html#version"><span class="identifier">version</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></code></p></h3><div class="doc"><p>A version number</p>
|
||||
<p>The version number is what normally corresponds to the user-facing
|
||||
version for an application, such as "1.0.0" or "12.2.5". This is
|
||||
distinct from the build number. Many application stores expect the
|
||||
version number to include three segments.</p>
|
||||
<p>In the default generated config for Lime applications, this value
|
||||
corresponds to the <code><meta title="" /></code> attribute in XML</p></div></div><div class="field "><a name="windows"></a><h3><p><code><a href="../../lime/app/Config.html#windows"><span class="identifier">windows</span></a>:<a class="type" title="Null can be useful in two cases." href="../../Null.html">Null</a><<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a><<a class="type" title="" href="../../lime/app/WindowConfig.html">WindowConfig</a>>></code></p></h3><div class="doc"><p>A set of configuration objects for each initial application Window</p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Event.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Event.html
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><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><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>lime.app.Event - API Reference</title></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</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 class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> Event<<span class="type">T</span>></h1><h4><small>package <a href="../../lime/app/index.html">lime.app</a></small></h4> <p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Constructor</h3><div class="fields"><div class="field "><a name="new"></a><h3><p><code><a href="#new"><span class="identifier">new</span></a> ()</code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="canceled"></a><h3><p><code><span class="label">read only</span><a href="../../lime/app/Event.html#canceled"><span class="identifier">canceled</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="dispatch"></a><h3><p><code><a href="../../lime/app/Event.html#dispatch"><span class="identifier">dispatch</span></a>:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a></code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="add"></a><h3><p><code><a href="#add"><span class="identifier">add</span></a> (<span style="white-space:nowrap">listener:<span class="type">T</span>,</span> <span style="white-space:nowrap">once:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a> = false,</span> <span style="white-space:nowrap">priority:<a class="type" title="The standard Int type." href="../../Int.html">Int</a> = 0</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="cancel"></a><h3><p><code><a href="#cancel"><span class="identifier">cancel</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="has"></a><h3><p><code><a href="#has"><span class="identifier">has</span></a> (<span style="white-space:nowrap">listener:<span class="type">T</span></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="remove"></a><h3><p><code><a href="#remove"><span class="identifier">remove</span></a> (<span style="white-space:nowrap">listener:<span class="type">T</span></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:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Future.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Future.html
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
39
hGameTest/node_modules/openfl/docs/pages/lime/app/IModule.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/lime/app/IModule.html
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><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><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>lime.app.IModule - API Reference</title></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</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 class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>interface</small> IModule</h1><h4><small>package <a href="../../lime/app/index.html">lime.app</a></small></h4> <h4><small><span class="muted">implemented by </span><a class="type" title="" href="../../lime/app/Module.html">Module</a>, <a class="type" title="The Stage class represents the main drawing area." href="../../openfl/display/Stage.html">Stage</a></small></h4><p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="addRenderer"></a><h3><p><code><a href="#addRenderer"><span class="identifier">addRenderer</span></a> (<span style="white-space:nowrap">renderer:<a class="type" title="" href="../../lime/graphics/Renderer.html">Renderer</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="addWindow"></a><h3><p><code><a href="#addWindow"><span class="identifier">addWindow</span></a> (<span style="white-space:nowrap">window:<a class="type" title="" href="../../lime/ui/Window.html">Window</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="registerModule"></a><h3><p><code><a href="#registerModule"><span class="identifier">registerModule</span></a> (<span style="white-space:nowrap">application:<a class="type" title="" href="../../lime/app/Application.html">Application</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="removeRenderer"></a><h3><p><code><a href="#removeRenderer"><span class="identifier">removeRenderer</span></a> (<span style="white-space:nowrap">renderer:<a class="type" title="" href="../../lime/graphics/Renderer.html">Renderer</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="removeWindow"></a><h3><p><code><a href="#removeWindow"><span class="identifier">removeWindow</span></a> (<span style="white-space:nowrap">window:<a class="type" title="" href="../../lime/ui/Window.html">Window</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="setPreloader"></a><h3><p><code><a href="#setPreloader"><span class="identifier">setPreloader</span></a> (<span style="white-space:nowrap">preloader:<a class="type" title="" href="../../lime/app/Preloader.html">Preloader</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="unregisterModule"></a><h3><p><code><a href="#unregisterModule"><span class="identifier">unregisterModule</span></a> (<span style="white-space:nowrap">application:<a class="type" title="" href="../../lime/app/Application.html">Application</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:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Module.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Module.html
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Preloader.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Preloader.html
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Promise.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/lime/app/Promise.html
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
39
hGameTest/node_modules/openfl/docs/pages/lime/app/WindowConfig.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/lime/app/WindowConfig.html
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
72
hGameTest/node_modules/openfl/docs/pages/lime/app/index.html
generated
vendored
Normal file
72
hGameTest/node_modules/openfl/docs/pages/lime/app/index.html
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<!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="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><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><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>lime.app - API Reference</title></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</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 class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><h1>lime.app </h1><!--
|
||||
::if full == ""::
|
||||
<h1>Haxe API documentation <small ::cond api.isDefined("version")::>version ::api.getValue('version')::</small></h1>
|
||||
<p>Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.</p>
|
||||
<h3>Getting Started With Haxe</h3>
|
||||
<ul>
|
||||
<li>Take a look at our <a href="http://haxe.org/documentation/introduction/">introduction</a></li>
|
||||
<li>Read through the <a href="http://haxe.org/manual/">Haxe Manual</a></li>
|
||||
<li>Look at these <a href="http://haxe.org/use-cases/">use cases for Haxe</a></li>
|
||||
<li>Find and install <a href="http://lib.haxe.org/t/all/">popular Haxe libraries</a></li>
|
||||
<li>Learn by example with the <a href="http://code.haxe.org">Haxe Code Cookbook</a></li>
|
||||
</ul>
|
||||
<hr/>
|
||||
<h3>Top Level</h3>
|
||||
::elseif full.split(".").length==1::
|
||||
<h1>Haxe/::full:: API documentation</h1>
|
||||
<p>To get started with the Haxe ::full:: target:</p>
|
||||
<ul>
|
||||
<li>Read through the <a href="http://haxe.org/manual/">Haxe Manual</a></li>
|
||||
<li ::cond full=="js"::>Read the <a href="http://haxe.org/manual/target-javascript.html">Haxe/JavaScript target details</a></li>
|
||||
<li ::cond full=="flash"::>Read the <a href="http://haxe.org/manual/target-flash.html">Haxe/Flash target details</a></li>
|
||||
<li ::cond full=="php"::>Read the <a href="http://haxe.org/manual/target-php.html">Haxe/PHP target details</a></li>
|
||||
<li ::cond full=="cpp"::>Read the <a href="http://haxe.org/manual/target-cpp.html">Haxe/C++ target details</a></li>
|
||||
<li ::cond full=="neko"::>Read the <a href="http://nekovm.org/doc">Neko documentation</a></li>
|
||||
<li>Find and install <a href="http://lib.haxe.org/t/::full::/">popular Haxe/::full:: libraries</a></li>
|
||||
<li>Learn by example with the <a href="http://code.haxe.org">Haxe Code Cookbook</a></li>
|
||||
</ul>
|
||||
<hr/>
|
||||
<h1><small class="directive">package</small> ::full::</h1>
|
||||
::else::
|
||||
<h1><small class="directive">package</small> ::full::</h1>
|
||||
::end::
|
||||
-->
|
||||
<table class="table table-condensed"><tbody><tr><th width="200"><i class="fa fa-folder-o"></i><a href="../index.html" title="lime">..</a></th><td></td></tr><tr class="class"><td width="200"><a href="../../lime/app/Application.html" title="lime.app.Application">Application</a></td><td><p></p></td></tr><tr class="type"><td width="200"><a href="../../lime/app/Config.html" title="lime.app.Config">Config</a></td><td><p></p></td></tr><tr class="class"><td width="200"><a href="../../lime/app/Event.html" title="lime.app.Event">Event</a></td><td><p></p></td></tr><tr class="class"><td width="200"><a href="../../lime/app/Future.html" title="lime.app.Future">Future</a></td><td><p></p></td></tr><tr class="class"><td width="200"><a href="../../lime/app/IModule.html" title="lime.app.IModule">IModule</a></td><td><p></p></td></tr><tr class="class"><td width="200"><a href="../../lime/app/Module.html" title="lime.app.Module">Module</a></td><td><p></p></td></tr><tr class="class"><td width="200"><a href="../../lime/app/Preloader.html" title="lime.app.Preloader">Preloader</a></td><td><p></p></td></tr><tr class="class"><td width="200"><a href="../../lime/app/Promise.html" title="lime.app.Promise">Promise</a></td><td><p></p></td></tr><tr class="type"><td width="200"><a href="../../lime/app/WindowConfig.html" title="lime.app.WindowConfig">WindowConfig</a></td><td><p></p></td></tr></tbody></table></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
Reference in New Issue
Block a user