Skip to content
Browse files

Compiled docs. Colored Kiwi favicon added.

  • Loading branch information...
1 parent cb28610 commit 318b76877ab188589f0b793e307a7ffa409e6c2e @BenjaminHarding BenjaminHarding committed
Showing with 27,467 additions and 3,098 deletions.
  1. +13 −1 docs/api.js
  2. BIN docs/assets/css/logo.png
  3. +3 −5 docs/assets/css/main.css
  4. BIN docs/assets/favicon.png
  5. +219 −38 docs/classes/Kiwi.Animations.Animation.html
  6. +14 −0 docs/classes/Kiwi.Animations.Sequence.html
  7. +174 −29 docs/classes/Kiwi.Animations.Tween.html
  8. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Back.html
  9. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Bounce.html
  10. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Circular.html
  11. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Cubic.html
  12. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Elastic.html
  13. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Exponential.html
  14. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Linear.html
  15. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Quadratic.html
  16. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Quartic.html
  17. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Quintic.html
  18. +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Sinusoidal.html
  19. +189 −10 docs/classes/Kiwi.Animations.Tweens.TweenManager.html
  20. +137 −4 docs/classes/Kiwi.Camera.html
  21. +14 −0 docs/classes/Kiwi.CameraManager.html
  22. +14 −0 docs/classes/Kiwi.Component.html
  23. +14 −0 docs/classes/Kiwi.ComponentManager.html
  24. +17 −3 docs/classes/Kiwi.Components.AnimationManager.html
  25. +14 −0 docs/classes/Kiwi.Components.ArcadePhysics.html
  26. +36 −21 docs/classes/Kiwi.Components.Box.html
  27. +14 −0 docs/classes/Kiwi.Components.Input.html
  28. +14 −0 docs/classes/Kiwi.Components.Sound.html
  29. +17 −3 docs/classes/Kiwi.Entity.html
  30. +6,247 −0 docs/classes/Kiwi.Files.AudioFile.html
  31. +6,411 −0 docs/classes/Kiwi.Files.DataFile.html
  32. +14 −0 docs/classes/Kiwi.Files.DataLibrary.html
  33. +1,911 −1,246 docs/classes/Kiwi.Files.File.html
  34. +14 −0 docs/classes/Kiwi.Files.FileStore.html
  35. +2,289 −550 docs/classes/Kiwi.Files.Loader.html
  36. +6,333 −0 docs/classes/Kiwi.Files.TextureFile.html
  37. +240 −35 docs/classes/Kiwi.Game.html
  38. +91 −20 docs/classes/Kiwi.GameManager.html
  39. +18 −4 docs/classes/Kiwi.GameObjects.Sprite.html
  40. +20 −4 docs/classes/Kiwi.GameObjects.StaticImage.html
  41. +933 −790 docs/classes/Kiwi.GameObjects.Textfield.html
  42. +14 −0 docs/classes/Kiwi.GameObjects.Tilemap.TileMap.html
  43. +33 −19 docs/classes/Kiwi.GameObjects.Tilemap.TileMapLayer.html
  44. +14 −0 docs/classes/Kiwi.GameObjects.Tilemap.TileType.html
  45. +14 −0 docs/classes/Kiwi.Geom.AABB.html
  46. +14 −0 docs/classes/Kiwi.Geom.Circle.html
  47. +14 −0 docs/classes/Kiwi.Geom.Intersect.html
  48. +14 −0 docs/classes/Kiwi.Geom.IntersectResult.html
  49. +14 −0 docs/classes/Kiwi.Geom.Line.html
  50. +99 −85 docs/classes/Kiwi.Geom.Matrix.html
  51. +14 −0 docs/classes/Kiwi.Geom.Point.html
  52. +14 −0 docs/classes/Kiwi.Geom.Ray.html
  53. +14 −0 docs/classes/Kiwi.Geom.Rectangle.html
  54. +362 −42 docs/classes/Kiwi.Geom.Transform.html
  55. +14 −0 docs/classes/Kiwi.Geom.Vector2.html
  56. +63 −49 docs/classes/Kiwi.Group.html
  57. +14 −0 docs/classes/Kiwi.HUD.HUDComponents.Counter.html
  58. +15 −1 docs/classes/Kiwi.HUD.HUDComponents.Time.html
  59. +14 −0 docs/classes/Kiwi.HUD.HUDComponents.WidgetInput.html
  60. +14 −0 docs/classes/Kiwi.HUD.HUDDisplay.html
  61. +14 −0 docs/classes/Kiwi.HUD.HUDManager.html
  62. +14 −0 docs/classes/Kiwi.HUD.HUDWidget.html
  63. +14 −0 docs/classes/Kiwi.HUD.Widget.Bar.html
  64. +14 −0 docs/classes/Kiwi.HUD.Widget.BasicScore.html
  65. +14 −0 docs/classes/Kiwi.HUD.Widget.Button.html
  66. +14 −0 docs/classes/Kiwi.HUD.Widget.Icon.html
  67. +14 −0 docs/classes/Kiwi.HUD.Widget.IconBar.html
  68. +14 −0 docs/classes/Kiwi.HUD.Widget.Menu.html
  69. +14 −0 docs/classes/Kiwi.HUD.Widget.MenuItem.html
  70. +14 −0 docs/classes/Kiwi.HUD.Widget.TextField.html
  71. +14 −0 docs/classes/Kiwi.HUD.Widget.Time.html
  72. +14 −0 docs/classes/Kiwi.IChild.html
  73. +14 −0 docs/classes/Kiwi.Input.Finger.html
  74. +14 −0 docs/classes/Kiwi.Input.InputManager.html
  75. +14 −0 docs/classes/Kiwi.Input.Key.html
  76. +14 −0 docs/classes/Kiwi.Input.Keyboard.html
  77. +14 −0 docs/classes/Kiwi.Input.Keycodes.html
  78. +14 −0 docs/classes/Kiwi.Input.Mouse.html
  79. +14 −0 docs/classes/Kiwi.Input.MouseCursor.html
  80. +126 −2 docs/classes/Kiwi.Input.Pointer.html
  81. +14 −0 docs/classes/Kiwi.Input.Touch.html
  82. +154 −4 docs/classes/Kiwi.PluginManager.html
  83. +14 −0 docs/classes/Kiwi.Renderers.CanvasRenderer.html
  84. +20 −6 docs/classes/Kiwi.Renderers.GLArrayBuffer.html
  85. +14 −0 docs/classes/Kiwi.Renderers.GLBlendMode.html
  86. +15 −1 docs/classes/Kiwi.Renderers.GLElementArrayBuffer.html
  87. +18 −4 docs/classes/Kiwi.Renderers.GLRenderManager.html
  88. +14 −0 docs/classes/Kiwi.Renderers.GLTextureManager.html
  89. +14 −0 docs/classes/Kiwi.Renderers.GLTextureWrapper.html
  90. +14 −0 docs/classes/Kiwi.Renderers.Renderer.html
  91. +394 −120 docs/classes/Kiwi.Renderers.TextureAtlasRenderer.html
  92. +14 −0 docs/classes/Kiwi.Shaders.ShaderManager.html
  93. +15 −1 docs/classes/Kiwi.Shaders.ShaderPair.html
  94. +15 −1 docs/classes/Kiwi.Shaders.TextureAtlasShader.html
Sorry, we could not display the entire diff because it was too big.
View
14 docs/api.js
@@ -26,14 +26,18 @@ YUI.add("yuidoc-meta", function(Y) {
"Kiwi.Components.Input",
"Kiwi.Components.Sound",
"Kiwi.Entity",
+ "Kiwi.Files.AudioFile",
+ "Kiwi.Files.DataFile",
"Kiwi.Files.DataLibrary",
"Kiwi.Files.File",
"Kiwi.Files.FileStore",
"Kiwi.Files.Loader",
+ "Kiwi.Files.TextureFile",
"Kiwi.Game",
"Kiwi.GameManager",
"Kiwi.GameObjects.Sprite",
"Kiwi.GameObjects.StaticImage",
+ "Kiwi.GameObjects.TextField",
"Kiwi.GameObjects.Textfield",
"Kiwi.GameObjects.Tilemap.TileMap",
"Kiwi.GameObjects.Tilemap.TileMapLayer",
@@ -109,8 +113,10 @@ YUI.add("yuidoc-meta", function(Y) {
"Kiwi.Time.Timer",
"Kiwi.Time.TimerEvent",
"Kiwi.Utils.Canvas",
+ "Kiwi.Utils.Color",
"Kiwi.Utils.Common",
"Kiwi.Utils.GameMath",
+ "Kiwi.Utils.Log",
"Kiwi.Utils.RandomDataGenerator",
"Kiwi.Utils.RequestAnimationFrame",
"Kiwi.Utils.Version"
@@ -135,6 +141,7 @@ YUI.add("yuidoc-meta", function(Y) {
"Time",
"Tweens",
"Utils",
+ "Utils.",
"Widget"
],
"allModules": [
@@ -156,7 +163,7 @@ YUI.add("yuidoc-meta", function(Y) {
{
"displayName": "Files",
"name": "Files",
- "description": "Holds a reference to all of the data Files (json, xml, e.t.c) that are accessible on the State that this DataLibrary is on."
+ "description": "AudioFile which contains settings, loading, and processing details for Audio files to be used. \n\nUses tag loading for devices not supporting the WebAudioAPI. Otherwise XHR + arraybuffer loading methods are used."
},
{
"displayName": "GameObjects",
@@ -234,6 +241,11 @@ YUI.add("yuidoc-meta", function(Y) {
"description": "Utils is a space that holds a wide varity of useful methods."
},
{
+ "displayName": "Utils.",
+ "name": "Utils.",
+ "description": "A utilty class used to add management functionality to common console methods. \nYou can use this class by either creating a new instance, or using the instance at the namespace 'Kiwi.Log'.\n\nlog/error/warn methods contained on this class function just like their 'console' equivalents except that:\n- You can assign a tag to message by adding a '#' symbol to the front of a parameter. Example: this.log('Hi', '#welcome'); \n- Messages can have multiple tags. Example: this.log('Hi', '#welcome', '#greeting');\n- Messages are recorded (by default) and can then search through any messages saved.\n\nYou can use the 'show' commands to search through recordings and find specific messages."
+ },
+ {
"displayName": "Widget",
"name": "Widget",
"description": "HUD Widgets are objects that are generally placed on to a HUD Display for displaying and managing information that the user would always need to see.\nAn example of such information would be: the Health remaining, amount of ammo left, time they have left, e.t.c.\nAnd each one of those examples would have its own widget."
View
BIN docs/assets/css/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
8 docs/assets/css/main.css
@@ -98,7 +98,7 @@ code, kbd, pre, samp {
line-height: 1.35;
}
-p code, p kbd, p samp, li code {
+p code, p kbd, p samp {
background: #FCFBFA;
border: 1px solid #EFEEED;
padding: 0 3px;
@@ -345,13 +345,11 @@ ul li p {
}
#hd {
- background: whiteSmoke;
- background: -moz-linear-gradient(top,#DCDBD9 0,#F6F5F3 100%);
- background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#DCDBD9),color-stop(100%,#F6F5F3));
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdbd9',endColorstr='#F6F5F3',GradientType=0);
+ background: rgb(5, 16, 41);
border-bottom: 1px solid #DFDFDF;
padding: 0 15px 1px 20px;
margin-bottom: 15px;
+ color: white;
}
#hd img {
View
BIN docs/assets/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
257 docs/classes/Kiwi.Animations.Animation.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -417,7 +431,7 @@ <h3 class="name"><code>Kiwi.Animations.Animation</code></h3>
<span class="returns-inline">
- <span class="type">Kiwi.Animations.Anim</span>
+ <span class="type"><a href="../classes/Kiwi.Animations.Animation.html" class="crosslink">Kiwi.Animations.Animation</a></span>
</span>
@@ -505,7 +519,7 @@ <h3 class="name"><code>Kiwi.Animations.Animation</code></h3>
<div class="param-description">
- <p>A game clock that this anim will be using to keep record of the time between frames.</p>
+ <p>A game clock that this anim will be using to keep record of the time between frames. (Deprecated in v1.2.0, because there is no way to control it.)</p>
</div>
@@ -539,7 +553,7 @@ <h3 class="name"><code>Kiwi.Animations.Animation</code></h3>
<div class="returns-description">
- <span class="type">Kiwi.Animations.Anim</span>:
+ <span class="type"><a href="../classes/Kiwi.Animations.Animation.html" class="crosslink">Kiwi.Animations.Animation</a></span>:
</div>
@@ -692,6 +706,13 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item property private">
+ <a href="#property__lastFrameElapsed">_lastFrameElapsed</a>
+
+
+
+ </li>
+
+ <li class="index-item property private">
<a href="#property__loop">_loop</a>
@@ -699,6 +720,13 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item property public">
+ <a href="#property__onComplete">_onComplete</a>
+
+
+
+ </li>
+
+ <li class="index-item property public">
<a href="#property__onLoop">_onLoop</a>
@@ -769,6 +797,13 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item property public">
+ <a href="#property_clock">clock</a>
+
+
+
+ </li>
+
+ <li class="index-item property public">
<a href="#property_currentCell">currentCell</a>
@@ -882,7 +917,7 @@ <h3 class="name"><code>_start</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l266"><code>src\animations\Animation.ts:266</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l305"><code>src\animations\Animation.ts:305</code></a>
</p>
@@ -974,7 +1009,7 @@ <h3 class="name"><code>_validateFrame</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l398"><code>src\animations\Animation.ts:398</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l460"><code>src\animations\Animation.ts:460</code></a>
</p>
@@ -1055,7 +1090,7 @@ <h3 class="name"><code>destroy</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l418"><code>src\animations\Animation.ts:418</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l480"><code>src\animations\Animation.ts:480</code></a>
</p>
@@ -1112,7 +1147,7 @@ <h3 class="name"><code>nextFrame</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l337"><code>src\animations\Animation.ts:337</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l376"><code>src\animations\Animation.ts:376</code></a>
</p>
@@ -1173,7 +1208,7 @@ <h3 class="name"><code>objType</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l39"><code>src\animations\Animation.ts:39</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l41"><code>src\animations\Animation.ts:41</code></a>
</p>
@@ -1242,7 +1277,7 @@ <h3 class="name"><code>pause</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l305"><code>src\animations\Animation.ts:305</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l344"><code>src\animations\Animation.ts:344</code></a>
</p>
@@ -1299,7 +1334,7 @@ <h3 class="name"><code>play</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l283"><code>src\animations\Animation.ts:283</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l322"><code>src\animations\Animation.ts:322</code></a>
</p>
@@ -1366,7 +1401,7 @@ <h3 class="name"><code>playAt</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l295"><code>src\animations\Animation.ts:295</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l334"><code>src\animations\Animation.ts:334</code></a>
</p>
@@ -1447,7 +1482,7 @@ <h3 class="name"><code>prevFrame</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l347"><code>src\animations\Animation.ts:347</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l386"><code>src\animations\Animation.ts:386</code></a>
</p>
@@ -1504,7 +1539,7 @@ <h3 class="name"><code>resume</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l314"><code>src\animations\Animation.ts:314</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l353"><code>src\animations\Animation.ts:353</code></a>
</p>
@@ -1561,7 +1596,7 @@ <h3 class="name"><code>stop</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l325"><code>src\animations\Animation.ts:325</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l364"><code>src\animations\Animation.ts:364</code></a>
</p>
@@ -1618,7 +1653,7 @@ <h3 class="name"><code>update</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l357"><code>src\animations\Animation.ts:357</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l396"><code>src\animations\Animation.ts:396</code></a>
</p>
@@ -1629,7 +1664,7 @@ <h3 class="name"><code>update</code></h3>
</div>
<div class="description">
- <p>The update loop. Returns a boolean indicating whether the animation has gone to a new frame or not.</p>
+ <p>The update loop.</p>
</div>
@@ -1674,7 +1709,7 @@ <h3 class="name"><code>_clock</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l150"><code>src\animations\Animation.ts:150</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l152"><code>src\animations\Animation.ts:152</code></a>
</p>
@@ -1721,7 +1756,7 @@ <h3 class="name"><code>_frameIndex</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l94"><code>src\animations\Animation.ts:94</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l96"><code>src\animations\Animation.ts:96</code></a>
</p>
@@ -1769,7 +1804,7 @@ <h3 class="name"><code>_isPlaying</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l195"><code>src\animations\Animation.ts:195</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l212"><code>src\animations\Animation.ts:212</code></a>
</p>
@@ -1793,6 +1828,55 @@ <h3 class="name"><code>_isPlaying</code></h3>
</div>
+ <div id="property__lastFrameElapsed" class="property item private">
+ <h3 class="name"><code>_lastFrameElapsed</code></h3>
+ <span class="type">Number</span>
+
+
+
+
+ <span class="flag private">private</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_animations_Animation.ts.html#l296"><code>src\animations\Animation.ts:296</code></a>
+
+ </p>
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>Clock time on last frame, used to compute current animation frame.</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
<div id="property__loop" class="property item private">
<h3 class="name"><code>_loop</code></h3>
<span class="type">Boolean</span>
@@ -1818,7 +1902,7 @@ <h3 class="name"><code>_loop</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l73"><code>src\animations\Animation.ts:73</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l75"><code>src\animations\Animation.ts:75</code></a>
</p>
@@ -1840,6 +1924,53 @@ <h3 class="name"><code>_loop</code></h3>
</div>
+ <div id="property__onComplete" class="property item public">
+ <h3 class="name"><code>_onComplete</code></h3>
+ <span class="type"><a href="../classes/Kiwi.Signal.html" class="crosslink">Kiwi.Signal</a></span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_animations_Animation.ts.html#l283"><code>src\animations\Animation.ts:283</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>A Kiwi.Signal that dispatches an event when the animation has come to the end of the animation but is not going to play again.</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
<div id="property__onLoop" class="property item public">
<h3 class="name"><code>_onLoop</code></h3>
<span class="type"><a href="../classes/Kiwi.Signal.html" class="crosslink">Kiwi.Signal</a></span>
@@ -1865,7 +1996,7 @@ <h3 class="name"><code>_onLoop</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l253"><code>src\animations\Animation.ts:253</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l270"><code>src\animations\Animation.ts:270</code></a>
</p>
@@ -1912,7 +2043,7 @@ <h3 class="name"><code>_onPlay</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l227"><code>src\animations\Animation.ts:227</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l244"><code>src\animations\Animation.ts:244</code></a>
</p>
@@ -1959,7 +2090,7 @@ <h3 class="name"><code>_onStop</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l214"><code>src\animations\Animation.ts:214</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l231"><code>src\animations\Animation.ts:231</code></a>
</p>
@@ -2006,7 +2137,7 @@ <h3 class="name"><code>_onUpdate</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l240"><code>src\animations\Animation.ts:240</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l257"><code>src\animations\Animation.ts:257</code></a>
</p>
@@ -2053,7 +2184,7 @@ <h3 class="name"><code>_parent</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l49"><code>src\animations\Animation.ts:49</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l51"><code>src\animations\Animation.ts:51</code></a>
</p>
@@ -2100,7 +2231,7 @@ <h3 class="name"><code>_reverse</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l166"><code>src\animations\Animation.ts:166</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l183"><code>src\animations\Animation.ts:183</code></a>
</p>
@@ -2147,7 +2278,7 @@ <h3 class="name"><code>_sequence</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l65"><code>src\animations\Animation.ts:65</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l67"><code>src\animations\Animation.ts:67</code></a>
</p>
@@ -2194,7 +2325,7 @@ <h3 class="name"><code>_speed</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l129"><code>src\animations\Animation.ts:129</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l131"><code>src\animations\Animation.ts:131</code></a>
</p>
@@ -2241,7 +2372,7 @@ <h3 class="name"><code>_startTime</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l158"><code>src\animations\Animation.ts:158</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l175"><code>src\animations\Animation.ts:175</code></a>
</p>
@@ -2288,7 +2419,7 @@ <h3 class="name"><code>_tick</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l187"><code>src\animations\Animation.ts:187</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l204"><code>src\animations\Animation.ts:204</code></a>
</p>
@@ -2310,6 +2441,56 @@ <h3 class="name"><code>_tick</code></h3>
</div>
+ <div id="property_clock" class="property item public">
+ <h3 class="name"><code>clock</code></h3>
+ <span class="type"><a href="../classes/Kiwi.Time.Clock.html" class="crosslink">Kiwi.Time.Clock</a></span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_animations_Animation.ts.html#l160"><code>src\animations\Animation.ts:160</code></a>
+
+ </p>
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>Clock used by this Animation. If it was not set on creation,
+the Animation will use its parent&#39;s entity&#39;s clock.</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
<div id="property_currentCell" class="property item public">
<h3 class="name"><code>currentCell</code></h3>
<span class="type">Number</span>
@@ -2335,7 +2516,7 @@ <h3 class="name"><code>currentCell</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l119"><code>src\animations\Animation.ts:119</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l121"><code>src\animations\Animation.ts:121</code></a>
</p>
@@ -2382,7 +2563,7 @@ <h3 class="name"><code>frameIndex</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l103"><code>src\animations\Animation.ts:103</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l105"><code>src\animations\Animation.ts:105</code></a>
</p>
@@ -2430,7 +2611,7 @@ <h3 class="name"><code>isPlaying</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l204"><code>src\animations\Animation.ts:204</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l221"><code>src\animations\Animation.ts:221</code></a>
</p>
@@ -2477,7 +2658,7 @@ <h3 class="name"><code>length</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l408"><code>src\animations\Animation.ts:408</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l470"><code>src\animations\Animation.ts:470</code></a>
</p>
@@ -2524,7 +2705,7 @@ <h3 class="name"><code>loop</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l81"><code>src\animations\Animation.ts:81</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l83"><code>src\animations\Animation.ts:83</code></a>
</p>
@@ -2571,7 +2752,7 @@ <h3 class="name"><code>name</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l57"><code>src\animations\Animation.ts:57</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l59"><code>src\animations\Animation.ts:59</code></a>
</p>
@@ -2618,7 +2799,7 @@ <h3 class="name"><code>reverse</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l174"><code>src\animations\Animation.ts:174</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l191"><code>src\animations\Animation.ts:191</code></a>
</p>
@@ -2665,7 +2846,7 @@ <h3 class="name"><code>speed</code></h3>
- <a href="../files/src_animations_Animation.ts.html#l137"><code>src\animations\Animation.ts:137</code></a>
+ <a href="../files/src_animations_Animation.ts.html#l139"><code>src\animations\Animation.ts:139</code></a>
</p>
View
14 docs/classes/Kiwi.Animations.Sequence.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
203 docs/classes/Kiwi.Animations.Tween.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -769,6 +783,20 @@ <h2 class="off-left">Item Index</h2>
</li>
+ <li class="index-item property private">
+ <a href="#property_manager">manager</a>
+
+
+
+ </li>
+
+ <li class="index-item property public">
+ <a href="#property_object">object</a>
+
+
+
+ </li>
+
</ul>
</div>
@@ -831,7 +859,7 @@ <h3 class="name"><code>chain</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l398"><code>src\animations\tweens\Tween.ts:398</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l434"><code>src\animations\tweens\Tween.ts:434</code></a>
</p>
@@ -937,7 +965,7 @@ <h3 class="name"><code>delay</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l355"><code>src\animations\tweens\Tween.ts:355</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l391"><code>src\animations\tweens\Tween.ts:391</code></a>
</p>
@@ -1044,7 +1072,7 @@ <h3 class="name"><code>easing</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l369"><code>src\animations\tweens\Tween.ts:369</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l405"><code>src\animations\tweens\Tween.ts:405</code></a>
</p>
@@ -1151,7 +1179,7 @@ <h3 class="name"><code>interpolation</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l383"><code>src\animations\tweens\Tween.ts:383</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l419"><code>src\animations\tweens\Tween.ts:419</code></a>
</p>
@@ -1332,7 +1360,7 @@ <h3 class="name"><code>onComplete</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l443"><code>src\animations\tweens\Tween.ts:443</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l479"><code>src\animations\tweens\Tween.ts:479</code></a>
</p>
@@ -1449,7 +1477,7 @@ <h3 class="name"><code>onStart</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l412"><code>src\animations\tweens\Tween.ts:412</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l448"><code>src\animations\tweens\Tween.ts:448</code></a>
</p>
@@ -1574,7 +1602,7 @@ <h3 class="name"><code>onUpdate</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l428"><code>src\animations\tweens\Tween.ts:428</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l464"><code>src\animations\tweens\Tween.ts:464</code></a>
</p>
@@ -1681,7 +1709,7 @@ <h3 class="name"><code>setParent</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l342"><code>src\animations\tweens\Tween.ts:342</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l378"><code>src\animations\tweens\Tween.ts:378</code></a>
</p>
@@ -1761,7 +1789,7 @@ <h3 class="name"><code>start</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l265"><code>src\animations\tweens\Tween.ts:265</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l308"><code>src\animations\tweens\Tween.ts:308</code></a>
</p>
@@ -1818,7 +1846,7 @@ <h3 class="name"><code>stop</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l324"><code>src\animations\tweens\Tween.ts:324</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l360"><code>src\animations\tweens\Tween.ts:360</code></a>
</p>
@@ -1907,7 +1935,7 @@ <h3 class="name"><code>to</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l233"><code>src\animations\tweens\Tween.ts:233</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l276"><code>src\animations\tweens\Tween.ts:276</code></a>
</p>
@@ -2036,6 +2064,10 @@ <h3 class="name"><code>update</code></h3>
+ <span class="returns-inline">
+ <span class="type">Boolean</span>
+ </span>
+
@@ -2062,7 +2094,7 @@ <h3 class="name"><code>update</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l459"><code>src\animations\tweens\Tween.ts:459</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l495"><code>src\animations\tweens\Tween.ts:495</code></a>
</p>
@@ -2103,6 +2135,20 @@ <h3 class="name"><code>update</code></h3>
+ <div class="returns">
+ <h4>Returns:</h4>
+
+ <div class="returns-description">
+
+
+ <span class="type">Boolean</span>:
+
+ <p>Whether the Tween is still running</p>
+
+
+ </div>
+ </div>
+
</div>
@@ -2141,7 +2187,7 @@ <h3 class="name"><code>_chainedTweens</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l143"><code>src\animations\tweens\Tween.ts:143</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l186"><code>src\animations\tweens\Tween.ts:186</code></a>
</p>
@@ -2188,7 +2234,7 @@ <h3 class="name"><code>_delayTime</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l109"><code>src\animations\tweens\Tween.ts:109</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l152"><code>src\animations\tweens\Tween.ts:152</code></a>
</p>
@@ -2235,7 +2281,7 @@ <h3 class="name"><code>_duration</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l101"><code>src\animations\tweens\Tween.ts:101</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l144"><code>src\animations\tweens\Tween.ts:144</code></a>
</p>
@@ -2282,7 +2328,7 @@ <h3 class="name"><code>_easingFunction</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l125"><code>src\animations\tweens\Tween.ts:125</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l168"><code>src\animations\tweens\Tween.ts:168</code></a>
</p>
@@ -2378,7 +2424,7 @@ <h3 class="name"><code>_interpolationFunction</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l134"><code>src\animations\tweens\Tween.ts:134</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l177"><code>src\animations\tweens\Tween.ts:177</code></a>
</p>
@@ -2474,7 +2520,7 @@ <h3 class="name"><code>_object</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l77"><code>src\animations\tweens\Tween.ts:77</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l92"><code>src\animations\tweens\Tween.ts:92</code></a>
</p>
@@ -2521,7 +2567,7 @@ <h3 class="name"><code>_onCompleteCallback</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l196"><code>src\animations\tweens\Tween.ts:196</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l239"><code>src\animations\tweens\Tween.ts:239</code></a>
</p>
@@ -2570,7 +2616,7 @@ <h3 class="name"><code>_onCompleteContext</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l215"><code>src\animations\tweens\Tween.ts:215</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l258"><code>src\animations\tweens\Tween.ts:258</code></a>
</p>
@@ -2619,7 +2665,7 @@ <h3 class="name"><code>_onStartCallback</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l151"><code>src\animations\tweens\Tween.ts:151</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l194"><code>src\animations\tweens\Tween.ts:194</code></a>
</p>
@@ -2668,7 +2714,7 @@ <h3 class="name"><code>_onStartCallbackFired</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l169"><code>src\animations\tweens\Tween.ts:169</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l212"><code>src\animations\tweens\Tween.ts:212</code></a>
</p>
@@ -2717,7 +2763,7 @@ <h3 class="name"><code>_onStartContext</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l160"><code>src\animations\tweens\Tween.ts:160</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l203"><code>src\animations\tweens\Tween.ts:203</code></a>
</p>
@@ -2766,7 +2812,7 @@ <h3 class="name"><code>_onUpdateCallback</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l178"><code>src\animations\tweens\Tween.ts:178</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l221"><code>src\animations\tweens\Tween.ts:221</code></a>
</p>
@@ -2815,7 +2861,7 @@ <h3 class="name"><code>_onUpdateContext</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l187"><code>src\animations\tweens\Tween.ts:187</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l230"><code>src\animations\tweens\Tween.ts:230</code></a>
</p>
@@ -2864,7 +2910,7 @@ <h3 class="name"><code>_startTime</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l117"><code>src\animations\tweens\Tween.ts:117</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l160"><code>src\animations\tweens\Tween.ts:160</code></a>
</p>
@@ -2911,7 +2957,7 @@ <h3 class="name"><code>_valuesEnd</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l93"><code>src\animations\tweens\Tween.ts:93</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l136"><code>src\animations\tweens\Tween.ts:136</code></a>
</p>
@@ -2958,7 +3004,7 @@ <h3 class="name"><code>_valuesStart</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l85"><code>src\animations\tweens\Tween.ts:85</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l128"><code>src\animations\tweens\Tween.ts:128</code></a>
</p>
@@ -3005,7 +3051,7 @@ <h3 class="name"><code>isRunning.</code></h3>
- <a href="../files/src_animations_tweens_Tween.ts.html#l224"><code>src\animations\tweens\Tween.ts:224</code></a>
+ <a href="../files/src_animations_tweens_Tween.ts.html#l267"><code>src\animations\tweens\Tween.ts:267</code></a>
</p>
@@ -3029,6 +3075,105 @@ <h3 class="name"><code>isRunning.</code></h3>
</div>
+ <div id="property_manager" class="property item private">
+ <h3 class="name"><code>manager</code></h3>
+ <span class="type"><a href="../classes/Kiwi.Animations.Tweens.TweenManager.html" class="crosslink">Kiwi.Animations.Tweens.TweenManager</a></span>
+
+
+
+
+ <span class="flag private">private</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_animations_tweens_Tween.ts.html#l77"><code>src\animations\tweens\Tween.ts:77</code></a>
+
+ </p>
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>The manager that this tween belongs to.</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
+ <div id="property_object" class="property item public">
+ <h3 class="name"><code>object</code></h3>
+ <span class="type">Any</span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_animations_tweens_Tween.ts.html#l100"><code>src\animations\tweens\Tween.ts:100</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>The object that this tween is affecting.
+If you change this, it will continue to tween,
+but any properties that are not on the new object
+will be discarded from the tween.</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
</div>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Back.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Bounce.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Circular.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Cubic.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Elastic.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Exponential.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Linear.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Quadratic.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Quartic.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Quintic.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Animations.Tweens.Easing.Sinusoidal.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
199 docs/classes/Kiwi.Animations.Tweens.TweenManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -393,6 +407,12 @@ <h3 class="name"><code>Kiwi.Animations.Tweens.TweenManager</code></h3>
</li>
+ <li class="arg">
+
+ <code class="optional">[clock]</code>
+
+ </li>
+
</ul><span class="paren">)</span>
</div>
@@ -455,7 +475,26 @@ <h3 class="name"><code>Kiwi.Animations.Tweens.TweenManager</code></h3>
<div class="param-description">
-
+ <p>Current game</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[clock]</code>
+ <span class="type"><a href="../classes/Kiwi.Time.Clock.html" class="crosslink">Kiwi.Time.Clock</a></span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+
+
+ <div class="param-description">
+ <p>Clock to use for tweens.
+ Defaults to game.time.clock.</p>
+
</div>
@@ -558,6 +597,13 @@ <h2 class="off-left">Item Index</h2>
</li>
+ <li class="index-item method public">
+ <a href="#method_validateClock">validateClock</a>
+
+
+
+ </li>
+
</ul>
</div>
@@ -582,6 +628,13 @@ <h2 class="off-left">Item Index</h2>
</li>
+ <li class="index-item property public">
+ <a href="#property_clock">clock</a>
+
+
+
+ </li>
+
</ul>
</div>
@@ -644,7 +697,7 @@ <h3 class="name"><code>add</code></h3>
- <a href="../files/src_animations_tweens_TweenManager.ts.html#l105"><code>src\animations\tweens\TweenManager.ts:105</code></a>
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l118"><code>src\animations\tweens\TweenManager.ts:118</code></a>
</p>
@@ -751,7 +804,7 @@ <h3 class="name"><code>create</code></h3>
- <a href="../files/src_animations_tweens_TweenManager.ts.html#l92"><code>src\animations\tweens\TweenManager.ts:92</code></a>
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l104"><code>src\animations\tweens\TweenManager.ts:104</code></a>
</p>
@@ -850,7 +903,7 @@ <h3 class="name"><code>getAll</code></h3>
- <a href="../files/src_animations_tweens_TweenManager.ts.html#l69"><code>src\animations\tweens\TweenManager.ts:69</code></a>
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l81"><code>src\animations\tweens\TweenManager.ts:81</code></a>
</p>
@@ -923,7 +976,7 @@ <h3 class="name"><code>objType</code></h3>
- <a href="../files/src_animations_tweens_TweenManager.ts.html#l43"><code>src\animations\tweens\TweenManager.ts:43</code></a>
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l46"><code>src\animations\tweens\TweenManager.ts:46</code></a>
</p>
@@ -1006,7 +1059,7 @@ <h3 class="name"><code>remove</code></h3>
- <a href="../files/src_animations_tweens_TweenManager.ts.html#l122"><code>src\animations\tweens\TweenManager.ts:122</code></a>
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l134"><code>src\animations\tweens\TweenManager.ts:134</code></a>
</p>
@@ -1099,7 +1152,7 @@ <h3 class="name"><code>removeAll</code></h3>
- <a href="../files/src_animations_tweens_TweenManager.ts.html#l81"><code>src\animations\tweens\TweenManager.ts:81</code></a>
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l93"><code>src\animations\tweens\TweenManager.ts:93</code></a>
</p>
@@ -1130,6 +1183,10 @@ <h3 class="name"><code>update</code></h3>
+ <span class="returns-inline">
+ <span class="type">Boolean</span>
+ </span>
+
@@ -1156,7 +1213,7 @@ <h3 class="name"><code>update</code></h3>
- <a href="../files/src_animations_tweens_TweenManager.ts.html#l140"><code>src\animations\tweens\TweenManager.ts:140</code></a>
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l152"><code>src\animations\tweens\TweenManager.ts:152</code></a>
</p>
@@ -1174,6 +1231,79 @@ <h3 class="name"><code>update</code></h3>
+ <div class="returns">
+ <h4>Returns:</h4>
+
+ <div class="returns-description">
+
+
+ <span class="type">Boolean</span>:
+
+ <p>Whether anything was updated</p>
+
+
+ </div>
+ </div>
+
+
+
+</div>
+
+
+ <div id="method_validateClock" class="method item public">
+ <h3 class="name"><code>validateClock</code></h3>
+
+
+ <span class="paren">()</span>
+
+
+
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l178"><code>src\animations\tweens\TweenManager.ts:178</code></a>
+
+ </p>
+
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>Validate clock; if no valid clock is found, set one from game</p>
+
+ </div>
+
+
+
+
</div>
@@ -1212,7 +1342,7 @@ <h3 class="name"><code>_game</code></h3>
- <a href="../files/src_animations_tweens_TweenManager.ts.html#l53"><code>src\animations\tweens\TweenManager.ts:53</code></a>
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l56"><code>src\animations\tweens\TweenManager.ts:56</code></a>
</p>
@@ -1259,7 +1389,7 @@ <h3 class="name"><code>_tweens</code></h3>
- <a href="../files/src_animations_tweens_TweenManager.ts.html#l61"><code>src\animations\tweens\TweenManager.ts:61</code></a>
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l64"><code>src\animations\tweens\TweenManager.ts:64</code></a>
</p>
@@ -1281,6 +1411,55 @@ <h3 class="name"><code>_tweens</code></h3>
</div>
+ <div id="property_clock" class="property item public">
+ <h3 class="name"><code>clock</code></h3>
+ <span class="type"><a href="../classes/Kiwi.Time.Clock.html" class="crosslink">Kiwi.Time.Clock</a></span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_animations_tweens_TweenManager.ts.html#l72"><code>src\animations\tweens\TweenManager.ts:72</code></a>
+
+ </p>
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>Clock used by tweens</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
</div>
View
141 docs/classes/Kiwi.Camera.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -668,6 +682,13 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item method public">
+ <a href="#method_transformPointToScreen">transformPointToScreen</a>
+
+
+
+ </li>
+
+ <li class="index-item method public">
<a href="#method_update">update</a>
@@ -999,7 +1020,7 @@ <h3 class="name"><code>render</code></h3>
- <a href="../files/src_core_Camera.ts.html#l197"><code>src\core\Camera.ts:197</code></a>
+ <a href="../files/src_core_Camera.ts.html#l218"><code>src\core\Camera.ts:218</code></a>
</p>
@@ -1081,9 +1102,121 @@ <h3 class="name"><code>transformPoint</code></h3>
</div>
<div class="description">
- <p>Apply this cameras inverted matrix to a an object with x and y properties representing a point and return the transformed point.
+ <p>Convert from screen coordinates to world coordinates.
+Apply this camera&#39;s inverted matrix to an object with x and y
+properties representing a point and return the transformed point.
Useful for when calculating if coordinates with the mouse.
-Note: This method clones the point you pass, so that is doesn&#39;t &quot;reset&quot; any properties you set.</p>
+Note: This method clones the point you pass,
+so that it doesn&#39;t &quot;reset&quot; any properties you set.</p>
+
+ </div>
+
+
+ <div class="params">
+ <h4>Parameters:</h4>
+
+ <ul class="params-list">
+
+ <li class="param">
+
+ <code class="param-name">point</code>
+ <span class="type"><a href="../classes/Kiwi.Geom.Point.html" class="crosslink">Kiwi.Geom.Point</a></span>
+
+
+
+
+ <div class="param-description">
+
+ </div>
+
+
+ </li>
+
+ </ul>
+ </div>
+
+
+
+ <div class="returns">
+ <h4>Returns:</h4>
+
+ <div class="returns-description">
+
+
+ <span class="type"><a href="../classes/Kiwi.Geom.Point.html" class="crosslink">Kiwi.Geom.Point</a></span>:
+
+
+ </div>
+ </div>
+
+
+
+</div>
+
+
+ <div id="method_transformPointToScreen" class="method item public">
+ <h3 class="name"><code>transformPointToScreen</code></h3>
+
+
+ <div class="args">
+ <span class="paren">(</span><ul class="args-list inline commas">
+
+ <li class="arg">
+
+ <code>point</code>
+
+ </li>
+
+ </ul><span class="paren">)</span>
+ </div>
+
+
+
+ <span class="returns-inline">
+ <span class="type"><a href="../classes/Kiwi.Geom.Point.html" class="crosslink">Kiwi.Geom.Point</a></span>
+ </span>
+
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_core_Camera.ts.html#l191"><code>src\core\Camera.ts:191</code></a>
+
+ </p>
+
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>Convert from world coordinates to screen coordinates.
+Useful for assessing visibility.</p>
</div>
@@ -1164,7 +1297,7 @@ <h3 class="name"><code>update</code></h3>
- <a href="../files/src_core_Camera.ts.html#l188"><code>src\core\Camera.ts:188</code></a>
+ <a href="../files/src_core_Camera.ts.html#l209"><code>src\core\Camera.ts:209</code></a>
</p>
View
14 docs/classes/Kiwi.CameraManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Component.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.ComponentManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
20 docs/classes/Kiwi.Components.AnimationManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -725,7 +739,7 @@ <h2 class="off-left">Item Index</h2>
</li>
- <li class="index-item property private">
+ <li class="index-item property public">
<a href="#property_entity">entity</a>
@@ -2826,14 +2840,14 @@ <h3 class="name"><code>dirty</code></h3>
</div>
- <div id="property_entity" class="property item private">
+ <div id="property_entity" class="property item public">
<h3 class="name"><code>entity</code></h3>
<span class="type"><a href="../classes/Kiwi.Entity.html" class="crosslink">Kiwi.Entity</a></span>
- <span class="flag private">private</span>
+ <span class="flag public">public</span>
View
14 docs/classes/Kiwi.Components.ArcadePhysics.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
57 docs/classes/Kiwi.Components.Box.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -929,7 +943,7 @@ <h3 class="name"><code>_rotateHitbox</code></h3>
- <a href="../files/src_components_Box.ts.html#l389"><code>src\components\Box.ts:389</code></a>
+ <a href="../files/src_components_Box.ts.html#l394"><code>src\components\Box.ts:394</code></a>
</p>
@@ -1057,7 +1071,7 @@ <h3 class="name"><code>_rotateRect</code></h3>
- <a href="../files/src_components_Box.ts.html#l359"><code>src\components\Box.ts:359</code></a>
+ <a href="../files/src_components_Box.ts.html#l364"><code>src\components\Box.ts:364</code></a>
</p>
@@ -1165,7 +1179,7 @@ <h3 class="name"><code>destroy</code></h3>
- <a href="../files/src_components_Box.ts.html#l483"><code>src\components\Box.ts:483</code></a>
+ <a href="../files/src_components_Box.ts.html#l488"><code>src\components\Box.ts:488</code></a>
</p>
@@ -1238,7 +1252,7 @@ <h3 class="name"><code>draw</code></h3>
- <a href="../files/src_components_Box.ts.html#l420"><code>src\components\Box.ts:420</code></a>
+ <a href="../files/src_components_Box.ts.html#l425"><code>src\components\Box.ts:425</code></a>
</p>
@@ -1366,7 +1380,7 @@ <h3 class="name"><code>extents</code></h3>
- <a href="../files/src_components_Box.ts.html#l459"><code>src\components\Box.ts:459</code></a>
+ <a href="../files/src_components_Box.ts.html#l464"><code>src\components\Box.ts:464</code></a>
</p>
@@ -1791,7 +1805,7 @@ <h3 class="name"><code>_rawBounds</code></h3>
- <a href="../files/src_components_Box.ts.html#l231"><code>src\components\Box.ts:231</code></a>
+ <a href="../files/src_components_Box.ts.html#l235"><code>src\components\Box.ts:235</code></a>
</p>
@@ -1839,7 +1853,7 @@ <h3 class="name"><code>_rawHitbox</code></h3>
- <a href="../files/src_components_Box.ts.html#l131"><code>src\components\Box.ts:131</code></a>
+ <a href="../files/src_components_Box.ts.html#l133"><code>src\components\Box.ts:133</code></a>
</p>
@@ -1886,7 +1900,7 @@ <h3 class="name"><code>_transformedBounds</code></h3>
- <a href="../files/src_components_Box.ts.html#l315"><code>src\components\Box.ts:315</code></a>
+ <a href="../files/src_components_Box.ts.html#l320"><code>src\components\Box.ts:320</code></a>
</p>
@@ -1933,7 +1947,7 @@ <h3 class="name"><code>_transformedCenter</code></h3>
- <a href="../files/src_components_Box.ts.html#l287"><code>src\components\Box.ts:287</code></a>
+ <a href="../files/src_components_Box.ts.html#l290"><code>src\components\Box.ts:290</code></a>
</p>
@@ -1980,7 +1994,7 @@ <h3 class="name"><code>_transformedHitbox</code></h3>
- <a href="../files/src_components_Box.ts.html#l169"><code>src\components\Box.ts:169</code></a>
+ <a href="../files/src_components_Box.ts.html#l173"><code>src\components\Box.ts:173</code></a>
</p>
@@ -2027,7 +2041,7 @@ <h3 class="name"><code>_worldBounds</code></h3>
- <a href="../files/src_components_Box.ts.html#l324"><code>src\components\Box.ts:324</code></a>
+ <a href="../files/src_components_Box.ts.html#l329"><code>src\components\Box.ts:329</code></a>
</p>
@@ -2074,7 +2088,7 @@ <h3 class="name"><code>_worldHitbox</code></h3>
- <a href="../files/src_components_Box.ts.html#l178"><code>src\components\Box.ts:178</code></a>
+ <a href="../files/src_components_Box.ts.html#l182"><code>src\components\Box.ts:182</code></a>
</p>
@@ -2218,7 +2232,7 @@ <h3 class="name"><code>bounds</code></h3>
- <a href="../files/src_components_Box.ts.html#l333"><code>src\components\Box.ts:333</code></a>
+ <a href="../files/src_components_Box.ts.html#l338"><code>src\components\Box.ts:338</code></a>
</p>
@@ -2266,7 +2280,7 @@ <h3 class="name"><code>center</code></h3>
- <a href="../files/src_components_Box.ts.html#l297"><code>src\components\Box.ts:297</code></a>
+ <a href="../files/src_components_Box.ts.html#l299"><code>src\components\Box.ts:299</code></a>
</p>
@@ -2277,6 +2291,7 @@ <h3 class="name"><code>center</code></h3>
<div class="description">
<p>Returns the center point for the box after it has been transformed.
+World coordinates.
This is READ ONLY.</p>
</div>
@@ -2456,7 +2471,7 @@ <h3 class="name"><code>hitbox</code></h3>
- <a href="../files/src_components_Box.ts.html#l187"><code>src\components\Box.ts:187</code></a>
+ <a href="../files/src_components_Box.ts.html#l191"><code>src\components\Box.ts:191</code></a>
</p>
@@ -2552,7 +2567,7 @@ <h3 class="name"><code>Kiwi.Geom.Point</code></h3>
- <a href="../files/src_components_Box.ts.html#l261"><code>src\components\Box.ts:261</code></a>
+ <a href="../files/src_components_Box.ts.html#l265"><code>src\components\Box.ts:265</code></a>
</p>
@@ -2687,7 +2702,7 @@ <h3 class="name"><code>rawBounds</code></h3>
- <a href="../files/src_components_Box.ts.html#l243"><code>src\components\Box.ts:243</code></a>
+ <a href="../files/src_components_Box.ts.html#l247"><code>src\components\Box.ts:247</code></a>
</p>
@@ -2735,7 +2750,7 @@ <h3 class="name"><code>rawCenter</code></h3>
- <a href="../files/src_components_Box.ts.html#l271"><code>src\components\Box.ts:271</code></a>
+ <a href="../files/src_components_Box.ts.html#l275"><code>src\components\Box.ts:275</code></a>
</p>
@@ -2783,7 +2798,7 @@ <h3 class="name"><code>rawHitbox</code></h3>
- <a href="../files/src_components_Box.ts.html#l140"><code>src\components\Box.ts:140</code></a>
+ <a href="../files/src_components_Box.ts.html#l142"><code>src\components\Box.ts:142</code></a>
</p>
@@ -2832,7 +2847,7 @@ <h3 class="name"><code>worldBounds</code></h3>
- <a href="../files/src_components_Box.ts.html#l346"><code>src\components\Box.ts:346</code></a>
+ <a href="../files/src_components_Box.ts.html#l351"><code>src\components\Box.ts:351</code></a>
</p>
@@ -2880,7 +2895,7 @@ <h3 class="name"><code>worldHitbox</code></h3>
- <a href="../files/src_components_Box.ts.html#l216"><code>src\components\Box.ts:216</code></a>
+ <a href="../files/src_components_Box.ts.html#l220"><code>src\components\Box.ts:220</code></a>
</p>
View
14 docs/classes/Kiwi.Components.Input.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Components.Sound.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
20 docs/classes/Kiwi.Entity.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -555,7 +569,7 @@ <h2 class="off-left">Item Index</h2>
<ul class="index-list methods">
<li class="index-item method public">
- <a href="#method_addTags">addTags</a>
+ <a href="#method_addTag">addTag</a>
@@ -953,8 +967,8 @@ <h2 class="off-left">Item Index</h2>
<h2 class="off-left">Methods</h2>
- <div id="method_addTags" class="method item public">
- <h3 class="name"><code>addTags</code></h3>
+ <div id="method_addTag" class="method item public">
+ <h3 class="name"><code>addTag</code></h3>
<div class="args">
View
6,247 docs/classes/Kiwi.Files.AudioFile.html
6,247 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
View
6,411 docs/classes/Kiwi.Files.DataFile.html
6,411 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
View
14 docs/classes/Kiwi.Files.DataLibrary.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
3,157 docs/classes/Kiwi.Files.File.html
1,911 additions, 1,246 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
View
14 docs/classes/Kiwi.Files.FileStore.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
2,839 docs/classes/Kiwi.Files.Loader.html
2,289 additions, 550 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
View
6,333 docs/classes/Kiwi.Files.TextureFile.html
6,333 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
View
275 docs/classes/Kiwi.Game.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -527,6 +541,197 @@ <h3 class="name"><code>Kiwi.Game</code></h3>
</div>
+ <ul class="params-list">
+
+ <li class="param">
+
+ <code class="param-name optional">[debug=Kiwi.DEBUG_ON]</code>
+ <span class="type">Number</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ <p>If debugging is enabled or not.</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[bootCallback=null]</code>
+ <span class="type">Function</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ <p>A callback to be executed when the game reaches the boot stage.</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[deviceTarget=Kiwi.TARGET_BROWSER]</code>
+ <span class="type">Number</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ <p>The type of device Kiwi is being used on.</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[renderer=Kiwi.RENDERER_AUTO]</code>
+ <span class="type">Number</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ <p>The renderer Kiwi should use.</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[width=Kiwi.Stage.DEFAULT_WIDTH]</code>
+ <span class="type">Number</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ <p>The width of this instance of Kiwi.</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[height=Kiwi.Stage.DEFAULT_HEIGHT]</code>
+ <span class="type">Number</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ <p>The height of this instance of Kiwi.</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[scaleType=Kiwi.Stage.SCALE_NONE]</code>
+ <span class="type">Number</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ <p>The type of scaling that should be applied to Kiwi.</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[plugins=[]</code>
+ <span class="type">Array</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ <p>A list of the names of plugins that are to be used with this game.</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[log]</code>
+ <span class="type">Object</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ <p>Default state of the Log properties</p>
+
+ </div>
+
+
+ <ul class="params-list">
+
+ <li class="param">
+
+ <code class="param-name optional">[recording=true]</code>
+ <span class="type">Boolean</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ If the logs should be recorded.
+ </div>
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[display=true]</code>
+ <span class="type">Boolean</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ If the logs should be displayed or not.
+ </div>
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[enabled=true]</code>
+ <span class="type">Boolean</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ If the Logger is enabled at all.
+ </div>
+ </li>
+
+ <li class="param">
+
+ <code class="param-name optional">[maxRecordings=Infinity]</code>
+ <span class="type">Number</span>
+ <span class="flag optional" title="This parameter is optional.">optional</span>
+
+
+ <div class="param-description">
+ The maximum number of recordings to have at a single time.
+ </div>
+ </li>
+
+ </ul>
+
+ </li>
+
+ </ul>
+
</li>
</ul>
@@ -873,7 +1078,7 @@ <h3 class="name"><code>_loop</code></h3>
- <a href="../files/src_core_Game.ts.html#l557"><code>src\core\Game.ts:557</code></a>
+ <a href="../files/src_core_Game.ts.html#l567"><code>src\core\Game.ts:567</code></a>
</p>
@@ -934,7 +1139,7 @@ <h3 class="name"><code>objType</code></h3>
- <a href="../files/src_core_Game.ts.html#l301"><code>src\core\Game.ts:301</code></a>
+ <a href="../files/src_core_Game.ts.html#l311"><code>src\core\Game.ts:311</code></a>
</p>
@@ -1005,7 +1210,7 @@ <h3 class="name"><code>start</code></h3>
- <a href="../files/src_core_Game.ts.html#l516"><code>src\core\Game.ts:516</code></a>
+ <a href="../files/src_core_Game.ts.html#l526"><code>src\core\Game.ts:526</code></a>
</p>
@@ -1062,7 +1267,7 @@ <h3 class="name"><code>_debugOption</code></h3>
- <a href="../files/src_core_Game.ts.html#l255"><code>src\core\Game.ts:255</code></a>
+ <a href="../files/src_core_Game.ts.html#l265"><code>src\core\Game.ts:265</code></a>
</p>
@@ -1110,7 +1315,7 @@ <h3 class="name"><code>_delta</code></h3>
- <a href="../files/src_core_Game.ts.html#l441"><code>src\core\Game.ts:441</code></a>
+ <a href="../files/src_core_Game.ts.html#l451"><code>src\core\Game.ts:451</code></a>
</p>
@@ -1157,7 +1362,7 @@ <h3 class="name"><code>_deviceTargetOption</code></h3>
- <a href="../files/src_core_Game.ts.html#l237"><code>src\core\Game.ts:237</code></a>
+ <a href="../files/src_core_Game.ts.html#l247"><code>src\core\Game.ts:247</code></a>
</p>
@@ -1204,7 +1409,7 @@ <h3 class="name"><code>_frame</code></h3>
- <a href="../files/src_core_Game.ts.html#l457"><code>src\core\Game.ts:457</code></a>
+ <a href="../files/src_core_Game.ts.html#l467"><code>src\core\Game.ts:467</code></a>
</p>
@@ -1253,7 +1458,7 @@ <h3 class="name"><code>_framerate</code></h3>
- <a href="../files/src_core_Game.ts.html#l423"><code>src\core\Game.ts:423</code></a>
+ <a href="../files/src_core_Game.ts.html#l433"><code>src\core\Game.ts:433</code></a>
</p>
@@ -1302,7 +1507,7 @@ <h3 class="name"><code>_interval</code></h3>
- <a href="../files/src_core_Game.ts.html#l432"><code>src\core\Game.ts:432</code></a>
+ <a href="../files/src_core_Game.ts.html#l442"><code>src\core\Game.ts:442</code></a>
</p>
@@ -1351,7 +1556,7 @@ <h3 class="name"><code>_lastTime</code></h3>
- <a href="../files/src_core_Game.ts.html#l449"><code>src\core\Game.ts:449</code></a>
+ <a href="../files/src_core_Game.ts.html#l459"><code>src\core\Game.ts:459</code></a>
</p>
@@ -1398,7 +1603,7 @@ <h3 class="name"><code>_renderOption</code></h3>
- <a href="../files/src_core_Game.ts.html#l211"><code>src\core\Game.ts:211</code></a>
+ <a href="../files/src_core_Game.ts.html#l221"><code>src\core\Game.ts:221</code></a>
</p>
@@ -1445,7 +1650,7 @@ <h3 class="name"><code>_startup</code></h3>
- <a href="../files/src_core_Game.ts.html#l311"><code>src\core\Game.ts:311</code></a>
+ <a href="../files/src_core_Game.ts.html#l321"><code>src\core\Game.ts:321</code></a>
</p>
@@ -1492,7 +1697,7 @@ <h3 class="name"><code>audio</code></h3>
- <a href="../files/src_core_Game.ts.html#l327"><code>src\core\Game.ts:327</code></a>
+ <a href="../files/src_core_Game.ts.html#l337"><code>src\core\Game.ts:337</code></a>
</p>
@@ -1539,7 +1744,7 @@ <h3 class="name"><code>bootCallbackOption</code></h3>
- <a href="../files/src_core_Game.ts.html#l229"><code>src\core\Game.ts:229</code></a>
+ <a href="../files/src_core_Game.ts.html#l239"><code>src\core\Game.ts:239</code></a>
</p>
@@ -1586,7 +1791,7 @@ <h3 class="name"><code>cameras</code></h3>
- <a href="../files/src_core_Game.ts.html#l351"><code>src\core\Game.ts:351</code></a>
+ <a href="../files/src_core_Game.ts.html#l361"><code>src\core\Game.ts:361</code></a>
</p>
@@ -1633,7 +1838,7 @@ <h3 class="name"><code>debug</code></h3>
- <a href="../files/src_core_Game.ts.html#l274"><code>src\core\Game.ts:274</code></a>
+ <a href="../files/src_core_Game.ts.html#l284"><code>src\core\Game.ts:284</code></a>
</p>
@@ -1680,7 +1885,7 @@ <h3 class="name"><code>debugOption</code></h3>
- <a href="../files/src_core_Game.ts.html#l264"><code>src\core\Game.ts:264</code></a>
+ <a href="../files/src_core_Game.ts.html#l274"><code>src\core\Game.ts:274</code></a>
</p>
@@ -1727,7 +1932,7 @@ <h3 class="name"><code>deviceTargetOption</code></h3>
- <a href="../files/src_core_Game.ts.html#l245"><code>src\core\Game.ts:245</code></a>
+ <a href="../files/src_core_Game.ts.html#l255"><code>src\core\Game.ts:255</code></a>
</p>
@@ -1774,7 +1979,7 @@ <h3 class="name"><code>fileStore</code></h3>
- <a href="../files/src_core_Game.ts.html#l335"><code>src\core\Game.ts:335</code></a>
+ <a href="../files/src_core_Game.ts.html#l345"><code>src\core\Game.ts:345</code></a>
</p>
@@ -1821,7 +2026,7 @@ <h3 class="name"><code>frame</code></h3>
- <a href="../files/src_core_Game.ts.html#l466"><code>src\core\Game.ts:466</code></a>
+ <a href="../files/src_core_Game.ts.html#l476"><code>src\core\Game.ts:476</code></a>
</p>
@@ -1872,7 +2077,7 @@ <h3 class="name"><code>frameRate</code></h3>
- <a href="../files/src_core_Game.ts.html#l498"><code>src\core\Game.ts:498</code></a>
+ <a href="../files/src_core_Game.ts.html#l508"><code>src\core\Game.ts:508</code></a>
</p>
@@ -1919,7 +2124,7 @@ <h3 class="name"><code>huds</code></h3>
- <a href="../files/src_core_Game.ts.html#l293"><code>src\core\Game.ts:293</code></a>
+ <a href="../files/src_core_Game.ts.html#l303"><code>src\core\Game.ts:303</code></a>
</p>
@@ -1966,7 +2171,7 @@ <h3 class="name"><code>idealFrame</code></h3>
- <a href="../files/src_core_Game.ts.html#l484"><code>src\core\Game.ts:484</code></a>
+ <a href="../files/src_core_Game.ts.html#l494"><code>src\core\Game.ts:494</code></a>
</p>
@@ -2016,7 +2221,7 @@ <h3 class="name"><code>input</code></h3>
- <a href="../files/src_core_Game.ts.html#l343"><code>src\core\Game.ts:343</code></a>
+ <a href="../files/src_core_Game.ts.html#l353"><code>src\core\Game.ts:353</code></a>
</p>
@@ -2063,7 +2268,7 @@ <h3 class="name"><code>loader</code></h3>
- <a href="../files/src_core_Game.ts.html#l367"><code>src\core\Game.ts:367</code></a>
+ <a href="../files/src_core_Game.ts.html#l377"><code>src\core\Game.ts:377</code></a>
</p>
@@ -2110,7 +2315,7 @@ <h3 class="name"><code>pluginManager</code></h3>
- <a href="../files/src_core_Game.ts.html#l359"><code>src\core\Game.ts:359</code></a>
+ <a href="../files/src_core_Game.ts.html#l369"><code>src\core\Game.ts:369</code></a>
</p>
@@ -2157,7 +2362,7 @@ <h3 class="name"><code>raf</code></h3>
- <a href="../files/src_core_Game.ts.html#l375"><code>src\core\Game.ts:375</code></a>
+ <a href="../files/src_core_Game.ts.html#l385"><code>src\core\Game.ts:385</code></a>
</p>
@@ -2204,7 +2409,7 @@ <h3 class="name"><code>renderer</code></h3>
- <a href="../files/src_core_Game.ts.html#l285"><code>src\core\Game.ts:285</code></a>
+ <a href="../files/src_core_Game.ts.html#l295"><code>src\core\Game.ts:295</code></a>
</p>
@@ -2251,7 +2456,7 @@ <h3 class="name"><code>renderOption</code></h3>
- <a href="../files/src_core_Game.ts.html#l219"><code>src\core\Game.ts:219</code></a>
+ <a href="../files/src_core_Game.ts.html#l229"><code>src\core\Game.ts:229</code></a>
</p>
@@ -2298,7 +2503,7 @@ <h3 class="name"><code>rnd</code></h3>
- <a href="../files/src_core_Game.ts.html#l415"><code>src\core\Game.ts:415</code></a>
+ <a href="../files/src_core_Game.ts.html#l425"><code>src\core\Game.ts:425</code></a>
</p>
@@ -2345,7 +2550,7 @@ <h3 class="name"><code>stage</code></h3>
- <a href="../files/src_core_Game.ts.html#l383"><code>src\core\Game.ts:383</code></a>
+ <a href="../files/src_core_Game.ts.html#l393"><code>src\core\Game.ts:393</code></a>
</p>
@@ -2392,7 +2597,7 @@ <h3 class="name"><code>states</code></h3>
- <a href="../files/src_core_Game.ts.html#l391"><code>src\core\Game.ts:391</code></a>
+ <a href="../files/src_core_Game.ts.html#l401"><code>src\core\Game.ts:401</code></a>
</p>
@@ -2416,7 +2621,7 @@ <h3 class="name"><code>states</code></h3>
<div id="property_time" class="property item public">
<h3 class="name"><code>time</code></h3>
- <span class="type">Kiwi.Time.ClockManage</span>
+ <span class="type"><a href="../classes/Kiwi.Time.ClockManager.html" class="crosslink">Kiwi.Time.ClockManager</a></span>
@@ -2439,7 +2644,7 @@ <h3 class="name"><code>time</code></h3>
- <a href="../files/src_core_Game.ts.html#l399"><code>src\core\Game.ts:399</code></a>
+ <a href="../files/src_core_Game.ts.html#l409"><code>src\core\Game.ts:409</code></a>
</p>
@@ -2486,7 +2691,7 @@ <h3 class="name"><code>tweens</code></h3>
- <a href="../files/src_core_Game.ts.html#l407"><code>src\core\Game.ts:407</code></a>
+ <a href="../files/src_core_Game.ts.html#l417"><code>src\core\Game.ts:417</code></a>
</p>
View
111 docs/classes/Kiwi.GameManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -354,7 +368,7 @@ <h2 class="off-left">APIs</h2>
<div class="foundat">
- Defined in: <a href="../files/src_Kiwi.ts.html#l296"><code>src\Kiwi.ts:296</code></a>
+ Defined in: <a href="../files/src_Kiwi.ts.html#l307"><code>src\Kiwi.ts:307</code></a>
</div>
@@ -504,6 +518,15 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item property public">
+ <a href="#property_Log">Log</a>
+
+
+ <span class="flag static">static</span>
+
+
+ </li>
+
+ <li class="index-item property public">
<a href="#property_RENDERER_AUTO">RENDERER_AUTO</a>
@@ -627,7 +650,7 @@ <h3 class="name"><code>objType</code></h3>
- <a href="../files/src_Kiwi.ts.html#l305"><code>src\Kiwi.ts:305</code></a>
+ <a href="../files/src_Kiwi.ts.html#l316"><code>src\Kiwi.ts:316</code></a>
</p>
@@ -710,7 +733,7 @@ <h3 class="name"><code>register</code></h3>
- <a href="../files/src_Kiwi.ts.html#l324"><code>src\Kiwi.ts:324</code></a>
+ <a href="../files/src_Kiwi.ts.html#l335"><code>src\Kiwi.ts:335</code></a>
</p>
@@ -807,7 +830,7 @@ <h3 class="name"><code>total</code></h3>
- <a href="../files/src_Kiwi.ts.html#l337"><code>src\Kiwi.ts:337</code></a>
+ <a href="../files/src_Kiwi.ts.html#l348"><code>src\Kiwi.ts:348</code></a>
</p>
@@ -879,7 +902,7 @@ <h3 class="name"><code>_games</code></h3>
- <a href="../files/src_Kiwi.ts.html#l315"><code>src\Kiwi.ts:315</code></a>
+ <a href="../files/src_Kiwi.ts.html#l326"><code>src\Kiwi.ts:326</code></a>
</p>
@@ -928,7 +951,7 @@ <h3 class="name"><code>CAMERA</code></h3>
- <a href="../files/src_Kiwi.ts.html#l265"><code>src\Kiwi.ts:265</code></a>
+ <a href="../files/src_Kiwi.ts.html#l276"><code>src\Kiwi.ts:276</code></a>
</p>
@@ -979,7 +1002,7 @@ <h3 class="name"><code>DEBUG_OFF</code></h3>
- <a href="../files/src_Kiwi.ts.html#l215"><code>src\Kiwi.ts:215</code></a>
+ <a href="../files/src_Kiwi.ts.html#l226"><code>src\Kiwi.ts:226</code></a>
</p>
@@ -1030,7 +1053,7 @@ <h3 class="name"><code>DEBUG_ON</code></h3>
- <a href="../files/src_Kiwi.ts.html#l205"><code>src\Kiwi.ts:205</code></a>
+ <a href="../files/src_Kiwi.ts.html#l216"><code>src\Kiwi.ts:216</code></a>
</p>
@@ -1081,7 +1104,7 @@ <h3 class="name"><code>DEVICE</code></h3>
- <a href="../files/src_Kiwi.ts.html#l225"><code>src\Kiwi.ts:225</code></a>
+ <a href="../files/src_Kiwi.ts.html#l236"><code>src\Kiwi.ts:236</code></a>
</p>
@@ -1130,7 +1153,7 @@ <h3 class="name"><code>ENTITY</code></h3>
- <a href="../files/src_Kiwi.ts.html#l255"><code>src\Kiwi.ts:255</code></a>
+ <a href="../files/src_Kiwi.ts.html#l266"><code>src\Kiwi.ts:266</code></a>
</p>
@@ -1181,7 +1204,7 @@ <h3 class="name"><code>GROUP</code></h3>
- <a href="../files/src_Kiwi.ts.html#l245"><code>src\Kiwi.ts:245</code></a>
+ <a href="../files/src_Kiwi.ts.html#l256"><code>src\Kiwi.ts:256</code></a>
</p>
@@ -1232,7 +1255,7 @@ <h3 class="name"><code>HUD_WIDGET</code></h3>
- <a href="../files/src_Kiwi.ts.html#l275"><code>src\Kiwi.ts:275</code></a>
+ <a href="../files/src_Kiwi.ts.html#l286"><code>src\Kiwi.ts:286</code></a>
</p>
@@ -1256,6 +1279,54 @@ <h3 class="name"><code>HUD_WIDGET</code></h3>
</div>
+ <div id="property_Log" class="property item public">
+ <h3 class="name"><code>Log</code></h3>
+ <span class="type"><a href="../classes/Kiwi.Utils.Log.html" class="crosslink">Kiwi.Utils.Log</a></span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+ <span class="flag static">static</span>
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_Kiwi.ts.html#l144"><code>src\Kiwi.ts:144</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
<div id="property_RENDERER_AUTO" class="property item public">
<h3 class="name"><code>RENDERER_AUTO</code></h3>
<span class="type">Number</span>
@@ -1283,7 +1354,7 @@ <h3 class="name"><code>RENDERER_AUTO</code></h3>
- <a href="../files/src_Kiwi.ts.html#l172"><code>src\Kiwi.ts:172</code></a>
+ <a href="../files/src_Kiwi.ts.html#l183"><code>src\Kiwi.ts:183</code></a>
</p>
@@ -1336,7 +1407,7 @@ <h3 class="name"><code>RENDERER_CANVAS</code></h3>
- <a href="../files/src_Kiwi.ts.html#l152"><code>src\Kiwi.ts:152</code></a>
+ <a href="../files/src_Kiwi.ts.html#l163"><code>src\Kiwi.ts:163</code></a>
</p>
@@ -1387,7 +1458,7 @@ <h3 class="name"><code>RENDERER_WEBGL</code></h3>
- <a href="../files/src_Kiwi.ts.html#l162"><code>src\Kiwi.ts:162</code></a>
+ <a href="../files/src_Kiwi.ts.html#l173"><code>src\Kiwi.ts:173</code></a>
</p>
@@ -1438,7 +1509,7 @@ <h3 class="name"><code>STATE</code></h3>
- <a href="../files/src_Kiwi.ts.html#l235"><code>src\Kiwi.ts:235</code></a>
+ <a href="../files/src_Kiwi.ts.html#l246"><code>src\Kiwi.ts:246</code></a>
</p>
@@ -1489,7 +1560,7 @@ <h3 class="name"><code>TARGET_BROWSER</code></h3>
- <a href="../files/src_Kiwi.ts.html#l184"><code>src\Kiwi.ts:184</code></a>
+ <a href="../files/src_Kiwi.ts.html#l195"><code>src\Kiwi.ts:195</code></a>
</p>
@@ -1540,7 +1611,7 @@ <h3 class="name"><code>TARGET_COCOON</code></h3>
- <a href="../files/src_Kiwi.ts.html#l194"><code>src\Kiwi.ts:194</code></a>
+ <a href="../files/src_Kiwi.ts.html#l205"><code>src\Kiwi.ts:205</code></a>
</p>
@@ -1591,7 +1662,7 @@ <h3 class="name"><code>TILE_LAYER</code></h3>
- <a href="../files/src_Kiwi.ts.html#l285"><code>src\Kiwi.ts:285</code></a>
+ <a href="../files/src_Kiwi.ts.html#l296"><code>src\Kiwi.ts:296</code></a>
</p>
@@ -1642,7 +1713,7 @@ <h3 class="name"><code>VERSION</code></h3>
- <a href="../files/src_Kiwi.ts.html#l142"><code>src\Kiwi.ts:142</code></a>
+ <a href="../files/src_Kiwi.ts.html#l153"><code>src\Kiwi.ts:153</code></a>
</p>
View
22 docs/classes/Kiwi.GameObjects.Sprite.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -604,7 +618,7 @@ <h2 class="off-left">Item Index</h2>
<ul class="index-list methods extends">
<li class="index-item method public inherited">
- <a href="#method_addTags">addTags</a>
+ <a href="#method_addTag">addTag</a>
@@ -1023,8 +1037,8 @@ <h2 class="off-left">Item Index</h2>
<h2 class="off-left">Methods</h2>
- <div id="method_addTags" class="method item public inherited">
- <h3 class="name"><code>addTags</code></h3>
+ <div id="method_addTag" class="method item public inherited">
+ <h3 class="name"><code>addTag</code></h3>
<div class="args">
@@ -1060,7 +1074,7 @@ <h3 class="name"><code>addTags</code></h3>
<p>Inherited from
- <a href="../classes/Kiwi.Entity.html#method_addTags">Kiwi.Entity</a>:
+ <a href="../classes/Kiwi.Entity.html#method_addTag">Kiwi.Entity</a>:
View
24 docs/classes/Kiwi.GameObjects.StaticImage.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -581,7 +595,7 @@ <h2 class="off-left">Item Index</h2>
<ul class="index-list methods extends">
<li class="index-item method public inherited">
- <a href="#method_addTags">addTags</a>
+ <a href="#method_addTag">addTag</a>
@@ -979,8 +993,8 @@ <h2 class="off-left">Item Index</h2>
<h2 class="off-left">Methods</h2>
- <div id="method_addTags" class="method item public inherited">
- <h3 class="name"><code>addTags</code></h3>
+ <div id="method_addTag" class="method item public inherited">
+ <h3 class="name"><code>addTag</code></h3>
<div class="args">
@@ -1016,7 +1030,7 @@ <h3 class="name"><code>addTags</code></h3>
<p>Inherited from
- <a href="../classes/Kiwi.Entity.html#method_addTags">Kiwi.Entity</a>:
+ <a href="../classes/Kiwi.Entity.html#method_addTag">Kiwi.Entity</a>:
@@ -1384,6 +1398,8 @@ <h3 class="name"><code>objType</code></h3>
<span class="type">String</span>:
+ <p>&quot;StaticImage&quot;</p>
+
</div>
</div>
View
1,723 docs/classes/Kiwi.GameObjects.Textfield.html
933 additions, 790 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
View
14 docs/classes/Kiwi.GameObjects.Tilemap.TileMap.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
52 docs/classes/Kiwi.GameObjects.Tilemap.TileMapLayer.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -723,7 +737,7 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item method public inherited">
- <a href="#method_addTags">addTags</a>
+ <a href="#method_addTag">addTag</a>
@@ -1411,7 +1425,7 @@ <h3 class="name"><code>_calculateBoundaries</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l690"><code>src\gameobjects\tilemap\TileMapLayer.ts:690</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l693"><code>src\gameobjects\tilemap\TileMapLayer.ts:693</code></a>
</p>
@@ -1473,8 +1487,8 @@ <h3 class="name"><code>_calculateBoundaries</code></h3>
</div>
- <div id="method_addTags" class="method item public inherited">
- <h3 class="name"><code>addTags</code></h3>
+ <div id="method_addTag" class="method item public inherited">
+ <h3 class="name"><code>addTag</code></h3>
<div class="args">
@@ -1510,7 +1524,7 @@ <h3 class="name"><code>addTags</code></h3>
<p>Inherited from
- <a href="../classes/Kiwi.Entity.html#method_addTags">Kiwi.Entity</a>:
+ <a href="../classes/Kiwi.Entity.html#method_addTag">Kiwi.Entity</a>:
@@ -1680,7 +1694,7 @@ <h3 class="name"><code>chartToScreen</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l754"><code>src\gameobjects\tilemap\TileMapLayer.ts:754</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l757"><code>src\gameobjects\tilemap\TileMapLayer.ts:757</code></a>
</p>
@@ -2229,7 +2243,7 @@ <h3 class="name"><code>getCollidableTiles</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l539"><code>src\gameobjects\tilemap\TileMapLayer.ts:539</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l542"><code>src\gameobjects\tilemap\TileMapLayer.ts:542</code></a>
</p>
@@ -3627,7 +3641,7 @@ <h3 class="name"><code>render</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l789"><code>src\gameobjects\tilemap\TileMapLayer.ts:789</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l792"><code>src\gameobjects\tilemap\TileMapLayer.ts:792</code></a>
</p>
@@ -4251,7 +4265,7 @@ <h3 class="name"><code>screenToChart</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l771"><code>src\gameobjects\tilemap\TileMapLayer.ts:771</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l774"><code>src\gameobjects\tilemap\TileMapLayer.ts:774</code></a>
</p>
@@ -4853,7 +4867,7 @@ <h3 class="name"><code>update</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l597"><code>src\gameobjects\tilemap\TileMapLayer.ts:597</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l600"><code>src\gameobjects\tilemap\TileMapLayer.ts:600</code></a>
</p>
@@ -5224,7 +5238,7 @@ <h3 class="name"><code>_maxX</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l613"><code>src\gameobjects\tilemap\TileMapLayer.ts:613</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l616"><code>src\gameobjects\tilemap\TileMapLayer.ts:616</code></a>
</p>
@@ -5272,7 +5286,7 @@ <h3 class="name"><code>_maxY</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l622"><code>src\gameobjects\tilemap\TileMapLayer.ts:622</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l625"><code>src\gameobjects\tilemap\TileMapLayer.ts:625</code></a>
</p>
@@ -5364,7 +5378,7 @@ <h3 class="name"><code>_startX</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l631"><code>src\gameobjects\tilemap\TileMapLayer.ts:631</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l634"><code>src\gameobjects\tilemap\TileMapLayer.ts:634</code></a>
</p>
@@ -5412,7 +5426,7 @@ <h3 class="name"><code>_startY</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l640"><code>src\gameobjects\tilemap\TileMapLayer.ts:640</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l643"><code>src\gameobjects\tilemap\TileMapLayer.ts:643</code></a>
</p>
@@ -5507,7 +5521,7 @@ <h3 class="name"><code>_temptype</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l649"><code>src\gameobjects\tilemap\TileMapLayer.ts:649</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l652"><code>src\gameobjects\tilemap\TileMapLayer.ts:652</code></a>
</p>
@@ -6020,7 +6034,7 @@ <h3 class="name"><code>corner1</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l657"><code>src\gameobjects\tilemap\TileMapLayer.ts:657</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l660"><code>src\gameobjects\tilemap\TileMapLayer.ts:660</code></a>
</p>
@@ -6069,7 +6083,7 @@ <h3 class="name"><code>corner2</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l665"><code>src\gameobjects\tilemap\TileMapLayer.ts:665</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l668"><code>src\gameobjects\tilemap\TileMapLayer.ts:668</code></a>
</p>
@@ -6118,7 +6132,7 @@ <h3 class="name"><code>corner3</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l673"><code>src\gameobjects\tilemap\TileMapLayer.ts:673</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l676"><code>src\gameobjects\tilemap\TileMapLayer.ts:676</code></a>
</p>
@@ -6167,7 +6181,7 @@ <h3 class="name"><code>corner4</code></h3>
- <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l681"><code>src\gameobjects\tilemap\TileMapLayer.ts:681</code></a>
+ <a href="../files/src_gameobjects_tilemap_TileMapLayer.ts.html#l684"><code>src\gameobjects\tilemap\TileMapLayer.ts:684</code></a>
</p>
View
14 docs/classes/Kiwi.GameObjects.Tilemap.TileType.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Geom.AABB.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Geom.Circle.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Geom.Intersect.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Geom.IntersectResult.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Geom.Line.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
184 docs/classes/Kiwi.Geom.Matrix.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -375,7 +389,7 @@ <h2 class="off-left">APIs</h2>
by Transform objects to represent translation, scale and rotation transformations, and to determine where objects are in world space or camera space.
Objects such as entities and groups may be nested, and their associated transforms may represent how they are scaled, translated and rotated relative to a parent
transform.
-By concatenating an object&#39;s transformation matrix with it&#39;s ancestors matrices, it is possible to determine the absolute position of the object in world space.
+By concatenating an object&#39;s transformation matrix with its ancestors matrices, it is possible to determine the absolute position of the object in world space.
See <a href="http://en.wikipedia.org/wiki/Transformation_matrix#Examples_in_2D_graphics">http://en.wikipedia.org/wiki/Transformation_matrix#Examples_in_2D_graphics</a> for an in depth discussion of 2d tranformation matrices.</p>
</div>
@@ -665,6 +679,13 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item method public">
+ <a href="#method_getPosition">getPosition</a>
+
+
+
+ </li>
+
+ <li class="index-item method public">
<a href="#method_identity">identity</a>
@@ -742,13 +763,6 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item method public">
- <a href="#method_setPositionVector">setPositionVector</a>
-
-
-
- </li>
-
- <li class="index-item method public">
<a href="#method_setTo">setTo</a>
@@ -931,7 +945,7 @@ <h3 class="name"><code>append</code></h3>
</div>
<div class="description">
- <p>Append values to this matrix, paramters supplied individually.</p>
+ <p>Append values to this matrix, parameters supplied individually.</p>
</div>
@@ -1467,6 +1481,81 @@ <h3 class="name"><code>copyTo</code></h3>
</div>
+ <div id="method_getPosition" class="method item public">
+ <h3 class="name"><code>getPosition</code></h3>
+
+
+ <span class="paren">()</span>
+
+
+
+ <span class="returns-inline">
+ <span class="type"><a href="../classes/Kiwi.Geom.Point.html" class="crosslink">Kiwi.Geom.Point</a></span>
+ </span>
+
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_geom_Matrix.ts.html#l298"><code>src\geom\Matrix.ts:298</code></a>
+
+ </p>
+
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>Get the x and y position of the matrix as an object with x and y properties</p>
+
+ </div>
+
+
+
+
+ <div class="returns">
+ <h4>Returns:</h4>
+
+ <div class="returns-description">
+
+
+ <span class="type"><a href="../classes/Kiwi.Geom.Point.html" class="crosslink">Kiwi.Geom.Point</a></span>:
+
+ <p>An object constructed from a literal with x and y properties.</p>
+
+
+ </div>
+ </div>
+
+
+
+</div>
+
+
<div id="method_identity" class="method item public">
<h3 class="name"><code>identity</code></h3>
@@ -1591,7 +1680,7 @@ <h3 class="name"><code>invert</code></h3>
</div>
<div class="description">
- <p>Invert this matrix so that it represents the opposite of it&#39;s orginal tranformaation.</p>
+ <p>Invert this matrix so that it represents the opposite of its orginal tranformaation.</p>
</div>
@@ -2946,81 +3035,6 @@ <h3 class="name"><code>setPositionPoint</code></h3>
</div>
- <div id="method_setPositionVector" class="method item public">
- <h3 class="name"><code>setPositionVector</code></h3>
-
-
- <span class="paren">()</span>
-
-
-
- <span class="returns-inline">
- <span class="type"><a href="../classes/Kiwi.Geom.Point.html" class="crosslink">Kiwi.Geom.Point</a></span>
- </span>
-
-
-
-
-
- <span class="flag public">public</span>
-
-
-
-
-
-
-
-
-
-
- <div class="meta">
-
-
-
- <p>
-
- Defined in
-
-
-
-
- <a href="../files/src_geom_Matrix.ts.html#l298"><code>src\geom\Matrix.ts:298</code></a>
-
- </p>
-
-
-
-
-
- </div>
-
- <div class="description">
- <p>Get the x and y position of the matrix as an object with x and y properties</p>
-
- </div>
-
-
-
-
- <div class="returns">
- <h4>Returns:</h4>
-
- <div class="returns-description">
-
-
- <span class="type"><a href="../classes/Kiwi.Geom.Point.html" class="crosslink">Kiwi.Geom.Point</a></span>:
-
- <p>An object constructed from a literal with x and y properties.</p>
-
-
- </div>
- </div>
-
-
-
-</div>
-
-
<div id="method_setTo" class="method item public">
<h3 class="name"><code>setTo</code></h3>
View
14 docs/classes/Kiwi.Geom.Point.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Geom.Ray.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Geom.Rectangle.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
404 docs/classes/Kiwi.Geom.Transform.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -770,6 +784,27 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item property private">
+ <a href="#property__concatMatrix">_concatMatrix</a>
+
+
+
+ </li>
+
+ <li class="index-item property private">
+ <a href="#property__ignoreParent">_ignoreParent</a>
+
+
+
+ </li>
+
+ <li class="index-item property private">
+ <a href="#property__locked">_locked</a>
+
+
+
+ </li>
+
+ <li class="index-item property private">
<a href="#property__matrix">_matrix</a>
@@ -846,6 +881,20 @@ <h2 class="off-left">Item Index</h2>
</li>
+ <li class="index-item property private">
+ <a href="#property_ignoreParent">ignoreParent</a>
+
+
+
+ </li>
+
+ <li class="index-item property public">
+ <a href="#property_locked">locked</a>
+
+
+
+ </li>
+
<li class="index-item property public">
<a href="#property_matrix">matrix</a>
@@ -992,7 +1041,7 @@ <h3 class="name"><code>checkAncestor</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l551"><code>src\geom\Transform.ts:551</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l662"><code>src\geom\Transform.ts:662</code></a>
</p>
@@ -1101,7 +1150,7 @@ <h3 class="name"><code>clone</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l535"><code>src\geom\Transform.ts:535</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l646"><code>src\geom\Transform.ts:646</code></a>
</p>
@@ -1211,7 +1260,7 @@ <h3 class="name"><code>copyFrom</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l499"><code>src\geom\Transform.ts:499</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l610"><code>src\geom\Transform.ts:610</code></a>
</p>
@@ -1320,7 +1369,7 @@ <h3 class="name"><code>copyTo</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l518"><code>src\geom\Transform.ts:518</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l629"><code>src\geom\Transform.ts:629</code></a>
</p>
@@ -1420,7 +1469,7 @@ <h3 class="name"><code>getConcatenatedMatrix</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l459"><code>src\geom\Transform.ts:459</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l539"><code>src\geom\Transform.ts:539</code></a>
</p>
@@ -1431,8 +1480,9 @@ <h3 class="name"><code>getConcatenatedMatrix</code></h3>
</div>
<div class="description">
- <p>Return the transformation matrix that concatenates this transform with all ancestor transforms.
-If there is no parent then this will return a matrix the same as this transforms matrix.</p>
+ <p>Return the transformation matrix that concatenates this transform
+with all ancestor transforms. If there is no parent then this will
+return a matrix the same as this transform&#39;s matrix.</p>
</div>
@@ -1496,7 +1546,7 @@ <h3 class="name"><code>getParentMatrix</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l435"><code>src\geom\Transform.ts:435</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l523"><code>src\geom\Transform.ts:523</code></a>
</p>
@@ -1507,7 +1557,8 @@ <h3 class="name"><code>getParentMatrix</code></h3>
</div>
<div class="description">
- <p>Return the parent matrix of the transform. If there is no parent then null is returned.</p>
+ <p>Return the parent matrix of the transform.
+If there is no parent then null is returned.</p>
</div>
@@ -1522,7 +1573,7 @@ <h3 class="name"><code>getParentMatrix</code></h3>
<span class="type"><a href="../classes/Kiwi.Geom.Matrix.html" class="crosslink">Kiwi.Geom.Matrix</a></span>:
- <p>The parent transform matrix.</p>
+ <p>Parent transform matrix</p>
</div>
@@ -1581,7 +1632,7 @@ <h3 class="name"><code>getPostionPoint</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l375"><code>src\geom\Transform.ts:375</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l463"><code>src\geom\Transform.ts:463</code></a>
</p>
@@ -1682,7 +1733,7 @@ <h3 class="name"><code>objType</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l42"><code>src\geom\Transform.ts:42</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l43"><code>src\geom\Transform.ts:43</code></a>
</p>
@@ -1773,7 +1824,7 @@ <h3 class="name"><code>setPosition</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l324"><code>src\geom\Transform.ts:324</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l412"><code>src\geom\Transform.ts:412</code></a>
</p>
@@ -1896,7 +1947,7 @@ <h3 class="name"><code>setPositionPoint</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l341"><code>src\geom\Transform.ts:341</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l429"><code>src\geom\Transform.ts:429</code></a>
</p>
@@ -2041,7 +2092,7 @@ <h3 class="name"><code>setTransform</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l406"><code>src\geom\Transform.ts:406</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l494"><code>src\geom\Transform.ts:494</code></a>
</p>
@@ -2243,7 +2294,7 @@ <h3 class="name"><code>toString</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l574"><code>src\geom\Transform.ts:574</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l685"><code>src\geom\Transform.ts:685</code></a>
</p>
@@ -2328,7 +2379,7 @@ <h3 class="name"><code>transformPoint</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l484"><code>src\geom\Transform.ts:484</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l595"><code>src\geom\Transform.ts:595</code></a>
</p>
@@ -2434,7 +2485,7 @@ <h3 class="name"><code>translatePositionFromPoint</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l358"><code>src\geom\Transform.ts:358</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l446"><code>src\geom\Transform.ts:446</code></a>
</p>
@@ -2528,7 +2579,7 @@ <h3 class="name"><code>_cachedConcatenatedMatrix</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l263"><code>src\geom\Transform.ts:263</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l264"><code>src\geom\Transform.ts:264</code></a>
</p>
@@ -2550,6 +2601,164 @@ <h3 class="name"><code>_cachedConcatenatedMatrix</code></h3>
</div>
+ <div id="property__concatMatrix" class="property item private">
+ <h3 class="name"><code>_concatMatrix</code></h3>
+ <span class="type"><a href="../classes/Kiwi.Geom.Matrix.html" class="crosslink">Kiwi.Geom.Matrix</a></span>
+
+
+
+
+ <span class="flag private">private</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_geom_Transform.ts.html#l272"><code>src\geom\Transform.ts:272</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>Temporary matrix used in concatenation operations</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
+ <div id="property__ignoreParent" class="property item private">
+ <h3 class="name"><code>_ignoreParent</code></h3>
+ <span class="type">Boolean</span>
+
+
+
+
+ <span class="flag private">private</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_geom_Transform.ts.html#l374"><code>src\geom\Transform.ts:374</code></a>
+
+ </p>
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>Private copy.
+Whether to ignore its parent when concatenating matrices.
+If true, it won&#39;t compute parent matrices.
+This can save computation, but prevents it from following
+its parent&#39;s transforms.
+Use this to save some processor cycles if the transform isn&#39;t
+following a parent and the state does not transform.</p>
+
+ </div>
+
+
+ <p><strong>Default:</strong> false</p>
+
+
+
+
+
+</div>
+
+
+ <div id="property__locked" class="property item private">
+ <h3 class="name"><code>_locked</code></h3>
+ <span class="type">Boolean</span>
+
+
+
+
+ <span class="flag private">private</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_geom_Transform.ts.html#l334"><code>src\geom\Transform.ts:334</code></a>
+
+ </p>
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>Private copy.
+Whether the Transform is locked. In locked mode, the Transform
+will not update its matrix, saving on computation.
+However, it will still follow its parent.</p>
+
+ </div>
+
+
+ <p><strong>Default:</strong> false</p>
+
+
+
+
+
+</div>
+
+
<div id="property__matrix" class="property item private">
<h3 class="name"><code>_matrix</code></h3>
<span class="type"><a href="../classes/Kiwi.Geom.Matrix.html" class="crosslink">Kiwi.Geom.Matrix</a></span>
@@ -2575,7 +2784,7 @@ <h3 class="name"><code>_matrix</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l242"><code>src\geom\Transform.ts:242</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l243"><code>src\geom\Transform.ts:243</code></a>
</p>
@@ -2622,7 +2831,7 @@ <h3 class="name"><code>_parent</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l298"><code>src\geom\Transform.ts:298</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l307"><code>src\geom\Transform.ts:307</code></a>
</p>
@@ -2671,7 +2880,7 @@ <h3 class="name"><code>_rotation</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l144"><code>src\geom\Transform.ts:144</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l145"><code>src\geom\Transform.ts:145</code></a>
</p>
@@ -2720,7 +2929,7 @@ <h3 class="name"><code>_rotPointX</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l167"><code>src\geom\Transform.ts:167</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l168"><code>src\geom\Transform.ts:168</code></a>
</p>
@@ -2769,7 +2978,7 @@ <h3 class="name"><code>_rotPointY</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l191"><code>src\geom\Transform.ts:191</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l192"><code>src\geom\Transform.ts:192</code></a>
</p>
@@ -2818,7 +3027,7 @@ <h3 class="name"><code>_scaleX</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l99"><code>src\geom\Transform.ts:99</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l100"><code>src\geom\Transform.ts:100</code></a>
</p>
@@ -2867,7 +3076,7 @@ <h3 class="name"><code>_scaleY</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l122"><code>src\geom\Transform.ts:122</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l123"><code>src\geom\Transform.ts:123</code></a>
</p>
@@ -2916,7 +3125,7 @@ <h3 class="name"><code>_x</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l52"><code>src\geom\Transform.ts:52</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l53"><code>src\geom\Transform.ts:53</code></a>
</p>
@@ -2965,7 +3174,7 @@ <h3 class="name"><code>_y</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l76"><code>src\geom\Transform.ts:76</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l77"><code>src\geom\Transform.ts:77</code></a>
</p>
@@ -3014,7 +3223,7 @@ <h3 class="name"><code>anchorPointX</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l214"><code>src\geom\Transform.ts:214</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l215"><code>src\geom\Transform.ts:215</code></a>
</p>
@@ -3063,7 +3272,7 @@ <h3 class="name"><code>anchorPointY</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l228"><code>src\geom\Transform.ts:228</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l229"><code>src\geom\Transform.ts:229</code></a>
</p>
@@ -3087,6 +3296,117 @@ <h3 class="name"><code>anchorPointY</code></h3>
</div>
+ <div id="property_ignoreParent" class="property item private">
+ <h3 class="name"><code>ignoreParent</code></h3>
+ <span class="type">Boolean</span>
+
+
+
+
+ <span class="flag private">private</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_geom_Transform.ts.html#l390"><code>src\geom\Transform.ts:390</code></a>
+
+ </p>
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>Whether to ignore its parent when concatenating matrices.
+If true, it won&#39;t compute parent matrices.
+This can save computation, but prevents it from following
+its parent&#39;s transforms.
+Use this to save some processor cycles if the transform isn&#39;t
+following a parent and the state does not transform.</p>
+
+ </div>
+
+
+ <p><strong>Default:</strong> false</p>
+
+
+
+
+
+</div>
+
+
+ <div id="property_locked" class="property item public">
+ <h3 class="name"><code>locked</code></h3>
+ <span class="type">Boolean</span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_geom_Transform.ts.html#l347"><code>src\geom\Transform.ts:347</code></a>
+
+ </p>
+
+
+
+
+ <p>Available since 1.2.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>Whether the Transform is locked. In locked mode, the Transform
+will not update its matrix, saving on computation.
+However, it will still follow its parent.
+When locked is set to true, it will set the matrix according to
+current transform values.</p>
+
+ </div>
+
+
+ <p><strong>Default:</strong> false</p>
+
+
+
+
+
+</div>
+
+
<div id="property_matrix" class="property item public">
<h3 class="name"><code>matrix</code></h3>
<span class="type"><a href="../classes/Kiwi.Geom.Matrix.html" class="crosslink">Kiwi.Geom.Matrix</a></span>
@@ -3112,7 +3432,7 @@ <h3 class="name"><code>matrix</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l250"><code>src\geom\Transform.ts:250</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l251"><code>src\geom\Transform.ts:251</code></a>
</p>
@@ -3159,7 +3479,7 @@ <h3 class="name"><code>parent</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l307"><code>src\geom\Transform.ts:307</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l316"><code>src\geom\Transform.ts:316</code></a>
</p>
@@ -3208,7 +3528,7 @@ <h3 class="name"><code>rotation</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l153"><code>src\geom\Transform.ts:153</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l154"><code>src\geom\Transform.ts:154</code></a>
</p>
@@ -3255,7 +3575,7 @@ <h3 class="name"><code>rotPointX</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l176"><code>src\geom\Transform.ts:176</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l177"><code>src\geom\Transform.ts:177</code></a>
</p>
@@ -3304,7 +3624,7 @@ <h3 class="name"><code>rotPointY</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l200"><code>src\geom\Transform.ts:200</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l201"><code>src\geom\Transform.ts:201</code></a>
</p>
@@ -3351,7 +3671,7 @@ <h3 class="name"><code>scale</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l390"><code>src\geom\Transform.ts:390</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l478"><code>src\geom\Transform.ts:478</code></a>
</p>
@@ -3400,7 +3720,7 @@ <h3 class="name"><code>scaleX</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l108"><code>src\geom\Transform.ts:108</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l109"><code>src\geom\Transform.ts:109</code></a>
</p>
@@ -3447,7 +3767,7 @@ <h3 class="name"><code>scaleY</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l131"><code>src\geom\Transform.ts:131</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l132"><code>src\geom\Transform.ts:132</code></a>
</p>
@@ -3494,7 +3814,7 @@ <h3 class="name"><code>worldX</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l271"><code>src\geom\Transform.ts:271</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l280"><code>src\geom\Transform.ts:280</code></a>
</p>
@@ -3541,7 +3861,7 @@ <h3 class="name"><code>worldY</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l284"><code>src\geom\Transform.ts:284</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l293"><code>src\geom\Transform.ts:293</code></a>
</p>
@@ -3588,7 +3908,7 @@ <h3 class="name"><code>x</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l61"><code>src\geom\Transform.ts:61</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l62"><code>src\geom\Transform.ts:62</code></a>
</p>
@@ -3635,7 +3955,7 @@ <h3 class="name"><code>y</code></h3>
- <a href="../files/src_geom_Transform.ts.html#l85"><code>src\geom\Transform.ts:85</code></a>
+ <a href="../files/src_geom_Transform.ts.html#l86"><code>src\geom\Transform.ts:86</code></a>
</p>
View
14 docs/classes/Kiwi.Geom.Vector2.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
112 docs/classes/Kiwi.Group.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -560,7 +574,7 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item method public">
- <a href="#method_addTags">addTags</a>
+ <a href="#method_addTag">addTag</a>
@@ -1091,7 +1105,7 @@ <h3 class="name"><code>addChild</code></h3>
- <a href="../files/src_core_Group.ts.html#l392"><code>src\core\Group.ts:392</code></a>
+ <a href="../files/src_core_Group.ts.html#l391"><code>src\core\Group.ts:391</code></a>
</p>
@@ -1206,7 +1220,7 @@ <h3 class="name"><code>addChildAfter</code></h3>
- <a href="../files/src_core_Group.ts.html#l458"><code>src\core\Group.ts:458</code></a>
+ <a href="../files/src_core_Group.ts.html#l460"><code>src\core\Group.ts:460</code></a>
</p>
@@ -1217,7 +1231,7 @@ <h3 class="name"><code>addChildAfter</code></h3>
</div>
<div class="description">
- <p>Adds an Entity to this Group after another child. The Entity must not already be in this Group and it must be supported by the Group..</p>
+ <p>Adds an Entity to this Group after another child.</p>
</div>
@@ -1337,7 +1351,7 @@ <h3 class="name"><code>addChildAt</code></h3>
- <a href="../files/src_core_Group.ts.html#l417"><code>src\core\Group.ts:417</code></a>
+ <a href="../files/src_core_Group.ts.html#l416"><code>src\core\Group.ts:416</code></a>
</p>
@@ -1468,7 +1482,7 @@ <h3 class="name"><code>addChildBefore</code></h3>
- <a href="../files/src_core_Group.ts.html#l437"><code>src\core\Group.ts:437</code></a>
+ <a href="../files/src_core_Group.ts.html#l436"><code>src\core\Group.ts:436</code></a>
</p>
@@ -1479,7 +1493,7 @@ <h3 class="name"><code>addChildBefore</code></h3>
</div>
<div class="description">
- <p>Adds an Entity to this Group before another child. The Entity must not already be in this Group and it must be supported by the Group.</p>
+ <p>Adds an Entity to this Group before another child.</p>
</div>
@@ -1545,8 +1559,8 @@ <h3 class="name"><code>addChildBefore</code></h3>
</div>
- <div id="method_addTags" class="method item public">
- <h3 class="name"><code>addTags</code></h3>
+ <div id="method_addTag" class="method item public">
+ <h3 class="name"><code>addTag</code></h3>
<div class="args">
@@ -1589,7 +1603,7 @@ <h3 class="name"><code>addTags</code></h3>
- <a href="../files/src_core_Group.ts.html#l1198"><code>src\core\Group.ts:1198</code></a>
+ <a href="../files/src_core_Group.ts.html#l1203"><code>src\core\Group.ts:1203</code></a>
</p>
@@ -1695,7 +1709,7 @@ <h3 class="name"><code>callAll</code></h3>
- <a href="../files/src_core_Group.ts.html#l972"><code>src\core\Group.ts:972</code></a>
+ <a href="../files/src_core_Group.ts.html#l977"><code>src\core\Group.ts:977</code></a>
</p>
@@ -1808,7 +1822,7 @@ <h3 class="name"><code>clear</code></h3>
- <a href="../files/src_core_Group.ts.html#l1120"><code>src\core\Group.ts:1120</code></a>
+ <a href="../files/src_core_Group.ts.html#l1125"><code>src\core\Group.ts:1125</code></a>
</p>
@@ -1994,7 +2008,7 @@ <h3 class="name"><code>containsAncestor</code></h3>
- <a href="../files/src_core_Group.ts.html#l368"><code>src\core\Group.ts:368</code></a>
+ <a href="../files/src_core_Group.ts.html#l367"><code>src\core\Group.ts:367</code></a>
</p>
@@ -2214,7 +2228,7 @@ <h3 class="name"><code>countDead</code></h3>
- <a href="../files/src_core_Group.ts.html#l1100"><code>src\core\Group.ts:1100</code></a>
+ <a href="../files/src_core_Group.ts.html#l1105"><code>src\core\Group.ts:1105</code></a>
</p>
@@ -2287,7 +2301,7 @@ <h3 class="name"><code>countLiving</code></h3>
- <a href="../files/src_core_Group.ts.html#l1080"><code>src\core\Group.ts:1080</code></a>
+ <a href="../files/src_core_Group.ts.html#l1085"><code>src\core\Group.ts:1085</code></a>
</p>
@@ -2372,7 +2386,7 @@ <h3 class="name"><code>destroy</code></h3>
- <a href="../files/src_core_Group.ts.html#l1254"><code>src\core\Group.ts:1254</code></a>
+ <a href="../files/src_core_Group.ts.html#l1259"><code>src\core\Group.ts:1259</code></a>
</p>
@@ -2493,7 +2507,7 @@ <h3 class="name"><code>forEach</code></h3>
- <a href="../files/src_core_Group.ts.html#l916"><code>src\core\Group.ts:916</code></a>
+ <a href="../files/src_core_Group.ts.html#l921"><code>src\core\Group.ts:921</code></a>
</p>
@@ -2631,7 +2645,7 @@ <h3 class="name"><code>forEachAlive</code></h3>
- <a href="../files/src_core_Group.ts.html#l932"><code>src\core\Group.ts:932</code></a>
+ <a href="../files/src_core_Group.ts.html#l937"><code>src\core\Group.ts:937</code></a>
</p>
@@ -2765,7 +2779,7 @@ <h3 class="name"><code>getAllChildren</code></h3>
- <a href="../files/src_core_Group.ts.html#l580"><code>src\core\Group.ts:580</code></a>
+ <a href="../files/src_core_Group.ts.html#l585"><code>src\core\Group.ts:585</code></a>
</p>
@@ -2890,7 +2904,7 @@ <h3 class="name"><code>getChildAt</code></h3>
- <a href="../files/src_core_Group.ts.html#l604"><code>src\core\Group.ts:604</code></a>
+ <a href="../files/src_core_Group.ts.html#l609"><code>src\core\Group.ts:609</code></a>
</p>
@@ -3005,7 +3019,7 @@ <h3 class="name"><code>getChildByID</code></h3>
- <a href="../files/src_core_Group.ts.html#l646"><code>src\core\Group.ts:646</code></a>
+ <a href="../files/src_core_Group.ts.html#l651"><code>src\core\Group.ts:651</code></a>
</p>
@@ -3136,7 +3150,7 @@ <h3 class="name"><code>getChildByName</code></h3>
- <a href="../files/src_core_Group.ts.html#l621"><code>src\core\Group.ts:621</code></a>
+ <a href="../files/src_core_Group.ts.html#l626"><code>src\core\Group.ts:626</code></a>
</p>
@@ -3261,7 +3275,7 @@ <h3 class="name"><code>getChildIndex</code></h3>
- <a href="../files/src_core_Group.ts.html#l671"><code>src\core\Group.ts:671</code></a>
+ <a href="../files/src_core_Group.ts.html#l676"><code>src\core\Group.ts:676</code></a>
</p>
@@ -3370,7 +3384,7 @@ <h3 class="name"><code>getChildrenByTag</code></h3>
- <a href="../files/src_core_Group.ts.html#l771"><code>src\core\Group.ts:771</code></a>
+ <a href="../files/src_core_Group.ts.html#l776"><code>src\core\Group.ts:776</code></a>
</p>
@@ -3470,7 +3484,7 @@ <h3 class="name"><code>getFirstAlive</code></h3>
- <a href="../files/src_core_Group.ts.html#l684"><code>src\core\Group.ts:684</code></a>
+ <a href="../files/src_core_Group.ts.html#l689"><code>src\core\Group.ts:689</code></a>
</p>
@@ -3547,7 +3561,7 @@ <h3 class="name"><code>getFirstDead</code></h3>
- <a href="../files/src_core_Group.ts.html#l702"><code>src\core\Group.ts:702</code></a>
+ <a href="../files/src_core_Group.ts.html#l707"><code>src\core\Group.ts:707</code></a>
</p>
@@ -3632,7 +3646,7 @@ <h3 class="name"><code>hasTag</code></h3>
- <a href="../files/src_core_Group.ts.html#l1233"><code>src\core\Group.ts:1233</code></a>
+ <a href="../files/src_core_Group.ts.html#l1238"><code>src\core\Group.ts:1238</code></a>
</p>
@@ -3896,7 +3910,7 @@ <h3 class="name"><code>removeChild</code></h3>
- <a href="../files/src_core_Group.ts.html#l487"><code>src\core\Group.ts:487</code></a>
+ <a href="../files/src_core_Group.ts.html#l492"><code>src\core\Group.ts:492</code></a>
</p>
@@ -4020,7 +4034,7 @@ <h3 class="name"><code>removeChildAt</code></h3>
- <a href="../files/src_core_Group.ts.html#l515"><code>src\core\Group.ts:515</code></a>
+ <a href="../files/src_core_Group.ts.html#l520"><code>src\core\Group.ts:520</code></a>
</p>
@@ -4141,7 +4155,7 @@ <h3 class="name"><code>removeChildren</code></h3>
- <a href="../files/src_core_Group.ts.html#l533"><code>src\core\Group.ts:533</code></a>
+ <a href="../files/src_core_Group.ts.html#l538"><code>src\core\Group.ts:538</code></a>
</p>
@@ -4284,7 +4298,7 @@ <h3 class="name"><code>removeFirstAlive</code></h3>
- <a href="../files/src_core_Group.ts.html#l559"><code>src\core\Group.ts:559</code></a>
+ <a href="../files/src_core_Group.ts.html#l564"><code>src\core\Group.ts:564</code></a>
</p>
@@ -4392,7 +4406,7 @@ <h3 class="name"><code>removeTag</code></h3>
- <a href="../files/src_core_Group.ts.html#l1217"><code>src\core\Group.ts:1217</code></a>
+ <a href="../files/src_core_Group.ts.html#l1222"><code>src\core\Group.ts:1222</code></a>
</p>
@@ -4487,7 +4501,7 @@ <h3 class="name"><code>render</code></h3>
- <a href="../files/src_core_Group.ts.html#l1068"><code>src\core\Group.ts:1068</code></a>
+ <a href="../files/src_core_Group.ts.html#l1073"><code>src\core\Group.ts:1073</code></a>
</p>
@@ -4588,7 +4602,7 @@ <h3 class="name"><code>replaceChild</code></h3>
- <a href="../files/src_core_Group.ts.html#l883"><code>src\core\Group.ts:883</code></a>
+ <a href="../files/src_core_Group.ts.html#l888"><code>src\core\Group.ts:888</code></a>
</p>
@@ -4721,7 +4735,7 @@ <h3 class="name"><code>setAll</code></h3>
- <a href="../files/src_core_Group.ts.html#l952"><code>src\core\Group.ts:952</code></a>
+ <a href="../files/src_core_Group.ts.html#l957"><code>src\core\Group.ts:957</code></a>
</p>
@@ -4854,7 +4868,7 @@ <h3 class="name"><code>setChildIndex</code></h3>
- <a href="../files/src_core_Group.ts.html#l806"><code>src\core\Group.ts:806</code></a>
+ <a href="../files/src_core_Group.ts.html#l811"><code>src\core\Group.ts:811</code></a>
</p>
@@ -4985,7 +4999,7 @@ <h3 class="name"><code>swapChildren</code></h3>
- <a href="../files/src_core_Group.ts.html#l827"><code>src\core\Group.ts:827</code></a>
+ <a href="../files/src_core_Group.ts.html#l832"><code>src\core\Group.ts:832</code></a>
</p>
@@ -5116,7 +5130,7 @@ <h3 class="name"><code>swapChildrenAt</code></h3>
- <a href="../files/src_core_Group.ts.html#l855"><code>src\core\Group.ts:855</code></a>
+ <a href="../files/src_core_Group.ts.html#l860"><code>src\core\Group.ts:860</code></a>
</p>
@@ -5227,7 +5241,7 @@ <h3 class="name"><code>update</code></h3>
- <a href="../files/src_core_Group.ts.html#l992"><code>src\core\Group.ts:992</code></a>
+ <a href="../files/src_core_Group.ts.html#l997"><code>src\core\Group.ts:997</code></a>
</p>
@@ -5283,7 +5297,7 @@ <h3 class="name"><code>_active</code></h3>
- <a href="../files/src_core_Group.ts.html#l1043"><code>src\core\Group.ts:1043</code></a>
+ <a href="../files/src_core_Group.ts.html#l1048"><code>src\core\Group.ts:1048</code></a>
</p>
@@ -5332,7 +5346,7 @@ <h3 class="name"><code>_destroyRemoveChildren</code></h3>
- <a href="../files/src_core_Group.ts.html#l1297"><code>src\core\Group.ts:1297</code></a>
+ <a href="../files/src_core_Group.ts.html#l1302"><code>src\core\Group.ts:1302</code></a>
</p>
@@ -5473,7 +5487,7 @@ <h3 class="name"><code>_tags</code></h3>
- <a href="../files/src_core_Group.ts.html#l1188"><code>src\core\Group.ts:1188</code></a>
+ <a href="../files/src_core_Group.ts.html#l1193"><code>src\core\Group.ts:1193</code></a>
</p>
@@ -5523,7 +5537,7 @@ <h3 class="name"><code>_visible</code></h3>
- <a href="../files/src_core_Group.ts.html#l1155"><code>src\core\Group.ts:1155</code></a>
+ <a href="../files/src_core_Group.ts.html#l1160"><code>src\core\Group.ts:1160</code></a>
</p>
@@ -5576,7 +5590,7 @@ <h3 class="name"><code>_willRender</code></h3>
- <a href="../files/src_core_Group.ts.html#l1131"><code>src\core\Group.ts:1131</code></a>
+ <a href="../files/src_core_Group.ts.html#l1136"><code>src\core\Group.ts:1136</code></a>
</p>
@@ -5625,7 +5639,7 @@ <h3 class="name"><code>active</code></h3>
- <a href="../files/src_core_Group.ts.html#l1052"><code>src\core\Group.ts:1052</code></a>
+ <a href="../files/src_core_Group.ts.html#l1057"><code>src\core\Group.ts:1057</code></a>
</p>
@@ -5867,7 +5881,7 @@ <h3 class="name"><code>exists</code></h3>
- <a href="../files/src_core_Group.ts.html#l1020"><code>src\core\Group.ts:1020</code></a>
+ <a href="../files/src_core_Group.ts.html#l1025"><code>src\core\Group.ts:1025</code></a>
</p>
@@ -5914,7 +5928,7 @@ <h3 class="name"><code>exists</code></h3>
- <a href="../files/src_core_Group.ts.html#l1028"><code>src\core\Group.ts:1028</code></a>
+ <a href="../files/src_core_Group.ts.html#l1033"><code>src\core\Group.ts:1033</code></a>
</p>
@@ -6441,7 +6455,7 @@ <h3 class="name"><code>visible</code></h3>
- <a href="../files/src_core_Group.ts.html#l1165"><code>src\core\Group.ts:1165</code></a>
+ <a href="../files/src_core_Group.ts.html#l1170"><code>src\core\Group.ts:1170</code></a>
</p>
@@ -6494,7 +6508,7 @@ <h3 class="name"><code>willRender</code></h3>
- <a href="../files/src_core_Group.ts.html#l1140"><code>src\core\Group.ts:1140</code></a>
+ <a href="../files/src_core_Group.ts.html#l1145"><code>src\core\Group.ts:1145</code></a>
</p>
View
14 docs/classes/Kiwi.HUD.HUDComponents.Counter.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
16 docs/classes/Kiwi.HUD.HUDComponents.Time.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -376,7 +390,7 @@ <h2 class="off-left">APIs</h2>
<div class="box intro">
<p>A Component to manage and display a Time in a particular format.
-The Time Component creates a new clock on the Time Manager and it use&#39;s that clock to keep track of the time.
+The Time Component creates a new clock on the Time Manager and it uses that clock to keep track of the time.
When you create a new Time Component you can specify a format that you want the time to display in, which is a string based on keywords.
Current supported keywords for the format are:
&#39;s&#39; = &#39;seconds&#39;
View
14 docs/classes/Kiwi.HUD.HUDComponents.WidgetInput.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.HUDDisplay.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.HUDManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.HUDWidget.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.Widget.Bar.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.Widget.BasicScore.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.Widget.Button.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.Widget.Icon.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.Widget.IconBar.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.Widget.Menu.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.Widget.MenuItem.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.Widget.TextField.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.HUD.Widget.Time.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.IChild.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Input.Finger.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Input.InputManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Input.Key.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Input.Keyboard.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Input.Keycodes.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Input.Mouse.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Input.MouseCursor.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
128 docs/classes/Kiwi.Input.Pointer.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -686,6 +700,20 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item property public">
+ <a href="#property_pressed">pressed</a>
+
+
+
+ </li>
+
+ <li class="index-item property public">
+ <a href="#property_released">released</a>
+
+
+
+ </li>
+
+ <li class="index-item property public">
<a href="#property_screenX">screenX</a>
@@ -1164,7 +1192,7 @@ <h3 class="name"><code>reset</code></h3>
- <a href="../files/src_input_Pointer.ts.html#l352"><code>src\input\Pointer.ts:352</code></a>
+ <a href="../files/src_input_Pointer.ts.html#l380"><code>src\input\Pointer.ts:380</code></a>
</p>
@@ -1402,7 +1430,7 @@ <h3 class="name"><code>update.</code></h3>
- <a href="../files/src_input_Pointer.ts.html#l366"><code>src\input\Pointer.ts:366</code></a>
+ <a href="../files/src_input_Pointer.ts.html#l394"><code>src\input\Pointer.ts:394</code></a>
</p>
@@ -2205,6 +2233,102 @@ <h3 class="name"><code>point</code></h3>
</div>
+ <div id="property_pressed" class="property item public">
+ <h3 class="name"><code>pressed</code></h3>
+ <span class="type">Boolean</span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_input_Pointer.ts.html#l352"><code>src\input\Pointer.ts:352</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>READ ONLY: Indicates if this pointer was pressed on the last frame or not.
+This is only true on the frame that the point was &#39;justPressed&#39; and is not a constant like &#39;isDown&#39;</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
+ <div id="property_released" class="property item public">
+ <h3 class="name"><code>released</code></h3>
+ <span class="type">Boolean</span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_input_Pointer.ts.html#l366"><code>src\input\Pointer.ts:366</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>READ ONLY: Indicates if this pointer was released on the last frame or not.
+This is only true on the frame that the point was &#39;justReleased&#39; and is not a constant like &#39;isUp&#39;</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
<div id="property_screenX" class="property item public">
<h3 class="name"><code>screenX</code></h3>
<span class="type">Number</span>
View
14 docs/classes/Kiwi.Input.Touch.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
158 docs/classes/Kiwi.PluginManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -582,6 +596,13 @@ <h2 class="off-left">Item Index</h2>
</li>
+ <li class="index-item method public">
+ <a href="#method_validMinimumPluginVersionExists">validMinimumPluginVersionExists</a>
+
+
+
+ </li>
+
</ul>
</div>
@@ -686,7 +707,7 @@ <h3 class="name"><code>_createPlugins</code></h3>
- <a href="../files/src_core_PluginManager.ts.html#l231"><code>src\core\PluginManager.ts:231</code></a>
+ <a href="../files/src_core_PluginManager.ts.html#l241"><code>src\core\PluginManager.ts:241</code></a>
</p>
@@ -745,7 +766,7 @@ <h3 class="name"><code>boot</code></h3>
- <a href="../files/src_core_PluginManager.ts.html#l251"><code>src\core\PluginManager.ts:251</code></a>
+ <a href="../files/src_core_PluginManager.ts.html#l261"><code>src\core\PluginManager.ts:261</code></a>
</p>
@@ -812,7 +833,7 @@ <h3 class="name"><code>pluginIsRegistered</code></h3>
- <a href="../files/src_core_PluginManager.ts.html#l214"><code>src\core\PluginManager.ts:214</code></a>
+ <a href="../files/src_core_PluginManager.ts.html#l225"><code>src\core\PluginManager.ts:225</code></a>
</p>
@@ -986,7 +1007,7 @@ <h3 class="name"><code>update</code></h3>
- <a href="../files/src_core_PluginManager.ts.html#l267"><code>src\core\PluginManager.ts:267</code></a>
+ <a href="../files/src_core_PluginManager.ts.html#l277"><code>src\core\PluginManager.ts:277</code></a>
</p>
@@ -1067,6 +1088,135 @@ <h3 class="name"><code>validatePlugins</code></h3>
</div>
+ <div id="method_validMinimumPluginVersionExists" class="method item public">
+ <h3 class="name"><code>validMinimumPluginVersionExists</code></h3>
+
+
+ <div class="args">
+ <span class="paren">(</span><ul class="args-list inline commas">
+
+ <li class="arg">
+
+ <code>name</code>
+
+ </li>
+
+ <li class="arg">
+
+ <code>version</code>
+
+ </li>
+
+ </ul><span class="paren">)</span>
+ </div>
+
+
+
+ <span class="returns-inline">
+ <span class="type"></span>
+ </span>
+
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+
+
+
+
+ <div class="meta">
+
+
+
+ <p>
+
+ Defined in
+
+
+
+
+ <a href="../files/src_core_PluginManager.ts.html#l208"><code>src\core\PluginManager.ts:208</code></a>
+
+ </p>
+
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>Returns whether a valid minimum version of a plugin exists.</p>
+
+ </div>
+
+
+ <div class="params">
+ <h4>Parameters:</h4>
+
+ <ul class="params-list">
+
+ <li class="param">
+
+ <code class="param-name">name</code>
+ <span class="type">String</span>
+
+
+
+
+ <div class="param-description">
+ <p>Name of plugin</p>
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name">version</code>
+ <span class="type">String</span>
+
+
+
+
+ <div class="param-description">
+ <p>Minimum version</p>
+
+ </div>
+
+
+ </li>
+
+ </ul>
+ </div>
+
+
+
+ <div class="returns">
+ <h4>Returns:</h4>
+
+ <div class="returns-description">
+
+
+ <p>boolean</p>
+
+
+ </div>
+ </div>
+
+
+
+</div>
+
+
</div>
View
14 docs/classes/Kiwi.Renderers.CanvasRenderer.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
26 docs/classes/Kiwi.Renderers.GLArrayBuffer.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -663,7 +677,7 @@ <h2 class="off-left">Item Index</h2>
</li>
<li class="index-item property public">
- <a href="#property_squareUVx">squareUVx</a>
+ <a href="#property_squareUVs">squareUVs</a>
<span class="flag static">static</span>
@@ -823,7 +837,7 @@ <h3 class="name"><code>createBuffer</code></h3>
<li class="param">
<code class="param-name">gl</code>
- <span class="type">WebGLRenderingCotext</span>
+ <span class="type">WebGLRenderingContext</span>
@@ -929,7 +943,7 @@ <h3 class="name"><code>deleteBuffer</code></h3>
<li class="param">
<code class="param-name">gl</code>
- <span class="type">WebGLRenderingCotext</span>
+ <span class="type">WebGLRenderingContext</span>
@@ -1041,7 +1055,7 @@ <h3 class="name"><code>uploadBuffer</code></h3>
<li class="param">
<code class="param-name">gl</code>
- <span class="type">WebGLRenderingCotext</span>
+ <span class="type">WebGLRenderingContext</span>
@@ -1430,8 +1444,8 @@ <h3 class="name"><code>squareCols</code></h3>
</div>
- <div id="property_squareUVx" class="property item public">
- <h3 class="name"><code>squareUVx</code></h3>
+ <div id="property_squareUVs" class="property item public">
+ <h3 class="name"><code>squareUVs</code></h3>
<span class="type">Number</span>
View
14 docs/classes/Kiwi.Renderers.GLBlendMode.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
16 docs/classes/Kiwi.Renderers.GLElementArrayBuffer.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -371,7 +385,7 @@ <h2 class="off-left">APIs</h2>
<div class="box intro">
- <p>Encapsulates a WebGL E;ement Array Buffer</p>
+ <p>Encapsulates a WebGL Element Array Buffer</p>
</div>
View
22 docs/classes/Kiwi.Renderers.GLRenderManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -1837,7 +1851,7 @@ <h3 class="name"><code>endState</code></h3>
- <a href="../files/src_render_GLRenderManager.ts.html#l406"><code>src\render\GLRenderManager.ts:406</code></a>
+ <a href="../files/src_render_GLRenderManager.ts.html#l407"><code>src\render\GLRenderManager.ts:407</code></a>
</p>
@@ -1917,7 +1931,7 @@ <h3 class="name"><code>initState</code></h3>
- <a href="../files/src_render_GLRenderManager.ts.html#l394"><code>src\render\GLRenderManager.ts:394</code></a>
+ <a href="../files/src_render_GLRenderManager.ts.html#l395"><code>src\render\GLRenderManager.ts:395</code></a>
</p>
@@ -2058,7 +2072,7 @@ <h3 class="name"><code>render</code></h3>
- <a href="../files/src_render_GLRenderManager.ts.html#l418"><code>src\render\GLRenderManager.ts:418</code></a>
+ <a href="../files/src_render_GLRenderManager.ts.html#l419"><code>src\render\GLRenderManager.ts:419</code></a>
</p>
@@ -2810,7 +2824,7 @@ <h3 class="name"><code>scaleViewport</code></h3>
- <a href="../files/src_render_GLRenderManager.ts.html#l346"><code>src\render\GLRenderManager.ts:346</code></a>
+ <a href="../files/src_render_GLRenderManager.ts.html#l347"><code>src\render\GLRenderManager.ts:347</code></a>
</p>
View
14 docs/classes/Kiwi.Renderers.GLTextureManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Renderers.GLTextureWrapper.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
14 docs/classes/Kiwi.Renderers.Renderer.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
514 docs/classes/Kiwi.Renderers.TextureAtlasRenderer.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -351,6 +365,10 @@ <h2 class="off-left">APIs</h2>
+ <div class="extends">
+ Extends <a href="../classes/Kiwi.Renderers.Renderer.html" class="crosslink">Kiwi.Renderers.Renderer</a>
+ </div>
+
<div class="foundat">
@@ -548,23 +566,23 @@ <h2 class="off-left">Item Index</h2>
<div class="index-section methods">
<h3>Methods</h3>
- <ul class="index-list methods">
+ <ul class="index-list methods extends">
- <li class="index-item method public">
- <a href="#method__collateVertexAttributeArrays">_collateVertexAttributeArrays</a>
+ <li class="index-item method private">
+ <a href="#method__generateIndices">_generateIndices</a>
</li>
- <li class="index-item method private">
- <a href="#method__generateIndices">_generateIndices</a>
+ <li class="index-item method public">
+ <a href="#method_addToBatch">addToBatch</a>
</li>
- <li class="index-item method public">
+ <li class="index-item method public inherited">
<a href="#method_clear">clear</a>
@@ -578,21 +596,21 @@ <h2 class="off-left">Item Index</h2>
</li>
- <li class="index-item method public">
+ <li class="index-item method public inherited">
<a href="#method_disable">disable</a>
</li>
- <li class="index-item method public">
+ <li class="index-item method public inherited">
<a href="#method_draw">draw</a>
</li>
- <li class="index-item method public">
+ <li class="index-item method public inherited">
<a href="#method_enable">enable</a>
@@ -606,14 +624,14 @@ <h2 class="off-left">Item Index</h2>
</li>
- <li class="index-item method public">
+ <li class="index-item method public inherited">
<a href="#method_updateStageResolution">updateStageResolution</a>
</li>
- <li class="index-item method public">
+ <li class="index-item method public inherited">
<a href="#method_updateTextureSize">updateTextureSize</a>
@@ -628,7 +646,7 @@ <h2 class="off-left">Item Index</h2>
<div class="index-section properties">
<h3>Properties</h3>
- <ul class="index-list properties">
+ <ul class="index-list properties extends">
<li class="index-item property private">
<a href="#property__indexBuffer">_indexBuffer</a>
@@ -658,6 +676,34 @@ <h2 class="off-left">Item Index</h2>
</li>
+ <li class="index-item property public inherited">
+ <a href="#property_blendMode">blendMode</a>
+
+
+
+ </li>
+
+ <li class="index-item property public inherited">
+ <a href="#property_camMatrix">camMatrix</a>
+
+
+
+ </li>
+
+ <li class="index-item property public inherited">
+ <a href="#property_isBatchRenderer">isBatchRenderer</a>
+
+
+
+ </li>
+
+ <li class="index-item property public inherited">
+ <a href="#property_loaded">loaded</a>
+
+
+
+ </li>
+
<li class="index-item property public">
<a href="#property_RENDERER_ID">RENDERER_ID</a>
@@ -667,7 +713,14 @@ <h2 class="off-left">Item Index</h2>
</li>
- <li class="index-item property public">
+ <li class="index-item property public inherited">
+ <a href="#property_shaderManager">shaderManager</a>
+
+
+
+ </li>
+
+ <li class="index-item property public inherited">
<a href="#property_shaderPair">shaderPair</a>
@@ -688,8 +741,8 @@ <h2 class="off-left">Item Index</h2>
<h2 class="off-left">Methods</h2>
- <div id="method__collateVertexAttributeArrays" class="method item public">
- <h3 class="name"><code>_collateVertexAttributeArrays</code></h3>
+ <div id="method__generateIndices" class="method item private">
+ <h3 class="name"><code>_generateIndices</code></h3>
<div class="args">
@@ -697,19 +750,7 @@ <h3 class="name"><code>_collateVertexAttributeArrays</code></h3>
<li class="arg">
- <code>gl</code>
-
- </li>
-
- <li class="arg">
-
- <code>entity</code>
-
- </li>
-
- <li class="arg">
-
- <code>camera</code>
+ <code>numQuads</code>
</li>
@@ -722,7 +763,7 @@ <h3 class="name"><code>_collateVertexAttributeArrays</code></h3>
- <span class="flag public">public</span>
+ <span class="flag private">private</span>
@@ -744,7 +785,7 @@ <h3 class="name"><code>_collateVertexAttributeArrays</code></h3>
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l194"><code>src\render\renderers\TextureAtlasRenderer.ts:194</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l146"><code>src\render\renderers\TextureAtlasRenderer.ts:146</code></a>
</p>
@@ -755,7 +796,7 @@ <h3 class="name"><code>_collateVertexAttributeArrays</code></h3>
</div>
<div class="description">
- <p>Collates all xy and uv coordinates into a buffer ready for upload to viceo memory</p>
+ <p>Generates quad indices</p>
</div>
@@ -767,38 +808,8 @@ <h3 class="name"><code>_collateVertexAttributeArrays</code></h3>
<li class="param">
- <code class="param-name">gl</code>
- <span class="type">WebGLRenderingContext</span>
-
-
-
-
- <div class="param-description">
-
- </div>
-
-
- </li>
-
- <li class="param">
-
- <code class="param-name">entity</code>
- <span class="type"><a href="../classes/Kiwi.Entity.html" class="crosslink">Kiwi.Entity</a></span>
-
-
-
-
- <div class="param-description">
-
- </div>
-
-
- </li>
-
- <li class="param">
-
- <code class="param-name">camera</code>
- <span class="type">Camera</span>
+ <code class="param-name">numQuads</code>
+ <span class="type">Number</span>
@@ -820,8 +831,8 @@ <h3 class="name"><code>_collateVertexAttributeArrays</code></h3>
</div>
- <div id="method__generateIndices" class="method item private">
- <h3 class="name"><code>_generateIndices</code></h3>
+ <div id="method_addToBatch" class="method item public">
+ <h3 class="name"><code>addToBatch</code></h3>
<div class="args">
@@ -829,7 +840,19 @@ <h3 class="name"><code>_generateIndices</code></h3>
<li class="arg">
- <code>numQuads</code>
+ <code>gl</code>
+
+ </li>
+
+ <li class="arg">
+
+ <code>entity</code>
+
+ </li>
+
+ <li class="arg">
+
+ <code>camera</code>
</li>
@@ -842,7 +865,7 @@ <h3 class="name"><code>_generateIndices</code></h3>
- <span class="flag private">private</span>
+ <span class="flag public">public</span>
@@ -864,7 +887,7 @@ <h3 class="name"><code>_generateIndices</code></h3>
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l145"><code>src\render\renderers\TextureAtlasRenderer.ts:145</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l195"><code>src\render\renderers\TextureAtlasRenderer.ts:195</code></a>
</p>
@@ -875,7 +898,7 @@ <h3 class="name"><code>_generateIndices</code></h3>
</div>
<div class="description">
- <p>Generates quad indices</p>
+ <p>Collates all xy and uv coordinates into a buffer ready for upload to video memory</p>
</div>
@@ -887,8 +910,38 @@ <h3 class="name"><code>_generateIndices</code></h3>
<li class="param">
- <code class="param-name">numQuads</code>
- <span class="type">Number</span>
+ <code class="param-name">gl</code>
+ <span class="type">WebGLRenderingContext</span>
+
+
+
+
+ <div class="param-description">
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name">entity</code>
+ <span class="type"><a href="../classes/Kiwi.Entity.html" class="crosslink">Kiwi.Entity</a></span>
+
+
+
+
+ <div class="param-description">
+
+ </div>
+
+
+ </li>
+
+ <li class="param">
+
+ <code class="param-name">camera</code>
+ <span class="type">Camera</span>
@@ -945,16 +998,16 @@ <h3 class="name"><code>clear</code></h3>
<div class="meta">
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#method_clear">
+ Kiwi.Renderers.Renderer
+ </a>
-
- <p>
-
- Defined in
-
+ but overwritten in
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l114"><code>src\render\renderers\TextureAtlasRenderer.ts:114</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l115"><code>src\render\renderers\TextureAtlasRenderer.ts:115</code></a>
</p>
@@ -1044,7 +1097,7 @@ <h3 class="name"><code>concatBatch</code></h3>
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l229"><code>src\render\renderers\TextureAtlasRenderer.ts:229</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l230"><code>src\render\renderers\TextureAtlasRenderer.ts:230</code></a>
</p>
@@ -1125,16 +1178,16 @@ <h3 class="name"><code>disable</code></h3>
<div class="meta">
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#method_disable">
+ Kiwi.Renderers.Renderer
+ </a>
-
- <p>
-
- Defined in
-
+ but overwritten in
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l103"><code>src\render\renderers\TextureAtlasRenderer.ts:103</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l104"><code>src\render\renderers\TextureAtlasRenderer.ts:104</code></a>
</p>
@@ -1215,16 +1268,16 @@ <h3 class="name"><code>draw</code></h3>
<div class="meta">
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#method_draw">
+ Kiwi.Renderers.Renderer
+ </a>
-
- <p>
-
- Defined in
-
+ but overwritten in
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l125"><code>src\render\renderers\TextureAtlasRenderer.ts:125</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l126"><code>src\render\renderers\TextureAtlasRenderer.ts:126</code></a>
</p>
@@ -1311,16 +1364,16 @@ <h3 class="name"><code>enable</code></h3>
<div class="meta">
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#method_enable">
+ Kiwi.Renderers.Renderer
+ </a>
-
- <p>
-
- Defined in
-
+ but overwritten in
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l83"><code>src\render\renderers\TextureAtlasRenderer.ts:83</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l84"><code>src\render\renderers\TextureAtlasRenderer.ts:84</code></a>
</p>
@@ -1426,7 +1479,7 @@ <h3 class="name"><code>setShaderPair</code></h3>
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l182"><code>src\render\renderers\TextureAtlasRenderer.ts:182</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l183"><code>src\render\renderers\TextureAtlasRenderer.ts:183</code></a>
</p>
@@ -1515,16 +1568,16 @@ <h3 class="name"><code>updateStageResolution</code></h3>
<div class="meta">
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#method_updateStageResolution">
+ Kiwi.Renderers.Renderer
+ </a>
-
- <p>
-
- Defined in
-
+ but overwritten in
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l160"><code>src\render\renderers\TextureAtlasRenderer.ts:160</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l161"><code>src\render\renderers\TextureAtlasRenderer.ts:161</code></a>
</p>
@@ -1626,16 +1679,16 @@ <h3 class="name"><code>updateTextureSize</code></h3>
<div class="meta">
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#method_updateTextureSize">
+ Kiwi.Renderers.Renderer
+ </a>
-
- <p>
-
- Defined in
-
+ but overwritten in
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l171"><code>src\render\renderers\TextureAtlasRenderer.ts:171</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l172"><code>src\render\renderers\TextureAtlasRenderer.ts:172</code></a>
</p>
@@ -1729,7 +1782,7 @@ <h3 class="name"><code>_indexBuffer</code></h3>
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l75"><code>src\render\renderers\TextureAtlasRenderer.ts:75</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l76"><code>src\render\renderers\TextureAtlasRenderer.ts:76</code></a>
</p>
@@ -1776,7 +1829,7 @@ <h3 class="name"><code>_maxItems</code></h3>
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l59"><code>src\render\renderers\TextureAtlasRenderer.ts:59</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l60"><code>src\render\renderers\TextureAtlasRenderer.ts:60</code></a>
</p>
@@ -1823,7 +1876,7 @@ <h3 class="name"><code>_shaderPairName</code></h3>
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l50"><code>src\render\renderers\TextureAtlasRenderer.ts:50</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l51"><code>src\render\renderers\TextureAtlasRenderer.ts:51</code></a>
</p>
@@ -1872,7 +1925,7 @@ <h3 class="name"><code>_vertexBuffer</code></h3>
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l67"><code>src\render\renderers\TextureAtlasRenderer.ts:67</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l68"><code>src\render\renderers\TextureAtlasRenderer.ts:68</code></a>
</p>
@@ -1894,6 +1947,183 @@ <h3 class="name"><code>_vertexBuffer</code></h3>
</div>
+ <div id="property_blendMode" class="property item public inherited">
+ <h3 class="name"><code>blendMode</code></h3>
+ <span class="type"><a href="../classes/Kiwi.Renderers.GLBlendMode.html" class="crosslink">Kiwi.Renderers.GLBlendMode</a></span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#property_blendMode">Kiwi.Renderers.Renderer</a>:
+
+
+
+ <a href="../files/src_render_renderers_Renderer.ts.html#l135"><code>src\render\renderers\Renderer.ts:135</code></a>
+
+ </p>
+
+
+
+
+ <p>Available since 1.1.0</p>
+
+ </div>
+
+ <div class="description">
+ <p>This renderer&#39;s blend mode data.</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
+ <div id="property_camMatrix" class="property item public inherited">
+ <h3 class="name"><code>camMatrix</code></h3>
+ <span class="type">Float32Array</span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#property_camMatrix">Kiwi.Renderers.Renderer</a>:
+
+
+
+ <a href="../files/src_render_renderers_Renderer.ts.html#l40"><code>src\render\renderers\Renderer.ts:40</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>The camera matrix</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
+ <div id="property_isBatchRenderer" class="property item public inherited">
+ <h3 class="name"><code>isBatchRenderer</code></h3>
+ <span class="type">Boolean</span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#property_isBatchRenderer">Kiwi.Renderers.Renderer</a>:
+
+
+
+ <a href="../files/src_render_renderers_Renderer.ts.html#l145"><code>src\render\renderers\Renderer.ts:145</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>Returns whether this is a batch renderer.</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
+ <div id="property_loaded" class="property item public inherited">
+ <h3 class="name"><code>loaded</code></h3>
+ <span class="type">Array</span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#property_loaded">Kiwi.Renderers.Renderer</a>:
+
+
+
+ <a href="../files/src_render_renderers_Renderer.ts.html#l48"><code>src\render\renderers\Renderer.ts:48</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
<div id="property_RENDERER_ID" class="property item public">
<h3 class="name"><code>RENDERER_ID</code></h3>
<span class="type">Array</span>
@@ -1921,7 +2151,7 @@ <h3 class="name"><code>RENDERER_ID</code></h3>
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l33"><code>src\render\renderers\TextureAtlasRenderer.ts:33</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l34"><code>src\render\renderers\TextureAtlasRenderer.ts:34</code></a>
</p>
@@ -1943,6 +2173,50 @@ <h3 class="name"><code>RENDERER_ID</code></h3>
</div>
+ <div id="property_shaderManager" class="property item public inherited">
+ <h3 class="name"><code>shaderManager</code></h3>
+ <span class="type">Array</span>
+
+
+
+
+ <span class="flag public">public</span>
+
+
+
+
+
+
+ <div class="meta">
+
+
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#property_shaderManager">Kiwi.Renderers.Renderer</a>:
+
+
+
+ <a href="../files/src_render_renderers_Renderer.ts.html#l56"><code>src\render\renderers\Renderer.ts:56</code></a>
+
+ </p>
+
+
+
+
+ </div>
+
+ <div class="description">
+ <p>Reference to the shaderManager - used for requesting shaders.</p>
+
+ </div>
+
+
+
+
+
+
+</div>
+
+
<div id="property_shaderPair" class="property item public">
<h3 class="name"><code>shaderPair</code></h3>
<span class="type">Kiwi.Shaders.TextureAtlasShade</span>
@@ -1959,16 +2233,16 @@ <h3 class="name"><code>shaderPair</code></h3>
<div class="meta">
+ <p>Inherited from
+ <a href="../classes/Kiwi.Renderers.Renderer.html#property_shaderPair">
+ Kiwi.Renderers.Renderer
+ </a>
-
- <p>
-
- Defined in
-
+ but overwritten in
- <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l42"><code>src\render\renderers\TextureAtlasRenderer.ts:42</code></a>
+ <a href="../files/src_render_renderers_TextureAtlasRenderer.ts.html#l43"><code>src\render\renderers\TextureAtlasRenderer.ts:43</code></a>
</p>
View
14 docs/classes/Kiwi.Shaders.ShaderManager.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
View
16 docs/classes/Kiwi.Shaders.ShaderPair.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -1243,7 +1257,7 @@ <h3 class="name"><code>initUniforms</code></h3>
- <a href="../files/src_render_shaders_ShaderPair.ts.html#l189"><code>src\render\shaders\ShaderPair.ts:189</code></a>
+ <a href="../files/src_render_shaders_ShaderPair.ts.html#l188"><code>src\render\shaders\ShaderPair.ts:188</code></a>
</p>
View
16 docs/classes/Kiwi.Shaders.TextureAtlasShader.html
@@ -91,6 +91,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
+ <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
+
+ <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
+
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
@@ -99,6 +103,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
+ <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
+
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
@@ -107,6 +113,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
+ <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
+
<li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
@@ -257,10 +265,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
+ <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
+
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
+ <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
+
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
@@ -309,6 +321,8 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/Utils.html">Utils</a></li>
+ <li><a href="../modules/Utils..html">Utils.</a></li>
+
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
@@ -1253,7 +1267,7 @@ <h3 class="name"><code>initUniforms</code></h3>
- <a href="../files/src_render_shaders_ShaderPair.ts.html#l189"><code>src\render\shaders\ShaderPair.ts:189</code></a>
+ <a href="../files/src_render_shaders_ShaderPair.ts.html#l188"><code>src\render\shaders\ShaderPair.ts:188</code></a>
</p>
View
0 docs/classes/Kiwi.Signal.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.SignalBinding.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Sound.Audio.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Sound.AudioLibrary.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Sound.AudioManager.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Stage.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.State.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.StateConfig.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.StateManager.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.System.Bootstrap.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.System.Device.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Textures.SingleImage.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Textures.SpriteSheet.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Textures.TextureAtlas.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Textures.TextureLibrary.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Time.Clock.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Time.ClockManager.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Time.MasterClock.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Time.Timer.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Time.TimerEvent.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Utils.Canvas.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Utils.Color.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Utils.Common.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Utils.GameMath.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Utils.Log.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Utils.RandomDataGenerator.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Utils.RequestAnimationFrame.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/classes/Kiwi.Utils.Version.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/data.json
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_Kiwi.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_Animation.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_Sequence.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_Tween.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_TweenManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Back.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Bounce.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Circular.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Cubic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Elastic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Exponential.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Linear.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Quadratic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Quartic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Quintic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_animations_tweens_easing_Sinusoidal.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_components_AnimationManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_components_ArcadePhysics.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_components_Box.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_components_Input.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_components_Sound.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_Camera.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_CameraManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_Component.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_ComponentManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_Entity.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_Game.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_Group.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_IChild.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_PluginManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_Signal.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_SignalBinding.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_Stage.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_State.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_StateConfig.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_core_StateManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_file_AudioFile.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_file_DataFile.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_file_DataLibrary.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_file_File.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_file_FileStore.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_file_Loader.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_file_TextureFile.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_gameobjects_Sprite.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_gameobjects_StaticImage.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_gameobjects_Textfield.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_gameobjects_tilemap_TileMap.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_gameobjects_tilemap_TileMapLayer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_gameobjects_tilemap_TileType.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_AABB.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_Circle.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_Intersect.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_IntersectResult.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_Line.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_Matrix.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_Point.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_Ray.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_Rectangle.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_Transform.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_geom_Vector2.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_HUDDisplay.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_HUDManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_HUDWidget.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_components_Counter.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_components_Time.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_components_WidgetInput.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_widgets_Bar.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_widgets_BasicScore.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_widgets_Button.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_widgets_Icon.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_widgets_IconBar.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_widgets_Menu.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_widgets_MenuItem.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_widgets_TextField.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_hud_widgets_Time.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_input_Finger.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_input_InputManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_input_Key.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_input_Keyboard.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_input_Keycodes.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_input_Mouse.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_input_MouseCursor.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_input_Pointer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_input_Touch.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_CanvasRenderer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_GLArrayBuffer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_GLBlendMode.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_GLElementArrayBuffer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_GLRenderManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_GLShaderManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_GLTextureManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_GLTextureWrapper.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_renderers_Renderer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_renderers_TextureAtlasRenderer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_shaders_ShaderPair.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_render_shaders_TextureAtlasShader.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_sound_Audio.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_sound_AudioLibrary.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_sound_AudioManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_system_Bootstrap.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_system_Device.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_textures_SingleImage.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_textures_SpriteSheet.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_textures_TextureAtlas.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_textures_TextureLibrary.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_time_Clock.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_time_ClockManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_time_MasterClock.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_time_Timer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_time_TimerEvent.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_utils_Canvas.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_utils_Color.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_utils_Common.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_utils_GameMath.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_utils_Log.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_utils_RandomDataGenerator.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_utils_RequestAnimationFrame.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/files/src_utils_Version.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/index.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Animations.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Components.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Easing.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Files.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/GameObjects.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Geom.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/HUD.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/HUDComponents.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Input.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Kiwi.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Renderers.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Shaders.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Sound.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/System.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Textures.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Tilemap.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Time.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Tweens.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Utils..html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Utils.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docs/modules/Widget.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
View
0 docstyles/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
0 gruntfile.js
Sorry, we could not display the changes to this file because there were too many other changes to display.

0 comments on commit 318b768

Please sign in to comment.
Something went wrong with that request. Please try again.