docs updated
This commit is contained in:
parent
7657d78604
commit
6dacba9b33
45 changed files with 1023 additions and 748 deletions
|
@ -2,12 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>DisplayObject - Pixi.js API</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0pr2/build/cssgrids/cssgrids-min.css">
|
||||
<title>DisplayObject - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
|
||||
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
|
||||
<script src="http://yui.yahooapis.com/combo?3.8.0pr2/build/yui/yui-min.js"></script>
|
||||
<script src="http://yui.yahooapis.com/combo?3.8.0/build/yui/yui-min.js"></script>
|
||||
</head>
|
||||
<body class="yui3-skin-sam">
|
||||
|
||||
|
@ -15,11 +15,11 @@
|
|||
<div id="hd" class="yui3-g header">
|
||||
<div class="yui3-u-3-4">
|
||||
|
||||
<h1><img src="http://www.goodboydigital.com/pixijs/logo_small.png" title="Pixi.js API"></h1>
|
||||
<h1><img src="http://www.goodboydigital.com/pixijs/logo_small.png" title="Pixi.JS"></h1>
|
||||
|
||||
</div>
|
||||
<div class="yui3-u-1-4 version">
|
||||
<em>API Docs for: 1.0</em>
|
||||
<em>API Docs for: 1.0.0</em>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bd" class="yui3-g">
|
||||
|
@ -122,7 +122,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/pixi_DisplayObject.js.html#l5"><code>pixi/DisplayObject.js:5</code></a>
|
||||
Defined in: <a href="../files/src_pixi_DisplayObject.js.html#l5"><code>src/pixi/DisplayObject.js:5</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -176,7 +176,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/pixi_DisplayObject.js.html#l5"><code>pixi/DisplayObject.js:5</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l5"><code>src/pixi/DisplayObject.js:5</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -331,6 +331,12 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class="arg">
|
||||
|
||||
<code>transparent</code>
|
||||
|
||||
</li>
|
||||
|
||||
</ul><span class="paren">)</span>
|
||||
</div>
|
||||
|
||||
|
@ -362,7 +368,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/pixi_utils_Detector.js.html#l5"><code>pixi/utils/Detector.js:5</code></a>
|
||||
<a href="../files/src_pixi_utils_Detector.js.html#l5"><code>src/pixi/utils/Detector.js:5</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -428,6 +434,21 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
|
|||
|
||||
</li>
|
||||
|
||||
<li class="param">
|
||||
|
||||
<code class="param-name">transparent</code>
|
||||
<span class="type">Boolean</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="param-description">
|
||||
<p>the transparency of the render view, default false</p>
|
||||
</div>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -469,7 +490,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
|
|||
|
||||
|
||||
|
||||
<a href="../files/pixi_DisplayObject.js.html#l33"><code>pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -513,7 +534,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
|
|||
|
||||
|
||||
|
||||
<a href="../files/pixi_DisplayObject.js.html#l48"><code>pixi/DisplayObject.js:48</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l48"><code>src/pixi/DisplayObject.js:48</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -557,7 +578,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
|
|||
|
||||
|
||||
|
||||
<a href="../files/pixi_DisplayObject.js.html#l12"><code>pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -601,7 +622,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
|
|||
|
||||
|
||||
|
||||
<a href="../files/pixi_DisplayObject.js.html#l26"><code>pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -645,7 +666,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
|
|||
|
||||
|
||||
|
||||
<a href="../files/pixi_DisplayObject.js.html#l19"><code>pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -689,7 +710,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
|
|||
|
||||
|
||||
|
||||
<a href="../files/pixi_DisplayObject.js.html#l55"><code>pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -733,7 +754,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
|
|||
|
||||
|
||||
|
||||
<a href="../files/pixi_DisplayObject.js.html#l40"><code>pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue