motion-game 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +120 -0
- data/build/android/armeabi/libmotion-cocos.a +0 -0
- data/build/android/motion-cocos.jar +0 -0
- data/build/android/x86/libmotion-cocos.a +0 -0
- data/build/ios/libmotion-cocos.a +0 -0
- data/build/tvos/libmotion-cocos.a +0 -0
- data/doc/API_reference.rb +1407 -0
- data/doc/MG.html +1 -1
- data/doc/MG/Action.html +9 -9
- data/doc/MG/Animate.html +4 -4
- data/doc/MG/Application.html +5 -5
- data/doc/MG/Audio.html +391 -175
- data/doc/MG/Blink.html +3 -3
- data/doc/MG/Button.html +23 -23
- data/doc/MG/Color.html +19 -20
- data/doc/MG/DelayTime.html +3 -3
- data/doc/MG/Director.html +33 -33
- data/doc/MG/Draw.html +11 -11
- data/doc/MG/Events.html +1 -1
- data/doc/MG/Events/Acceleration.html +17 -17
- data/doc/MG/Events/Touch.html +5 -5
- data/doc/MG/FadeIn.html +3 -3
- data/doc/MG/FadeOut.html +3 -3
- data/doc/MG/FadeTo.html +3 -3
- data/doc/MG/File.html +3 -3
- data/doc/MG/Follow.html +3 -3
- data/doc/MG/JumpBy.html +3 -3
- data/doc/MG/JumpTo.html +3 -3
- data/doc/MG/Layout.html +15 -15
- data/doc/MG/List.html +21 -21
- data/doc/MG/Menu.html +9 -9
- data/doc/MG/MoveBy.html +3 -3
- data/doc/MG/MoveTo.html +3 -3
- data/doc/MG/Node.html +61 -61
- data/doc/MG/Parallax.html +3 -3
- data/doc/MG/Particle.html +47 -47
- data/doc/MG/Point.html +16 -18
- data/doc/MG/Repeat.html +3 -3
- data/doc/MG/RepeatForever.html +3 -3
- data/doc/MG/RotateBy.html +3 -3
- data/doc/MG/RotateTo.html +3 -3
- data/doc/MG/ScaleBy.html +3 -3
- data/doc/MG/ScaleTo.html +3 -3
- data/doc/MG/Scene.html +33 -33
- data/doc/MG/Scroll.html +15 -15
- data/doc/MG/Sequence.html +3 -3
- data/doc/MG/Size.html +19 -20
- data/doc/MG/SkewBy.html +3 -3
- data/doc/MG/SkewTo.html +3 -3
- data/doc/MG/Slider.html +7 -7
- data/doc/MG/Spawn.html +3 -3
- data/doc/MG/Speed.html +3 -3
- data/doc/MG/Sprite.html +189 -67
- data/doc/MG/Text.html +31 -31
- data/doc/MG/TintBy.html +3 -3
- data/doc/MG/TintTo.html +3 -3
- data/doc/MG/Web.html +15 -15
- data/doc/MG/Widget.html +15 -15
- data/doc/_index.html +1 -1
- data/doc/file.README.html +4 -2
- data/doc/index.html +4 -2
- data/doc/method_list.html +181 -141
- data/doc/top-level-namespace.html +1 -1
- data/lib/motion-game/android.rb +0 -1
- metadata +4 -2
data/doc/MG/Text.html
CHANGED
@@ -462,10 +462,10 @@
|
|
462
462
|
<pre class="lines">
|
463
463
|
|
464
464
|
|
465
|
-
|
465
|
+
1188</pre>
|
466
466
|
</td>
|
467
467
|
<td>
|
468
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
468
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1188</span>
|
469
469
|
|
470
470
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_text'>text</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_font'>font</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_font_size'>font_size</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
471
471
|
</td>
|
@@ -524,12 +524,12 @@
|
|
524
524
|
<pre class="lines">
|
525
525
|
|
526
526
|
|
527
|
-
|
528
|
-
|
529
|
-
|
527
|
+
1206
|
528
|
+
1207
|
529
|
+
1208</pre>
|
530
530
|
</td>
|
531
531
|
<td>
|
532
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
532
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1206</span>
|
533
533
|
|
534
534
|
<span class='kw'>def</span> <span class='id identifier rubyid_area_size'>area_size</span>
|
535
535
|
<span class='ivar'>@area_size</span>
|
@@ -585,12 +585,12 @@
|
|
585
585
|
<pre class="lines">
|
586
586
|
|
587
587
|
|
588
|
-
|
589
|
-
|
590
|
-
|
588
|
+
1200
|
589
|
+
1201
|
590
|
+
1202</pre>
|
591
591
|
</td>
|
592
592
|
<td>
|
593
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
593
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1200</span>
|
594
594
|
|
595
595
|
<span class='kw'>def</span> <span class='id identifier rubyid_font'>font</span>
|
596
596
|
<span class='ivar'>@font</span>
|
@@ -646,12 +646,12 @@
|
|
646
646
|
<pre class="lines">
|
647
647
|
|
648
648
|
|
649
|
-
|
650
|
-
|
651
|
-
|
649
|
+
1203
|
650
|
+
1204
|
651
|
+
1205</pre>
|
652
652
|
</td>
|
653
653
|
<td>
|
654
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
654
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1203</span>
|
655
655
|
|
656
656
|
<span class='kw'>def</span> <span class='id identifier rubyid_font_size'>font_size</span>
|
657
657
|
<span class='ivar'>@font_size</span>
|
@@ -707,12 +707,12 @@
|
|
707
707
|
<pre class="lines">
|
708
708
|
|
709
709
|
|
710
|
-
|
711
|
-
|
712
|
-
|
710
|
+
1212
|
711
|
+
1213
|
712
|
+
1214</pre>
|
713
713
|
</td>
|
714
714
|
<td>
|
715
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
715
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1212</span>
|
716
716
|
|
717
717
|
<span class='kw'>def</span> <span class='id identifier rubyid_horizontal_align'>horizontal_align</span>
|
718
718
|
<span class='ivar'>@horizontal_align</span>
|
@@ -768,12 +768,12 @@
|
|
768
768
|
<pre class="lines">
|
769
769
|
|
770
770
|
|
771
|
-
|
772
|
-
|
773
|
-
|
771
|
+
1194
|
772
|
+
1195
|
773
|
+
1196</pre>
|
774
774
|
</td>
|
775
775
|
<td>
|
776
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
776
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1194</span>
|
777
777
|
|
778
778
|
<span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span>
|
779
779
|
<span class='ivar'>@text</span>
|
@@ -829,12 +829,12 @@
|
|
829
829
|
<pre class="lines">
|
830
830
|
|
831
831
|
|
832
|
-
|
833
|
-
|
834
|
-
|
832
|
+
1197
|
833
|
+
1198
|
834
|
+
1199</pre>
|
835
835
|
</td>
|
836
836
|
<td>
|
837
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
837
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1197</span>
|
838
838
|
|
839
839
|
<span class='kw'>def</span> <span class='id identifier rubyid_text_color'>text_color</span>
|
840
840
|
<span class='ivar'>@text_color</span>
|
@@ -890,12 +890,12 @@
|
|
890
890
|
<pre class="lines">
|
891
891
|
|
892
892
|
|
893
|
-
|
894
|
-
|
895
|
-
|
893
|
+
1209
|
894
|
+
1210
|
895
|
+
1211</pre>
|
896
896
|
</td>
|
897
897
|
<td>
|
898
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
898
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1209</span>
|
899
899
|
|
900
900
|
<span class='kw'>def</span> <span class='id identifier rubyid_vertical_align'>vertical_align</span>
|
901
901
|
<span class='ivar'>@vertical_align</span>
|
@@ -911,7 +911,7 @@
|
|
911
911
|
</div>
|
912
912
|
|
913
913
|
<div id="footer">
|
914
|
-
Generated on Sun
|
914
|
+
Generated on Sun Dec 11 16:38:30 2016 by
|
915
915
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
916
916
|
0.9.5 (ruby-2.3.3).
|
917
917
|
</div>
|
data/doc/MG/TintBy.html
CHANGED
@@ -245,10 +245,10 @@
|
|
245
245
|
<pre class="lines">
|
246
246
|
|
247
247
|
|
248
|
-
|
248
|
+
177</pre>
|
249
249
|
</td>
|
250
250
|
<td>
|
251
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
251
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 177</span>
|
252
252
|
|
253
253
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_delta_red'>delta_red</span><span class='comma'>,</span> <span class='id identifier rubyid_delta_green'>delta_green</span><span class='comma'>,</span> <span class='id identifier rubyid_delta_blue'>delta_blue</span><span class='comma'>,</span> <span class='id identifier rubyid_interval'>interval</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
254
254
|
</td>
|
@@ -262,7 +262,7 @@
|
|
262
262
|
</div>
|
263
263
|
|
264
264
|
<div id="footer">
|
265
|
-
Generated on Sun
|
265
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
266
266
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
267
267
|
0.9.5 (ruby-2.3.3).
|
268
268
|
</div>
|
data/doc/MG/TintTo.html
CHANGED
@@ -247,10 +247,10 @@ one.</p>
|
|
247
247
|
<pre class="lines">
|
248
248
|
|
249
249
|
|
250
|
-
|
250
|
+
191</pre>
|
251
251
|
</td>
|
252
252
|
<td>
|
253
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
253
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 191</span>
|
254
254
|
|
255
255
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_red'>red</span><span class='comma'>,</span> <span class='id identifier rubyid_green'>green</span><span class='comma'>,</span> <span class='id identifier rubyid_blue'>blue</span><span class='comma'>,</span> <span class='id identifier rubyid_interval'>interval</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
256
256
|
</td>
|
@@ -264,7 +264,7 @@ one.</p>
|
|
264
264
|
</div>
|
265
265
|
|
266
266
|
<div id="footer">
|
267
|
-
Generated on Sun
|
267
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
268
268
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
269
269
|
0.9.5 (ruby-2.3.3).
|
270
270
|
</div>
|
data/doc/MG/Web.html
CHANGED
@@ -372,10 +372,10 @@
|
|
372
372
|
<pre class="lines">
|
373
373
|
|
374
374
|
|
375
|
-
|
375
|
+
1369</pre>
|
376
376
|
</td>
|
377
377
|
<td>
|
378
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
378
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1369</span>
|
379
379
|
|
380
380
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
381
381
|
</td>
|
@@ -454,10 +454,10 @@
|
|
454
454
|
<pre class="lines">
|
455
455
|
|
456
456
|
|
457
|
-
|
457
|
+
1404</pre>
|
458
458
|
</td>
|
459
459
|
<td>
|
460
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
460
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1404</span>
|
461
461
|
|
462
462
|
<span class='kw'>def</span> <span class='id identifier rubyid_evaluate'>evaluate</span><span class='lparen'>(</span><span class='id identifier rubyid_expr'>expr</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
463
463
|
</td>
|
@@ -529,10 +529,10 @@
|
|
529
529
|
<pre class="lines">
|
530
530
|
|
531
531
|
|
532
|
-
|
532
|
+
1388</pre>
|
533
533
|
</td>
|
534
534
|
<td>
|
535
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
535
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1388</span>
|
536
536
|
|
537
537
|
<span class='kw'>def</span> <span class='id identifier rubyid_load_file'>load_file</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
538
538
|
</td>
|
@@ -620,10 +620,10 @@
|
|
620
620
|
<pre class="lines">
|
621
621
|
|
622
622
|
|
623
|
-
|
623
|
+
1378</pre>
|
624
624
|
</td>
|
625
625
|
<td>
|
626
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
626
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1378</span>
|
627
627
|
|
628
628
|
<span class='kw'>def</span> <span class='id identifier rubyid_load_html'>load_html</span><span class='lparen'>(</span><span class='id identifier rubyid_str'>str</span><span class='comma'>,</span> <span class='id identifier rubyid_baseurl'>baseurl</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
629
629
|
</td>
|
@@ -695,10 +695,10 @@
|
|
695
695
|
<pre class="lines">
|
696
696
|
|
697
697
|
|
698
|
-
|
698
|
+
1383</pre>
|
699
699
|
</td>
|
700
700
|
<td>
|
701
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
701
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1383</span>
|
702
702
|
|
703
703
|
<span class='kw'>def</span> <span class='id identifier rubyid_load_url'>load_url</span><span class='lparen'>(</span><span class='id identifier rubyid_url'>url</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
704
704
|
</td>
|
@@ -750,10 +750,10 @@
|
|
750
750
|
<pre class="lines">
|
751
751
|
|
752
752
|
|
753
|
-
|
753
|
+
1396</pre>
|
754
754
|
</td>
|
755
755
|
<td>
|
756
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
756
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1396</span>
|
757
757
|
|
758
758
|
<span class='kw'>def</span> <span class='id identifier rubyid_reload'>reload</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
759
759
|
</td>
|
@@ -805,10 +805,10 @@
|
|
805
805
|
<pre class="lines">
|
806
806
|
|
807
807
|
|
808
|
-
|
808
|
+
1392</pre>
|
809
809
|
</td>
|
810
810
|
<td>
|
811
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
811
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1392</span>
|
812
812
|
|
813
813
|
<span class='kw'>def</span> <span class='id identifier rubyid_stop'>stop</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
814
814
|
</td>
|
@@ -821,7 +821,7 @@
|
|
821
821
|
</div>
|
822
822
|
|
823
823
|
<div id="footer">
|
824
|
-
Generated on Sun
|
824
|
+
Generated on Sun Dec 11 16:38:30 2016 by
|
825
825
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
826
826
|
0.9.5 (ruby-2.3.3).
|
827
827
|
</div>
|
data/doc/MG/Widget.html
CHANGED
@@ -315,12 +315,12 @@ clicked. By default, a widget is enabled.</p>
|
|
315
315
|
<pre class="lines">
|
316
316
|
|
317
317
|
|
318
|
-
|
319
|
-
|
320
|
-
|
318
|
+
1156
|
319
|
+
1157
|
320
|
+
1158</pre>
|
321
321
|
</td>
|
322
322
|
<td>
|
323
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
323
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1156</span>
|
324
324
|
|
325
325
|
def enabled?
|
326
326
|
@enabled?
|
@@ -376,12 +376,12 @@ end</pre>
|
|
376
376
|
<pre class="lines">
|
377
377
|
|
378
378
|
|
379
|
-
|
380
|
-
|
381
|
-
|
379
|
+
1165
|
380
|
+
1166
|
381
|
+
1167</pre>
|
382
382
|
</td>
|
383
383
|
<td>
|
384
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
384
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1165</span>
|
385
385
|
|
386
386
|
def highlighted?
|
387
387
|
@highlighted?
|
@@ -438,12 +438,12 @@ on_touch. By default, a widget is not touch enabled.</p>
|
|
438
438
|
<pre class="lines">
|
439
439
|
|
440
440
|
|
441
|
-
|
442
|
-
|
443
|
-
|
441
|
+
1161
|
442
|
+
1162
|
443
|
+
1163</pre>
|
444
444
|
</td>
|
445
445
|
<td>
|
446
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
446
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1161</span>
|
447
447
|
|
448
448
|
def touch_enabled?
|
449
449
|
@touch_enabled?
|
@@ -526,10 +526,10 @@ widget.</p>
|
|
526
526
|
<pre class="lines">
|
527
527
|
|
528
528
|
|
529
|
-
|
529
|
+
1176</pre>
|
530
530
|
</td>
|
531
531
|
<td>
|
532
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
532
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1176</span>
|
533
533
|
|
534
534
|
<span class='kw'>def</span> <span class='id identifier rubyid_on_touch'>on_touch</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
535
535
|
</td>
|
@@ -542,7 +542,7 @@ widget.</p>
|
|
542
542
|
</div>
|
543
543
|
|
544
544
|
<div id="footer">
|
545
|
-
Generated on Sun
|
545
|
+
Generated on Sun Dec 11 16:38:30 2016 by
|
546
546
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
547
547
|
0.9.5 (ruby-2.3.3).
|
548
548
|
</div>
|
data/doc/_index.html
CHANGED
@@ -564,7 +564,7 @@
|
|
564
564
|
</div>
|
565
565
|
|
566
566
|
<div id="footer">
|
567
|
-
Generated on Sun
|
567
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
568
568
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
569
569
|
0.9.5 (ruby-2.3.3).
|
570
570
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -61,6 +61,8 @@
|
|
61
61
|
|
62
62
|
<div id="content"><div id='filecontents'><h1>motion-game</h1>
|
63
63
|
|
64
|
+
<p><a href="https://badge.fury.io/rb/motion-game"><img src="https://badge.fury.io/rb/motion-game.svg" alt="Gem Version"></a></p>
|
65
|
+
|
64
66
|
<p>motion-game is a cross-platform mobile game engine for RubyMotion. It lets you write mobile games in Ruby for iOS, tvOS and Android.</p>
|
65
67
|
|
66
68
|
<p>motion-game is currently in <strong>beta</strong>. Please give it a try and report problems you find to us.</p>
|
@@ -155,7 +157,7 @@ $ rake android:device
|
|
155
157
|
|
156
158
|
<h3>API reference</h3>
|
157
159
|
|
158
|
-
<p>The whole framework API is documented. The <a href="http://www.
|
160
|
+
<p>The whole framework API is documented. The <a href="http://www.rubydoc.info/gems/motion-game/">API reference</a> is available online.</p>
|
159
161
|
|
160
162
|
<p>You can also build the API reference locally:</p>
|
161
163
|
|
@@ -180,7 +182,7 @@ Redistributions in binary form must reproduce the above copyright notice, this l
|
|
180
182
|
</div></div>
|
181
183
|
|
182
184
|
<div id="footer">
|
183
|
-
Generated on Sun
|
185
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
184
186
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
185
187
|
0.9.5 (ruby-2.3.3).
|
186
188
|
</div>
|
data/doc/index.html
CHANGED
@@ -61,6 +61,8 @@
|
|
61
61
|
|
62
62
|
<div id="content"><div id='filecontents'><h1>motion-game</h1>
|
63
63
|
|
64
|
+
<p><a href="https://badge.fury.io/rb/motion-game"><img src="https://badge.fury.io/rb/motion-game.svg" alt="Gem Version"></a></p>
|
65
|
+
|
64
66
|
<p>motion-game is a cross-platform mobile game engine for RubyMotion. It lets you write mobile games in Ruby for iOS, tvOS and Android.</p>
|
65
67
|
|
66
68
|
<p>motion-game is currently in <strong>beta</strong>. Please give it a try and report problems you find to us.</p>
|
@@ -155,7 +157,7 @@ $ rake android:device
|
|
155
157
|
|
156
158
|
<h3>API reference</h3>
|
157
159
|
|
158
|
-
<p>The whole framework API is documented. The <a href="http://www.
|
160
|
+
<p>The whole framework API is documented. The <a href="http://www.rubydoc.info/gems/motion-game/">API reference</a> is available online.</p>
|
159
161
|
|
160
162
|
<p>You can also build the API reference locally:</p>
|
161
163
|
|
@@ -180,7 +182,7 @@ Redistributions in binary form must reproduce the above copyright notice, this l
|
|
180
182
|
</div></div>
|
181
183
|
|
182
184
|
<div id="footer">
|
183
|
-
Generated on Sun
|
185
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
184
186
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
185
187
|
0.9.5 (ruby-2.3.3).
|
186
188
|
</div>
|
data/doc/method_list.html
CHANGED
@@ -70,16 +70,16 @@
|
|
70
70
|
|
71
71
|
<li class="even ">
|
72
72
|
<div class="item">
|
73
|
-
<span class='object_link'><a href="MG/
|
74
|
-
<small>MG::
|
73
|
+
<span class='object_link'><a href="MG/Point.html#--instance_method" title="MG::Point#- (method)">#-</a></span>
|
74
|
+
<small>MG::Point</small>
|
75
75
|
</div>
|
76
76
|
</li>
|
77
77
|
|
78
78
|
|
79
79
|
<li class="odd ">
|
80
80
|
<div class="item">
|
81
|
-
<span class='object_link'><a href="MG/
|
82
|
-
<small>MG::
|
81
|
+
<span class='object_link'><a href="MG/Size.html#--instance_method" title="MG::Size#- (method)">#-</a></span>
|
82
|
+
<small>MG::Size</small>
|
83
83
|
</div>
|
84
84
|
</li>
|
85
85
|
|
@@ -94,16 +94,16 @@
|
|
94
94
|
|
95
95
|
<li class="odd ">
|
96
96
|
<div class="item">
|
97
|
-
<span class='object_link'><a href="MG/
|
98
|
-
<small>MG::
|
97
|
+
<span class='object_link'><a href="MG/Node.html#add-instance_method" title="MG::Node#add (method)">#add</a></span>
|
98
|
+
<small>MG::Node</small>
|
99
99
|
</div>
|
100
100
|
</li>
|
101
101
|
|
102
102
|
|
103
103
|
<li class="even ">
|
104
104
|
<div class="item">
|
105
|
-
<span class='object_link'><a href="MG/
|
106
|
-
<small>MG::
|
105
|
+
<span class='object_link'><a href="MG/Parallax.html#add-instance_method" title="MG::Parallax#add (method)">#add</a></span>
|
106
|
+
<small>MG::Parallax</small>
|
107
107
|
</div>
|
108
108
|
</li>
|
109
109
|
|
@@ -134,16 +134,16 @@
|
|
134
134
|
|
135
135
|
<li class="even ">
|
136
136
|
<div class="item">
|
137
|
-
<span class='object_link'><a href="MG/
|
138
|
-
<small>MG::
|
137
|
+
<span class='object_link'><a href="MG/Node.html#alpha-instance_method" title="MG::Node#alpha (method)">#alpha</a></span>
|
138
|
+
<small>MG::Node</small>
|
139
139
|
</div>
|
140
140
|
</li>
|
141
141
|
|
142
142
|
|
143
143
|
<li class="odd ">
|
144
144
|
<div class="item">
|
145
|
-
<span class='object_link'><a href="MG/
|
146
|
-
<small>MG::
|
145
|
+
<span class='object_link'><a href="MG/Color.html#alpha-instance_method" title="MG::Color#alpha (method)">#alpha</a></span>
|
146
|
+
<small>MG::Color</small>
|
147
147
|
</div>
|
148
148
|
</li>
|
149
149
|
|
@@ -325,6 +325,14 @@
|
|
325
325
|
|
326
326
|
|
327
327
|
<li class="even ">
|
328
|
+
<div class="item">
|
329
|
+
<span class='object_link'><a href="MG/Audio.html#current_position%3D-instance_method" title="MG::Audio#current_position= (method)">#current_position=</a></span>
|
330
|
+
<small>MG::Audio</small>
|
331
|
+
</div>
|
332
|
+
</li>
|
333
|
+
|
334
|
+
|
335
|
+
<li class="odd ">
|
328
336
|
<div class="item">
|
329
337
|
<span class='object_link'><a href="MG/Scene.html#debug_physics%3F-instance_method" title="MG::Scene#debug_physics? (method)">#debug_physics?</a></span>
|
330
338
|
<small>MG::Scene</small>
|
@@ -332,7 +340,7 @@
|
|
332
340
|
</li>
|
333
341
|
|
334
342
|
|
335
|
-
<li class="
|
343
|
+
<li class="even ">
|
336
344
|
<div class="item">
|
337
345
|
<span class='object_link'><a href="MG/Node.html#delete-instance_method" title="MG::Node#delete (method)">#delete</a></span>
|
338
346
|
<small>MG::Node</small>
|
@@ -340,7 +348,7 @@
|
|
340
348
|
</li>
|
341
349
|
|
342
350
|
|
343
|
-
<li class="
|
351
|
+
<li class="odd ">
|
344
352
|
<div class="item">
|
345
353
|
<span class='object_link'><a href="MG/Node.html#delete_from_parent-instance_method" title="MG::Node#delete_from_parent (method)">#delete_from_parent</a></span>
|
346
354
|
<small>MG::Node</small>
|
@@ -348,7 +356,7 @@
|
|
348
356
|
</li>
|
349
357
|
|
350
358
|
|
351
|
-
<li class="
|
359
|
+
<li class="even ">
|
352
360
|
<div class="item">
|
353
361
|
<span class='object_link'><a href="MG/List.html#delete_item-instance_method" title="MG::List#delete_item (method)">#delete_item</a></span>
|
354
362
|
<small>MG::List</small>
|
@@ -356,7 +364,7 @@
|
|
356
364
|
</li>
|
357
365
|
|
358
366
|
|
359
|
-
<li class="
|
367
|
+
<li class="odd ">
|
360
368
|
<div class="item">
|
361
369
|
<span class='object_link'><a href="MG/Scroll.html#direction-instance_method" title="MG::Scroll#direction (method)">#direction</a></span>
|
362
370
|
<small>MG::Scroll</small>
|
@@ -364,7 +372,7 @@
|
|
364
372
|
</li>
|
365
373
|
|
366
374
|
|
367
|
-
<li class="
|
375
|
+
<li class="even ">
|
368
376
|
<div class="item">
|
369
377
|
<span class='object_link'><a href="MG/Action.html#done%3F-instance_method" title="MG::Action#done? (method)">#done?</a></span>
|
370
378
|
<small>MG::Action</small>
|
@@ -372,7 +380,7 @@
|
|
372
380
|
</li>
|
373
381
|
|
374
382
|
|
375
|
-
<li class="
|
383
|
+
<li class="odd ">
|
376
384
|
<div class="item">
|
377
385
|
<span class='object_link'><a href="MG/Draw.html#dot-instance_method" title="MG::Draw#dot (method)">#dot</a></span>
|
378
386
|
<small>MG::Draw</small>
|
@@ -380,6 +388,14 @@
|
|
380
388
|
</li>
|
381
389
|
|
382
390
|
|
391
|
+
<li class="even ">
|
392
|
+
<div class="item">
|
393
|
+
<span class='object_link'><a href="MG/Audio.html#duration-instance_method" title="MG::Audio#duration (method)">#duration</a></span>
|
394
|
+
<small>MG::Audio</small>
|
395
|
+
</div>
|
396
|
+
</li>
|
397
|
+
|
398
|
+
|
383
399
|
<li class="odd ">
|
384
400
|
<div class="item">
|
385
401
|
<span class='object_link'><a href="MG/Particle.html#duration-instance_method" title="MG::Particle#duration (method)">#duration</a></span>
|
@@ -390,16 +406,16 @@
|
|
390
406
|
|
391
407
|
<li class="even ">
|
392
408
|
<div class="item">
|
393
|
-
<span class='object_link'><a href="MG/
|
394
|
-
<small>MG::
|
409
|
+
<span class='object_link'><a href="MG/Sprite.html#dynamic%3F-instance_method" title="MG::Sprite#dynamic? (method)">#dynamic?</a></span>
|
410
|
+
<small>MG::Sprite</small>
|
395
411
|
</div>
|
396
412
|
</li>
|
397
413
|
|
398
414
|
|
399
415
|
<li class="odd ">
|
400
416
|
<div class="item">
|
401
|
-
<span class='object_link'><a href="MG/
|
402
|
-
<small>MG::
|
417
|
+
<span class='object_link'><a href="MG/Menu.html#enabled%3F-instance_method" title="MG::Menu#enabled? (method)">#enabled?</a></span>
|
418
|
+
<small>MG::Menu</small>
|
403
419
|
</div>
|
404
420
|
</li>
|
405
421
|
|
@@ -414,39 +430,39 @@
|
|
414
430
|
|
415
431
|
<li class="odd ">
|
416
432
|
<div class="item">
|
417
|
-
<span class='object_link'><a href="MG/
|
418
|
-
<small>MG::
|
433
|
+
<span class='object_link'><a href="MG/Director.html#end-instance_method" title="MG::Director#end (method)">#end</a></span>
|
434
|
+
<small>MG::Director</small>
|
419
435
|
</div>
|
420
436
|
</li>
|
421
437
|
|
422
438
|
|
423
439
|
<li class="even ">
|
424
440
|
<div class="item">
|
425
|
-
<span class='object_link'><a href="MG/
|
426
|
-
<small>MG::
|
441
|
+
<span class='object_link'><a href="MG/Particle.html#end_color-instance_method" title="MG::Particle#end_color (method)">#end_color</a></span>
|
442
|
+
<small>MG::Particle</small>
|
427
443
|
</div>
|
428
444
|
</li>
|
429
445
|
|
430
446
|
|
431
447
|
<li class="odd ">
|
432
448
|
<div class="item">
|
433
|
-
<span class='object_link'><a href="MG/
|
434
|
-
<small>MG::
|
449
|
+
<span class='object_link'><a href="MG/Web.html#evaluate-instance_method" title="MG::Web#evaluate (method)">#evaluate</a></span>
|
450
|
+
<small>MG::Web</small>
|
435
451
|
</div>
|
436
452
|
</li>
|
437
453
|
|
438
454
|
|
439
455
|
<li class="even ">
|
440
456
|
<div class="item">
|
441
|
-
<span class='object_link'><a href="MG/
|
442
|
-
<small>MG::
|
457
|
+
<span class='object_link'><a href="MG/Sprite.html#flipped_horizontally%3D-instance_method" title="MG::Sprite#flipped_horizontally= (method)">#flipped_horizontally=</a></span>
|
458
|
+
<small>MG::Sprite</small>
|
443
459
|
</div>
|
444
460
|
</li>
|
445
461
|
|
446
462
|
|
447
463
|
<li class="odd ">
|
448
464
|
<div class="item">
|
449
|
-
<span class='object_link'><a href="MG/Sprite.html#
|
465
|
+
<span class='object_link'><a href="MG/Sprite.html#flipped_vertically%3D-instance_method" title="MG::Sprite#flipped_vertically= (method)">#flipped_vertically=</a></span>
|
450
466
|
<small>MG::Sprite</small>
|
451
467
|
</div>
|
452
468
|
</li>
|
@@ -454,7 +470,7 @@
|
|
454
470
|
|
455
471
|
<li class="even ">
|
456
472
|
<div class="item">
|
457
|
-
<span class='object_link'><a href="MG/Sprite.html#
|
473
|
+
<span class='object_link'><a href="MG/Sprite.html#flipped_x%3D-instance_method" title="MG::Sprite#flipped_x= (method)">#flipped_x=</a></span>
|
458
474
|
<small>MG::Sprite</small>
|
459
475
|
</div>
|
460
476
|
</li>
|
@@ -462,8 +478,8 @@
|
|
462
478
|
|
463
479
|
<li class="odd ">
|
464
480
|
<div class="item">
|
465
|
-
<span class='object_link'><a href="MG/
|
466
|
-
<small>MG::
|
481
|
+
<span class='object_link'><a href="MG/Sprite.html#flipped_y%3D-instance_method" title="MG::Sprite#flipped_y= (method)">#flipped_y=</a></span>
|
482
|
+
<small>MG::Sprite</small>
|
467
483
|
</div>
|
468
484
|
</li>
|
469
485
|
|
@@ -477,6 +493,14 @@
|
|
477
493
|
|
478
494
|
|
479
495
|
<li class="odd ">
|
496
|
+
<div class="item">
|
497
|
+
<span class='object_link'><a href="MG/Button.html#font-instance_method" title="MG::Button#font (method)">#font</a></span>
|
498
|
+
<small>MG::Button</small>
|
499
|
+
</div>
|
500
|
+
</li>
|
501
|
+
|
502
|
+
|
503
|
+
<li class="even ">
|
480
504
|
<div class="item">
|
481
505
|
<span class='object_link'><a href="MG/Text.html#font_size-instance_method" title="MG::Text#font_size (method)">#font_size</a></span>
|
482
506
|
<small>MG::Text</small>
|
@@ -484,7 +508,7 @@
|
|
484
508
|
</li>
|
485
509
|
|
486
510
|
|
487
|
-
<li class="
|
511
|
+
<li class="odd ">
|
488
512
|
<div class="item">
|
489
513
|
<span class='object_link'><a href="MG/Button.html#font_size-instance_method" title="MG::Button#font_size (method)">#font_size</a></span>
|
490
514
|
<small>MG::Button</small>
|
@@ -492,7 +516,7 @@
|
|
492
516
|
</li>
|
493
517
|
|
494
518
|
|
495
|
-
<li class="
|
519
|
+
<li class="even ">
|
496
520
|
<div class="item">
|
497
521
|
<span class='object_link'><a href="MG/Sprite.html#friction-instance_method" title="MG::Sprite#friction (method)">#friction</a></span>
|
498
522
|
<small>MG::Sprite</small>
|
@@ -500,7 +524,7 @@
|
|
500
524
|
</li>
|
501
525
|
|
502
526
|
|
503
|
-
<li class="
|
527
|
+
<li class="odd ">
|
504
528
|
<div class="item">
|
505
529
|
<span class='object_link'><a href="MG/Sprite.html#gravitates%3F-instance_method" title="MG::Sprite#gravitates? (method)">#gravitates?</a></span>
|
506
530
|
<small>MG::Sprite</small>
|
@@ -508,7 +532,7 @@
|
|
508
532
|
</li>
|
509
533
|
|
510
534
|
|
511
|
-
<li class="
|
535
|
+
<li class="even ">
|
512
536
|
<div class="item">
|
513
537
|
<span class='object_link'><a href="MG/Scene.html#gravity-instance_method" title="MG::Scene#gravity (method)">#gravity</a></span>
|
514
538
|
<small>MG::Scene</small>
|
@@ -516,7 +540,7 @@
|
|
516
540
|
</li>
|
517
541
|
|
518
542
|
|
519
|
-
<li class="
|
543
|
+
<li class="odd ">
|
520
544
|
<div class="item">
|
521
545
|
<span class='object_link'><a href="MG/Color.html#green-instance_method" title="MG::Color#green (method)">#green</a></span>
|
522
546
|
<small>MG::Color</small>
|
@@ -524,7 +548,7 @@
|
|
524
548
|
</li>
|
525
549
|
|
526
550
|
|
527
|
-
<li class="
|
551
|
+
<li class="even ">
|
528
552
|
<div class="item">
|
529
553
|
<span class='object_link'><a href="MG/Size.html#height-instance_method" title="MG::Size#height (method)">#height</a></span>
|
530
554
|
<small>MG::Size</small>
|
@@ -532,7 +556,7 @@
|
|
532
556
|
</li>
|
533
557
|
|
534
558
|
|
535
|
-
<li class="
|
559
|
+
<li class="odd ">
|
536
560
|
<div class="item">
|
537
561
|
<span class='object_link'><a href="MG/Widget.html#highlighted%3F-instance_method" title="MG::Widget#highlighted? (method)">#highlighted?</a></span>
|
538
562
|
<small>MG::Widget</small>
|
@@ -540,7 +564,7 @@
|
|
540
564
|
</li>
|
541
565
|
|
542
566
|
|
543
|
-
<li class="
|
567
|
+
<li class="even ">
|
544
568
|
<div class="item">
|
545
569
|
<span class='object_link'><a href="MG/Text.html#horizontal_align-instance_method" title="MG::Text#horizontal_align (method)">#horizontal_align</a></span>
|
546
570
|
<small>MG::Text</small>
|
@@ -548,7 +572,7 @@
|
|
548
572
|
</li>
|
549
573
|
|
550
574
|
|
551
|
-
<li class="
|
575
|
+
<li class="odd ">
|
552
576
|
<div class="item">
|
553
577
|
<span class='object_link'><a href="MG/Sprite.html#inertia_moment-instance_method" title="MG::Sprite#inertia_moment (method)">#inertia_moment</a></span>
|
554
578
|
<small>MG::Sprite</small>
|
@@ -556,279 +580,279 @@
|
|
556
580
|
</li>
|
557
581
|
|
558
582
|
|
559
|
-
<li class="odd ">
|
560
|
-
<div class="item">
|
561
|
-
<span class='object_link'><a href="MG/ScaleBy.html#initialize-instance_method" title="MG::ScaleBy#initialize (method)">#initialize</a></span>
|
562
|
-
<small>MG::ScaleBy</small>
|
563
|
-
</div>
|
564
|
-
</li>
|
565
|
-
|
566
|
-
|
567
583
|
<li class="even ">
|
568
584
|
<div class="item">
|
569
|
-
<span class='object_link'><a href="MG/
|
570
|
-
<small>MG::
|
585
|
+
<span class='object_link'><a href="MG/JumpTo.html#initialize-instance_method" title="MG::JumpTo#initialize (method)">#initialize</a></span>
|
586
|
+
<small>MG::JumpTo</small>
|
571
587
|
</div>
|
572
588
|
</li>
|
573
589
|
|
574
590
|
|
575
591
|
<li class="odd ">
|
576
592
|
<div class="item">
|
577
|
-
<span class='object_link'><a href="MG/
|
578
|
-
<small>MG::
|
593
|
+
<span class='object_link'><a href="MG/Scene.html#initialize-instance_method" title="MG::Scene#initialize (method)">#initialize</a></span>
|
594
|
+
<small>MG::Scene</small>
|
579
595
|
</div>
|
580
596
|
</li>
|
581
597
|
|
582
598
|
|
583
599
|
<li class="even ">
|
584
600
|
<div class="item">
|
585
|
-
<span class='object_link'><a href="MG/
|
586
|
-
<small>MG::
|
601
|
+
<span class='object_link'><a href="MG/Particle.html#initialize-instance_method" title="MG::Particle#initialize (method)">#initialize</a></span>
|
602
|
+
<small>MG::Particle</small>
|
587
603
|
</div>
|
588
604
|
</li>
|
589
605
|
|
590
606
|
|
591
607
|
<li class="odd ">
|
592
608
|
<div class="item">
|
593
|
-
<span class='object_link'><a href="MG/
|
594
|
-
<small>MG::
|
609
|
+
<span class='object_link'><a href="MG/Sprite.html#initialize-instance_method" title="MG::Sprite#initialize (method)">#initialize</a></span>
|
610
|
+
<small>MG::Sprite</small>
|
595
611
|
</div>
|
596
612
|
</li>
|
597
613
|
|
598
614
|
|
599
615
|
<li class="even ">
|
600
616
|
<div class="item">
|
601
|
-
<span class='object_link'><a href="MG/
|
602
|
-
<small>MG::
|
617
|
+
<span class='object_link'><a href="MG/Animate.html#initialize-instance_method" title="MG::Animate#initialize (method)">#initialize</a></span>
|
618
|
+
<small>MG::Animate</small>
|
603
619
|
</div>
|
604
620
|
</li>
|
605
621
|
|
606
622
|
|
607
623
|
<li class="odd ">
|
608
624
|
<div class="item">
|
609
|
-
<span class='object_link'><a href="MG/
|
610
|
-
<small>MG::
|
625
|
+
<span class='object_link'><a href="MG/RepeatForever.html#initialize-instance_method" title="MG::RepeatForever#initialize (method)">#initialize</a></span>
|
626
|
+
<small>MG::RepeatForever</small>
|
611
627
|
</div>
|
612
628
|
</li>
|
613
629
|
|
614
630
|
|
615
631
|
<li class="even ">
|
616
632
|
<div class="item">
|
617
|
-
<span class='object_link'><a href="MG/
|
618
|
-
<small>MG::
|
633
|
+
<span class='object_link'><a href="MG/Repeat.html#initialize-instance_method" title="MG::Repeat#initialize (method)">#initialize</a></span>
|
634
|
+
<small>MG::Repeat</small>
|
619
635
|
</div>
|
620
636
|
</li>
|
621
637
|
|
622
638
|
|
623
639
|
<li class="odd ">
|
624
640
|
<div class="item">
|
625
|
-
<span class='object_link'><a href="MG/
|
626
|
-
<small>MG::
|
641
|
+
<span class='object_link'><a href="MG/Speed.html#initialize-instance_method" title="MG::Speed#initialize (method)">#initialize</a></span>
|
642
|
+
<small>MG::Speed</small>
|
627
643
|
</div>
|
628
644
|
</li>
|
629
645
|
|
630
646
|
|
631
647
|
<li class="even ">
|
632
648
|
<div class="item">
|
633
|
-
<span class='object_link'><a href="MG/
|
634
|
-
<small>MG::
|
649
|
+
<span class='object_link'><a href="MG/DelayTime.html#initialize-instance_method" title="MG::DelayTime#initialize (method)">#initialize</a></span>
|
650
|
+
<small>MG::DelayTime</small>
|
635
651
|
</div>
|
636
652
|
</li>
|
637
653
|
|
638
654
|
|
639
655
|
<li class="odd ">
|
640
656
|
<div class="item">
|
641
|
-
<span class='object_link'><a href="MG/
|
642
|
-
<small>MG::
|
657
|
+
<span class='object_link'><a href="MG/Follow.html#initialize-instance_method" title="MG::Follow#initialize (method)">#initialize</a></span>
|
658
|
+
<small>MG::Follow</small>
|
643
659
|
</div>
|
644
660
|
</li>
|
645
661
|
|
646
662
|
|
647
663
|
<li class="even ">
|
648
664
|
<div class="item">
|
649
|
-
<span class='object_link'><a href="MG/
|
650
|
-
<small>MG::
|
665
|
+
<span class='object_link'><a href="MG/Spawn.html#initialize-instance_method" title="MG::Spawn#initialize (method)">#initialize</a></span>
|
666
|
+
<small>MG::Spawn</small>
|
651
667
|
</div>
|
652
668
|
</li>
|
653
669
|
|
654
670
|
|
655
671
|
<li class="odd ">
|
656
672
|
<div class="item">
|
657
|
-
<span class='object_link'><a href="MG/
|
658
|
-
<small>MG::
|
673
|
+
<span class='object_link'><a href="MG/Sequence.html#initialize-instance_method" title="MG::Sequence#initialize (method)">#initialize</a></span>
|
674
|
+
<small>MG::Sequence</small>
|
659
675
|
</div>
|
660
676
|
</li>
|
661
677
|
|
662
678
|
|
663
679
|
<li class="even ">
|
664
680
|
<div class="item">
|
665
|
-
<span class='object_link'><a href="MG/
|
666
|
-
<small>MG::
|
681
|
+
<span class='object_link'><a href="MG/Blink.html#initialize-instance_method" title="MG::Blink#initialize (method)">#initialize</a></span>
|
682
|
+
<small>MG::Blink</small>
|
667
683
|
</div>
|
668
684
|
</li>
|
669
685
|
|
670
686
|
|
671
687
|
<li class="odd ">
|
672
688
|
<div class="item">
|
673
|
-
<span class='object_link'><a href="MG/
|
674
|
-
<small>MG::
|
689
|
+
<span class='object_link'><a href="MG/FadeOut.html#initialize-instance_method" title="MG::FadeOut#initialize (method)">#initialize</a></span>
|
690
|
+
<small>MG::FadeOut</small>
|
675
691
|
</div>
|
676
692
|
</li>
|
677
693
|
|
678
694
|
|
679
695
|
<li class="even ">
|
680
696
|
<div class="item">
|
681
|
-
<span class='object_link'><a href="MG/
|
682
|
-
<small>MG::
|
697
|
+
<span class='object_link'><a href="MG/FadeIn.html#initialize-instance_method" title="MG::FadeIn#initialize (method)">#initialize</a></span>
|
698
|
+
<small>MG::FadeIn</small>
|
683
699
|
</div>
|
684
700
|
</li>
|
685
701
|
|
686
702
|
|
687
703
|
<li class="odd ">
|
688
704
|
<div class="item">
|
689
|
-
<span class='object_link'><a href="MG/
|
690
|
-
<small>MG::
|
705
|
+
<span class='object_link'><a href="MG/FadeTo.html#initialize-instance_method" title="MG::FadeTo#initialize (method)">#initialize</a></span>
|
706
|
+
<small>MG::FadeTo</small>
|
691
707
|
</div>
|
692
708
|
</li>
|
693
709
|
|
694
710
|
|
695
711
|
<li class="even ">
|
696
712
|
<div class="item">
|
697
|
-
<span class='object_link'><a href="MG/
|
698
|
-
<small>MG::
|
713
|
+
<span class='object_link'><a href="MG/TintTo.html#initialize-instance_method" title="MG::TintTo#initialize (method)">#initialize</a></span>
|
714
|
+
<small>MG::TintTo</small>
|
699
715
|
</div>
|
700
716
|
</li>
|
701
717
|
|
702
718
|
|
703
719
|
<li class="odd ">
|
704
720
|
<div class="item">
|
705
|
-
<span class='object_link'><a href="MG/
|
706
|
-
<small>MG::
|
721
|
+
<span class='object_link'><a href="MG/TintBy.html#initialize-instance_method" title="MG::TintBy#initialize (method)">#initialize</a></span>
|
722
|
+
<small>MG::TintBy</small>
|
707
723
|
</div>
|
708
724
|
</li>
|
709
725
|
|
710
726
|
|
711
727
|
<li class="even ">
|
712
728
|
<div class="item">
|
713
|
-
<span class='object_link'><a href="MG/
|
714
|
-
<small>MG::
|
729
|
+
<span class='object_link'><a href="MG/SkewTo.html#initialize-instance_method" title="MG::SkewTo#initialize (method)">#initialize</a></span>
|
730
|
+
<small>MG::SkewTo</small>
|
715
731
|
</div>
|
716
732
|
</li>
|
717
733
|
|
718
734
|
|
719
735
|
<li class="odd ">
|
720
736
|
<div class="item">
|
721
|
-
<span class='object_link'><a href="MG/
|
722
|
-
<small>MG::
|
737
|
+
<span class='object_link'><a href="MG/SkewBy.html#initialize-instance_method" title="MG::SkewBy#initialize (method)">#initialize</a></span>
|
738
|
+
<small>MG::SkewBy</small>
|
723
739
|
</div>
|
724
740
|
</li>
|
725
741
|
|
726
742
|
|
727
743
|
<li class="even ">
|
728
744
|
<div class="item">
|
729
|
-
<span class='object_link'><a href="MG/
|
730
|
-
<small>MG::
|
745
|
+
<span class='object_link'><a href="MG/ScaleTo.html#initialize-instance_method" title="MG::ScaleTo#initialize (method)">#initialize</a></span>
|
746
|
+
<small>MG::ScaleTo</small>
|
731
747
|
</div>
|
732
748
|
</li>
|
733
749
|
|
734
750
|
|
735
751
|
<li class="odd ">
|
736
752
|
<div class="item">
|
737
|
-
<span class='object_link'><a href="MG/
|
738
|
-
<small>MG::
|
753
|
+
<span class='object_link'><a href="MG/Text.html#initialize-instance_method" title="MG::Text#initialize (method)">#initialize</a></span>
|
754
|
+
<small>MG::Text</small>
|
739
755
|
</div>
|
740
756
|
</li>
|
741
757
|
|
742
758
|
|
743
759
|
<li class="even ">
|
744
760
|
<div class="item">
|
745
|
-
<span class='object_link'><a href="MG/
|
746
|
-
<small>MG::
|
761
|
+
<span class='object_link'><a href="MG/ScaleBy.html#initialize-instance_method" title="MG::ScaleBy#initialize (method)">#initialize</a></span>
|
762
|
+
<small>MG::ScaleBy</small>
|
747
763
|
</div>
|
748
764
|
</li>
|
749
765
|
|
750
766
|
|
751
767
|
<li class="odd ">
|
752
768
|
<div class="item">
|
753
|
-
<span class='object_link'><a href="MG/
|
754
|
-
<small>MG::
|
769
|
+
<span class='object_link'><a href="MG/Button.html#initialize-instance_method" title="MG::Button#initialize (method)">#initialize</a></span>
|
770
|
+
<small>MG::Button</small>
|
755
771
|
</div>
|
756
772
|
</li>
|
757
773
|
|
758
774
|
|
759
775
|
<li class="even ">
|
760
776
|
<div class="item">
|
761
|
-
<span class='object_link'><a href="MG/
|
762
|
-
<small>MG::
|
777
|
+
<span class='object_link'><a href="MG/Slider.html#initialize-instance_method" title="MG::Slider#initialize (method)">#initialize</a></span>
|
778
|
+
<small>MG::Slider</small>
|
763
779
|
</div>
|
764
780
|
</li>
|
765
781
|
|
766
782
|
|
767
783
|
<li class="odd ">
|
768
784
|
<div class="item">
|
769
|
-
<span class='object_link'><a href="MG/
|
770
|
-
<small>MG::
|
785
|
+
<span class='object_link'><a href="MG/Layout.html#initialize-instance_method" title="MG::Layout#initialize (method)">#initialize</a></span>
|
786
|
+
<small>MG::Layout</small>
|
771
787
|
</div>
|
772
788
|
</li>
|
773
789
|
|
774
790
|
|
775
791
|
<li class="even ">
|
776
792
|
<div class="item">
|
777
|
-
<span class='object_link'><a href="MG/
|
778
|
-
<small>MG::
|
793
|
+
<span class='object_link'><a href="MG/RotateTo.html#initialize-instance_method" title="MG::RotateTo#initialize (method)">#initialize</a></span>
|
794
|
+
<small>MG::RotateTo</small>
|
779
795
|
</div>
|
780
796
|
</li>
|
781
797
|
|
782
798
|
|
783
799
|
<li class="odd ">
|
784
800
|
<div class="item">
|
785
|
-
<span class='object_link'><a href="MG/
|
786
|
-
<small>MG::
|
801
|
+
<span class='object_link'><a href="MG/RotateBy.html#initialize-instance_method" title="MG::RotateBy#initialize (method)">#initialize</a></span>
|
802
|
+
<small>MG::RotateBy</small>
|
787
803
|
</div>
|
788
804
|
</li>
|
789
805
|
|
790
806
|
|
791
807
|
<li class="even ">
|
792
808
|
<div class="item">
|
793
|
-
<span class='object_link'><a href="MG/
|
794
|
-
<small>MG::
|
809
|
+
<span class='object_link'><a href="MG/Scroll.html#initialize-instance_method" title="MG::Scroll#initialize (method)">#initialize</a></span>
|
810
|
+
<small>MG::Scroll</small>
|
795
811
|
</div>
|
796
812
|
</li>
|
797
813
|
|
798
814
|
|
799
815
|
<li class="odd ">
|
800
816
|
<div class="item">
|
801
|
-
<span class='object_link'><a href="MG/
|
802
|
-
<small>MG::
|
817
|
+
<span class='object_link'><a href="MG/List.html#initialize-instance_method" title="MG::List#initialize (method)">#initialize</a></span>
|
818
|
+
<small>MG::List</small>
|
803
819
|
</div>
|
804
820
|
</li>
|
805
821
|
|
806
822
|
|
807
823
|
<li class="even ">
|
808
824
|
<div class="item">
|
809
|
-
<span class='object_link'><a href="MG/
|
810
|
-
<small>MG::
|
825
|
+
<span class='object_link'><a href="MG/JumpBy.html#initialize-instance_method" title="MG::JumpBy#initialize (method)">#initialize</a></span>
|
826
|
+
<small>MG::JumpBy</small>
|
811
827
|
</div>
|
812
828
|
</li>
|
813
829
|
|
814
830
|
|
815
831
|
<li class="odd ">
|
816
832
|
<div class="item">
|
817
|
-
<span class='object_link'><a href="MG/
|
818
|
-
<small>MG::
|
833
|
+
<span class='object_link'><a href="MG/MoveTo.html#initialize-instance_method" title="MG::MoveTo#initialize (method)">#initialize</a></span>
|
834
|
+
<small>MG::MoveTo</small>
|
819
835
|
</div>
|
820
836
|
</li>
|
821
837
|
|
822
838
|
|
823
839
|
<li class="even ">
|
824
840
|
<div class="item">
|
825
|
-
<span class='object_link'><a href="MG/
|
826
|
-
<small>MG::
|
841
|
+
<span class='object_link'><a href="MG/MoveBy.html#initialize-instance_method" title="MG::MoveBy#initialize (method)">#initialize</a></span>
|
842
|
+
<small>MG::MoveBy</small>
|
827
843
|
</div>
|
828
844
|
</li>
|
829
845
|
|
830
846
|
|
831
847
|
<li class="odd ">
|
848
|
+
<div class="item">
|
849
|
+
<span class='object_link'><a href="MG/Web.html#initialize-instance_method" title="MG::Web#initialize (method)">#initialize</a></span>
|
850
|
+
<small>MG::Web</small>
|
851
|
+
</div>
|
852
|
+
</li>
|
853
|
+
|
854
|
+
|
855
|
+
<li class="even ">
|
832
856
|
<div class="item">
|
833
857
|
<span class='object_link'><a href="MG/Scroll.html#inner_container-instance_method" title="MG::Scroll#inner_container (method)">#inner_container</a></span>
|
834
858
|
<small>MG::Scroll</small>
|
@@ -836,7 +860,7 @@
|
|
836
860
|
</li>
|
837
861
|
|
838
862
|
|
839
|
-
<li class="
|
863
|
+
<li class="odd ">
|
840
864
|
<div class="item">
|
841
865
|
<span class='object_link'><a href="MG/Scroll.html#inner_size-instance_method" title="MG::Scroll#inner_size (method)">#inner_size</a></span>
|
842
866
|
<small>MG::Scroll</small>
|
@@ -844,7 +868,7 @@
|
|
844
868
|
</li>
|
845
869
|
|
846
870
|
|
847
|
-
<li class="
|
871
|
+
<li class="even ">
|
848
872
|
<div class="item">
|
849
873
|
<span class='object_link'><a href="MG/List.html#insert_item-instance_method" title="MG::List#insert_item (method)">#insert_item</a></span>
|
850
874
|
<small>MG::List</small>
|
@@ -852,7 +876,7 @@
|
|
852
876
|
</li>
|
853
877
|
|
854
878
|
|
855
|
-
<li class="
|
879
|
+
<li class="odd ">
|
856
880
|
<div class="item">
|
857
881
|
<span class='object_link'><a href="MG/Node.html#intersects%3F-instance_method" title="MG::Node#intersects? (method)">#intersects?</a></span>
|
858
882
|
<small>MG::Node</small>
|
@@ -860,7 +884,7 @@
|
|
860
884
|
</li>
|
861
885
|
|
862
886
|
|
863
|
-
<li class="
|
887
|
+
<li class="even ">
|
864
888
|
<div class="item">
|
865
889
|
<span class='object_link'><a href="MG/List.html#item_at-instance_method" title="MG::List#item_at (method)">#item_at</a></span>
|
866
890
|
<small>MG::List</small>
|
@@ -868,7 +892,7 @@
|
|
868
892
|
</li>
|
869
893
|
|
870
894
|
|
871
|
-
<li class="
|
895
|
+
<li class="odd ">
|
872
896
|
<div class="item">
|
873
897
|
<span class='object_link'><a href="MG/List.html#items_margin-instance_method" title="MG::List#items_margin (method)">#items_margin</a></span>
|
874
898
|
<small>MG::List</small>
|
@@ -876,7 +900,7 @@
|
|
876
900
|
</li>
|
877
901
|
|
878
902
|
|
879
|
-
<li class="
|
903
|
+
<li class="even ">
|
880
904
|
<div class="item">
|
881
905
|
<span class='object_link'><a href="MG/Particle.html#life-instance_method" title="MG::Particle#life (method)">#life</a></span>
|
882
906
|
<small>MG::Particle</small>
|
@@ -884,7 +908,7 @@
|
|
884
908
|
</li>
|
885
909
|
|
886
910
|
|
887
|
-
<li class="
|
911
|
+
<li class="odd ">
|
888
912
|
<div class="item">
|
889
913
|
<span class='object_link'><a href="MG/Particle.html#life_range-instance_method" title="MG::Particle#life_range (method)">#life_range</a></span>
|
890
914
|
<small>MG::Particle</small>
|
@@ -892,7 +916,7 @@
|
|
892
916
|
</li>
|
893
917
|
|
894
918
|
|
895
|
-
<li class="
|
919
|
+
<li class="even ">
|
896
920
|
<div class="item">
|
897
921
|
<span class='object_link'><a href="MG/Draw.html#line-instance_method" title="MG::Draw#line (method)">#line</a></span>
|
898
922
|
<small>MG::Draw</small>
|
@@ -900,7 +924,7 @@
|
|
900
924
|
</li>
|
901
925
|
|
902
926
|
|
903
|
-
<li class="
|
927
|
+
<li class="odd ">
|
904
928
|
<div class="item">
|
905
929
|
<span class='object_link'><a href="MG/Sprite.html#load-class_method" title="MG::Sprite.load (method)">load</a></span>
|
906
930
|
<small>MG::Sprite</small>
|
@@ -908,7 +932,7 @@
|
|
908
932
|
</li>
|
909
933
|
|
910
934
|
|
911
|
-
<li class="
|
935
|
+
<li class="even ">
|
912
936
|
<div class="item">
|
913
937
|
<span class='object_link'><a href="MG/Web.html#load_file-instance_method" title="MG::Web#load_file (method)">#load_file</a></span>
|
914
938
|
<small>MG::Web</small>
|
@@ -916,7 +940,7 @@
|
|
916
940
|
</li>
|
917
941
|
|
918
942
|
|
919
|
-
<li class="
|
943
|
+
<li class="odd ">
|
920
944
|
<div class="item">
|
921
945
|
<span class='object_link'><a href="MG/Web.html#load_html-instance_method" title="MG::Web#load_html (method)">#load_html</a></span>
|
922
946
|
<small>MG::Web</small>
|
@@ -924,7 +948,7 @@
|
|
924
948
|
</li>
|
925
949
|
|
926
950
|
|
927
|
-
<li class="
|
951
|
+
<li class="even ">
|
928
952
|
<div class="item">
|
929
953
|
<span class='object_link'><a href="MG/Web.html#load_url-instance_method" title="MG::Web#load_url (method)">#load_url</a></span>
|
930
954
|
<small>MG::Web</small>
|
@@ -932,7 +956,7 @@
|
|
932
956
|
</li>
|
933
957
|
|
934
958
|
|
935
|
-
<li class="
|
959
|
+
<li class="odd ">
|
936
960
|
<div class="item">
|
937
961
|
<span class='object_link'><a href="MG/Events/Touch.html#location-instance_method" title="MG::Events::Touch#location (method)">#location</a></span>
|
938
962
|
<small>MG::Events::Touch</small>
|
@@ -940,6 +964,14 @@
|
|
940
964
|
</li>
|
941
965
|
|
942
966
|
|
967
|
+
<li class="even ">
|
968
|
+
<div class="item">
|
969
|
+
<span class='object_link'><a href="MG/Audio.html#loop%3D-instance_method" title="MG::Audio#loop= (method)">#loop=</a></span>
|
970
|
+
<small>MG::Audio</small>
|
971
|
+
</div>
|
972
|
+
</li>
|
973
|
+
|
974
|
+
|
943
975
|
<li class="odd ">
|
944
976
|
<div class="item">
|
945
977
|
<span class='object_link'><a href="MG/Audio.html#loop%3F-instance_method" title="MG::Audio#loop? (method)">#loop?</a></span>
|
@@ -1366,16 +1398,16 @@
|
|
1366
1398
|
|
1367
1399
|
<li class="even ">
|
1368
1400
|
<div class="item">
|
1369
|
-
<span class='object_link'><a href="MG/
|
1370
|
-
<small>MG::
|
1401
|
+
<span class='object_link'><a href="MG/Web.html#stop-instance_method" title="MG::Web#stop (method)">#stop</a></span>
|
1402
|
+
<small>MG::Web</small>
|
1371
1403
|
</div>
|
1372
1404
|
</li>
|
1373
1405
|
|
1374
1406
|
|
1375
1407
|
<li class="odd ">
|
1376
1408
|
<div class="item">
|
1377
|
-
<span class='object_link'><a href="MG/
|
1378
|
-
<small>MG::
|
1409
|
+
<span class='object_link'><a href="MG/Audio.html#stop-instance_method" title="MG::Audio#stop (method)">#stop</a></span>
|
1410
|
+
<small>MG::Audio</small>
|
1379
1411
|
</div>
|
1380
1412
|
</li>
|
1381
1413
|
|
@@ -1526,16 +1558,16 @@
|
|
1526
1558
|
|
1527
1559
|
<li class="even ">
|
1528
1560
|
<div class="item">
|
1529
|
-
<span class='object_link'><a href="MG/
|
1530
|
-
<small>MG::
|
1561
|
+
<span class='object_link'><a href="MG/Audio.html#volume%3D-instance_method" title="MG::Audio#volume= (method)">#volume=</a></span>
|
1562
|
+
<small>MG::Audio</small>
|
1531
1563
|
</div>
|
1532
1564
|
</li>
|
1533
1565
|
|
1534
1566
|
|
1535
1567
|
<li class="odd ">
|
1536
1568
|
<div class="item">
|
1537
|
-
<span class='object_link'><a href="MG/
|
1538
|
-
<small>MG::
|
1569
|
+
<span class='object_link'><a href="MG/Size.html#width-instance_method" title="MG::Size#width (method)">#width</a></span>
|
1570
|
+
<small>MG::Size</small>
|
1539
1571
|
</div>
|
1540
1572
|
</li>
|
1541
1573
|
|
@@ -1550,7 +1582,7 @@
|
|
1550
1582
|
|
1551
1583
|
<li class="odd ">
|
1552
1584
|
<div class="item">
|
1553
|
-
<span class='object_link'><a href="MG/Events/Acceleration.html#
|
1585
|
+
<span class='object_link'><a href="MG/Events/Acceleration.html#x-instance_method" title="MG::Events::Acceleration#x (method)">#x</a></span>
|
1554
1586
|
<small>MG::Events::Acceleration</small>
|
1555
1587
|
</div>
|
1556
1588
|
</li>
|
@@ -1566,13 +1598,21 @@
|
|
1566
1598
|
|
1567
1599
|
<li class="odd ">
|
1568
1600
|
<div class="item">
|
1569
|
-
<span class='object_link'><a href="MG/Events/Acceleration.html#
|
1601
|
+
<span class='object_link'><a href="MG/Events/Acceleration.html#y-instance_method" title="MG::Events::Acceleration#y (method)">#y</a></span>
|
1570
1602
|
<small>MG::Events::Acceleration</small>
|
1571
1603
|
</div>
|
1572
1604
|
</li>
|
1573
1605
|
|
1574
1606
|
|
1575
1607
|
<li class="even ">
|
1608
|
+
<div class="item">
|
1609
|
+
<span class='object_link'><a href="MG/Events/Acceleration.html#z-instance_method" title="MG::Events::Acceleration#z (method)">#z</a></span>
|
1610
|
+
<small>MG::Events::Acceleration</small>
|
1611
|
+
</div>
|
1612
|
+
</li>
|
1613
|
+
|
1614
|
+
|
1615
|
+
<li class="odd ">
|
1576
1616
|
<div class="item">
|
1577
1617
|
<span class='object_link'><a href="MG/Node.html#z_index-instance_method" title="MG::Node#z_index (method)">#z_index</a></span>
|
1578
1618
|
<small>MG::Node</small>
|
@@ -1580,7 +1620,7 @@
|
|
1580
1620
|
</li>
|
1581
1621
|
|
1582
1622
|
|
1583
|
-
<li class="
|
1623
|
+
<li class="even ">
|
1584
1624
|
<div class="item">
|
1585
1625
|
<span class='object_link'><a href="MG/Button.html#zoom_scale-instance_method" title="MG::Button#zoom_scale (method)">#zoom_scale</a></span>
|
1586
1626
|
<small>MG::Button</small>
|