motion-game 1.1.1 → 1.1.2
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/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/MG.html +1 -1
- data/doc/MG/Application.html +1 -1
- data/doc/MG/Audio.html +1 -1
- data/doc/MG/Button.html +23 -23
- data/doc/MG/Color.html +17 -17
- data/doc/MG/Director.html +1 -1
- data/doc/MG/Draw.html +380 -7
- data/doc/MG/Events.html +1 -1
- data/doc/MG/Events/Acceleration.html +1 -1
- data/doc/MG/Events/Touch.html +1 -1
- data/doc/MG/File.html +1 -1
- data/doc/MG/Layout.html +15 -15
- data/doc/MG/List.html +21 -21
- data/doc/MG/Node.html +1 -1
- data/doc/MG/Parallax.html +1 -1
- data/doc/MG/Particle.html +47 -47
- data/doc/MG/Point.html +13 -13
- data/doc/MG/Scene.html +1 -1
- data/doc/MG/Scroll.html +15 -15
- data/doc/MG/Size.html +17 -17
- data/doc/MG/Slider.html +7 -7
- data/doc/MG/Sprite.html +59 -59
- data/doc/MG/Text.html +31 -31
- data/doc/MG/Web.html +15 -15
- data/doc/MG/Widget.html +11 -11
- data/doc/_index.html +1 -1
- data/doc/file.README.html +7 -3
- data/doc/index.html +7 -3
- data/doc/method_list.html +123 -105
- data/doc/top-level-namespace.html +1 -1
- data/template/motion-game/files/resources/Default-568h@2x.png +0 -0
- data/template/motion-game/files/resources/Default-667h@2x.png +0 -0
- data/template/motion-game/files/resources/Default-736h@3x.png +0 -0
- metadata +5 -2
data/doc/MG/Text.html
CHANGED
|
@@ -460,10 +460,10 @@
|
|
|
460
460
|
<pre class="lines">
|
|
461
461
|
|
|
462
462
|
|
|
463
|
-
|
|
463
|
+
753</pre>
|
|
464
464
|
</td>
|
|
465
465
|
<td>
|
|
466
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
466
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 753</span>
|
|
467
467
|
|
|
468
468
|
<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>
|
|
469
469
|
</td>
|
|
@@ -522,12 +522,12 @@
|
|
|
522
522
|
<pre class="lines">
|
|
523
523
|
|
|
524
524
|
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
525
|
+
771
|
|
526
|
+
772
|
|
527
|
+
773</pre>
|
|
528
528
|
</td>
|
|
529
529
|
<td>
|
|
530
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
530
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 771</span>
|
|
531
531
|
|
|
532
532
|
<span class='kw'>def</span> <span class='id identifier rubyid_area_size'>area_size</span>
|
|
533
533
|
<span class='ivar'>@area_size</span>
|
|
@@ -583,12 +583,12 @@
|
|
|
583
583
|
<pre class="lines">
|
|
584
584
|
|
|
585
585
|
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
586
|
+
765
|
|
587
|
+
766
|
|
588
|
+
767</pre>
|
|
589
589
|
</td>
|
|
590
590
|
<td>
|
|
591
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
591
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 765</span>
|
|
592
592
|
|
|
593
593
|
<span class='kw'>def</span> <span class='id identifier rubyid_font'>font</span>
|
|
594
594
|
<span class='ivar'>@font</span>
|
|
@@ -644,12 +644,12 @@
|
|
|
644
644
|
<pre class="lines">
|
|
645
645
|
|
|
646
646
|
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
647
|
+
768
|
|
648
|
+
769
|
|
649
|
+
770</pre>
|
|
650
650
|
</td>
|
|
651
651
|
<td>
|
|
652
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
652
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 768</span>
|
|
653
653
|
|
|
654
654
|
<span class='kw'>def</span> <span class='id identifier rubyid_font_size'>font_size</span>
|
|
655
655
|
<span class='ivar'>@font_size</span>
|
|
@@ -705,12 +705,12 @@
|
|
|
705
705
|
<pre class="lines">
|
|
706
706
|
|
|
707
707
|
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
708
|
+
777
|
|
709
|
+
778
|
|
710
|
+
779</pre>
|
|
711
711
|
</td>
|
|
712
712
|
<td>
|
|
713
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
713
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 777</span>
|
|
714
714
|
|
|
715
715
|
<span class='kw'>def</span> <span class='id identifier rubyid_horizontal_align'>horizontal_align</span>
|
|
716
716
|
<span class='ivar'>@horizontal_align</span>
|
|
@@ -766,12 +766,12 @@
|
|
|
766
766
|
<pre class="lines">
|
|
767
767
|
|
|
768
768
|
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
769
|
+
759
|
|
770
|
+
760
|
|
771
|
+
761</pre>
|
|
772
772
|
</td>
|
|
773
773
|
<td>
|
|
774
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
774
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 759</span>
|
|
775
775
|
|
|
776
776
|
<span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span>
|
|
777
777
|
<span class='ivar'>@text</span>
|
|
@@ -827,12 +827,12 @@
|
|
|
827
827
|
<pre class="lines">
|
|
828
828
|
|
|
829
829
|
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
830
|
+
762
|
|
831
|
+
763
|
|
832
|
+
764</pre>
|
|
833
833
|
</td>
|
|
834
834
|
<td>
|
|
835
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
835
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 762</span>
|
|
836
836
|
|
|
837
837
|
<span class='kw'>def</span> <span class='id identifier rubyid_text_color'>text_color</span>
|
|
838
838
|
<span class='ivar'>@text_color</span>
|
|
@@ -888,12 +888,12 @@
|
|
|
888
888
|
<pre class="lines">
|
|
889
889
|
|
|
890
890
|
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
891
|
+
774
|
|
892
|
+
775
|
|
893
|
+
776</pre>
|
|
894
894
|
</td>
|
|
895
895
|
<td>
|
|
896
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
896
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 774</span>
|
|
897
897
|
|
|
898
898
|
<span class='kw'>def</span> <span class='id identifier rubyid_vertical_align'>vertical_align</span>
|
|
899
899
|
<span class='ivar'>@vertical_align</span>
|
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
</div>
|
|
910
910
|
|
|
911
911
|
<div id="footer">
|
|
912
|
-
Generated on
|
|
912
|
+
Generated on Fri Mar 25 23:19:56 2016 by
|
|
913
913
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
914
914
|
0.8.7.6 (ruby-2.2.3).
|
|
915
915
|
</div>
|
data/doc/MG/Web.html
CHANGED
|
@@ -370,10 +370,10 @@
|
|
|
370
370
|
<pre class="lines">
|
|
371
371
|
|
|
372
372
|
|
|
373
|
-
|
|
373
|
+
934</pre>
|
|
374
374
|
</td>
|
|
375
375
|
<td>
|
|
376
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
376
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 934</span>
|
|
377
377
|
|
|
378
378
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
|
379
379
|
</td>
|
|
@@ -452,10 +452,10 @@
|
|
|
452
452
|
<pre class="lines">
|
|
453
453
|
|
|
454
454
|
|
|
455
|
-
|
|
455
|
+
969</pre>
|
|
456
456
|
</td>
|
|
457
457
|
<td>
|
|
458
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
458
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 969</span>
|
|
459
459
|
|
|
460
460
|
<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>
|
|
461
461
|
</td>
|
|
@@ -527,10 +527,10 @@
|
|
|
527
527
|
<pre class="lines">
|
|
528
528
|
|
|
529
529
|
|
|
530
|
-
|
|
530
|
+
953</pre>
|
|
531
531
|
</td>
|
|
532
532
|
<td>
|
|
533
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
533
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 953</span>
|
|
534
534
|
|
|
535
535
|
<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>
|
|
536
536
|
</td>
|
|
@@ -618,10 +618,10 @@
|
|
|
618
618
|
<pre class="lines">
|
|
619
619
|
|
|
620
620
|
|
|
621
|
-
|
|
621
|
+
943</pre>
|
|
622
622
|
</td>
|
|
623
623
|
<td>
|
|
624
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
624
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 943</span>
|
|
625
625
|
|
|
626
626
|
<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>
|
|
627
627
|
</td>
|
|
@@ -693,10 +693,10 @@
|
|
|
693
693
|
<pre class="lines">
|
|
694
694
|
|
|
695
695
|
|
|
696
|
-
|
|
696
|
+
948</pre>
|
|
697
697
|
</td>
|
|
698
698
|
<td>
|
|
699
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
699
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 948</span>
|
|
700
700
|
|
|
701
701
|
<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>
|
|
702
702
|
</td>
|
|
@@ -748,10 +748,10 @@
|
|
|
748
748
|
<pre class="lines">
|
|
749
749
|
|
|
750
750
|
|
|
751
|
-
|
|
751
|
+
961</pre>
|
|
752
752
|
</td>
|
|
753
753
|
<td>
|
|
754
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
754
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 961</span>
|
|
755
755
|
|
|
756
756
|
<span class='kw'>def</span> <span class='id identifier rubyid_reload'>reload</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
|
757
757
|
</td>
|
|
@@ -803,10 +803,10 @@
|
|
|
803
803
|
<pre class="lines">
|
|
804
804
|
|
|
805
805
|
|
|
806
|
-
|
|
806
|
+
957</pre>
|
|
807
807
|
</td>
|
|
808
808
|
<td>
|
|
809
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
809
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 957</span>
|
|
810
810
|
|
|
811
811
|
<span class='kw'>def</span> <span class='id identifier rubyid_stop'>stop</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
|
812
812
|
</td>
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
</div>
|
|
820
820
|
|
|
821
821
|
<div id="footer">
|
|
822
|
-
Generated on
|
|
822
|
+
Generated on Fri Mar 25 23:19:56 2016 by
|
|
823
823
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
824
824
|
0.8.7.6 (ruby-2.2.3).
|
|
825
825
|
</div>
|
data/doc/MG/Widget.html
CHANGED
|
@@ -286,12 +286,12 @@ clicked. By default, a widget is enabled.</p>
|
|
|
286
286
|
<pre class="lines">
|
|
287
287
|
|
|
288
288
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
289
|
+
726
|
|
290
|
+
727
|
|
291
|
+
728</pre>
|
|
292
292
|
</td>
|
|
293
293
|
<td>
|
|
294
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
294
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 726</span>
|
|
295
295
|
|
|
296
296
|
def enabled?
|
|
297
297
|
@enabled?
|
|
@@ -347,12 +347,12 @@ end</pre>
|
|
|
347
347
|
<pre class="lines">
|
|
348
348
|
|
|
349
349
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
350
|
+
730
|
|
351
|
+
731
|
|
352
|
+
732</pre>
|
|
353
353
|
</td>
|
|
354
354
|
<td>
|
|
355
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
355
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 730</span>
|
|
356
356
|
|
|
357
357
|
def highlighted?
|
|
358
358
|
@highlighted?
|
|
@@ -435,10 +435,10 @@ widget.</p>
|
|
|
435
435
|
<pre class="lines">
|
|
436
436
|
|
|
437
437
|
|
|
438
|
-
|
|
438
|
+
741</pre>
|
|
439
439
|
</td>
|
|
440
440
|
<td>
|
|
441
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
|
441
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 741</span>
|
|
442
442
|
|
|
443
443
|
<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>
|
|
444
444
|
</td>
|
|
@@ -451,7 +451,7 @@ widget.</p>
|
|
|
451
451
|
</div>
|
|
452
452
|
|
|
453
453
|
<div id="footer">
|
|
454
|
-
Generated on
|
|
454
|
+
Generated on Fri Mar 25 23:19:56 2016 by
|
|
455
455
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
456
456
|
0.8.7.6 (ruby-2.2.3).
|
|
457
457
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
</div>
|
|
369
369
|
|
|
370
370
|
<div id="footer">
|
|
371
|
-
Generated on
|
|
371
|
+
Generated on Fri Mar 25 23:19:55 2016 by
|
|
372
372
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
373
373
|
0.8.7.6 (ruby-2.2.3).
|
|
374
374
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -97,8 +97,12 @@
|
|
|
97
97
|
|
|
98
98
|
<p>You can build your own copy of motion-game:</p>
|
|
99
99
|
|
|
100
|
-
<pre class="code ruby"><code class="ruby">$
|
|
101
|
-
$
|
|
100
|
+
<pre class="code ruby"><code class="ruby">$ git clone https://github.com/HipByte/motion-game.git && cd motion-game
|
|
101
|
+
$ git submodule update --init
|
|
102
|
+
$ rake build:setup
|
|
103
|
+
|
|
104
|
+
$ rake gem
|
|
105
|
+
$ gem install motion-game-x.x.gem
|
|
102
106
|
</code></pre>
|
|
103
107
|
|
|
104
108
|
<h3>Hello World</h3>
|
|
@@ -152,7 +156,7 @@ Redistributions in binary form must reproduce the above copyright notice, this l
|
|
|
152
156
|
</div></div>
|
|
153
157
|
|
|
154
158
|
<div id="footer">
|
|
155
|
-
Generated on
|
|
159
|
+
Generated on Fri Mar 25 23:19:55 2016 by
|
|
156
160
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
157
161
|
0.8.7.6 (ruby-2.2.3).
|
|
158
162
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -97,8 +97,12 @@
|
|
|
97
97
|
|
|
98
98
|
<p>You can build your own copy of motion-game:</p>
|
|
99
99
|
|
|
100
|
-
<pre class="code ruby"><code class="ruby">$
|
|
101
|
-
$
|
|
100
|
+
<pre class="code ruby"><code class="ruby">$ git clone https://github.com/HipByte/motion-game.git && cd motion-game
|
|
101
|
+
$ git submodule update --init
|
|
102
|
+
$ rake build:setup
|
|
103
|
+
|
|
104
|
+
$ rake gem
|
|
105
|
+
$ gem install motion-game-x.x.gem
|
|
102
106
|
</code></pre>
|
|
103
107
|
|
|
104
108
|
<h3>Hello World</h3>
|
|
@@ -152,7 +156,7 @@ Redistributions in binary form must reproduce the above copyright notice, this l
|
|
|
152
156
|
</div></div>
|
|
153
157
|
|
|
154
158
|
<div id="footer">
|
|
155
|
-
Generated on
|
|
159
|
+
Generated on Fri Mar 25 23:19:55 2016 by
|
|
156
160
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
157
161
|
0.8.7.6 (ruby-2.2.3).
|
|
158
162
|
</div>
|
data/doc/method_list.html
CHANGED
|
@@ -58,26 +58,26 @@
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
<li class="r2 ">
|
|
61
|
-
<span class='object_link'><a href="MG/
|
|
62
|
-
<small>MG::
|
|
61
|
+
<span class='object_link'><a href="MG/Size.html#%2B-instance_method" title="MG::Size#+ (method)">#+</a></span>
|
|
62
|
+
<small>MG::Size</small>
|
|
63
63
|
</li>
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
<li class="r1 ">
|
|
67
|
-
<span class='object_link'><a href="MG/
|
|
68
|
-
<small>MG::
|
|
67
|
+
<span class='object_link'><a href="MG/Point.html#%2B-instance_method" title="MG::Point#+ (method)">#+</a></span>
|
|
68
|
+
<small>MG::Point</small>
|
|
69
69
|
</li>
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
<li class="r2 ">
|
|
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
|
</li>
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
<li class="r1 ">
|
|
79
|
-
<span class='object_link'><a href="MG/
|
|
80
|
-
<small>MG::
|
|
79
|
+
<span class='object_link'><a href="MG/Size.html#--instance_method" title="MG::Size#- (method)">#-</a></span>
|
|
80
|
+
<small>MG::Size</small>
|
|
81
81
|
</li>
|
|
82
82
|
|
|
83
83
|
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
<li class="r2 ">
|
|
109
|
-
<span class='object_link'><a href="MG/
|
|
110
|
-
<small>MG::
|
|
109
|
+
<span class='object_link'><a href="MG/Color.html#alpha-instance_method" title="MG::Color#alpha (method)">#alpha</a></span>
|
|
110
|
+
<small>MG::Color</small>
|
|
111
111
|
</li>
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
<li class="r1 ">
|
|
115
|
-
<span class='object_link'><a href="MG/
|
|
116
|
-
<small>MG::
|
|
115
|
+
<span class='object_link'><a href="MG/Node.html#alpha-instance_method" title="MG::Node#alpha (method)">#alpha</a></span>
|
|
116
|
+
<small>MG::Node</small>
|
|
117
117
|
</li>
|
|
118
118
|
|
|
119
119
|
|
|
@@ -202,83 +202,83 @@
|
|
|
202
202
|
|
|
203
203
|
|
|
204
204
|
<li class="r2 ">
|
|
205
|
+
<span class='object_link'><a href="MG/Draw.html#clear-instance_method" title="MG::Draw#clear (method)">#clear</a></span>
|
|
206
|
+
<small>MG::Draw</small>
|
|
207
|
+
</li>
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
<li class="r1 ">
|
|
205
211
|
<span class='object_link'><a href="MG/List.html#clear_items-instance_method" title="MG::List#clear_items (method)">#clear_items</a></span>
|
|
206
212
|
<small>MG::List</small>
|
|
207
213
|
</li>
|
|
208
214
|
|
|
209
215
|
|
|
210
|
-
<li class="
|
|
216
|
+
<li class="r2 ">
|
|
211
217
|
<span class='object_link'><a href="MG/Layout.html#clipping%3F-instance_method" title="MG::Layout#clipping? (method)">#clipping?</a></span>
|
|
212
218
|
<small>MG::Layout</small>
|
|
213
219
|
</li>
|
|
214
220
|
|
|
215
221
|
|
|
216
|
-
<li class="
|
|
222
|
+
<li class="r1 ">
|
|
217
223
|
<span class='object_link'><a href="MG/Sprite.html#collision_mask-instance_method" title="MG::Sprite#collision_mask (method)">#collision_mask</a></span>
|
|
218
224
|
<small>MG::Sprite</small>
|
|
219
225
|
</li>
|
|
220
226
|
|
|
221
227
|
|
|
222
|
-
<li class="
|
|
228
|
+
<li class="r2 ">
|
|
223
229
|
<span class='object_link'><a href="MG/Node.html#color-instance_method" title="MG::Node#color (method)">#color</a></span>
|
|
224
230
|
<small>MG::Node</small>
|
|
225
231
|
</li>
|
|
226
232
|
|
|
227
233
|
|
|
228
|
-
<li class="
|
|
234
|
+
<li class="r1 ">
|
|
229
235
|
<span class='object_link'><a href="MG/Sprite.html#contact_mask-instance_method" title="MG::Sprite#contact_mask (method)">#contact_mask</a></span>
|
|
230
236
|
<small>MG::Sprite</small>
|
|
231
237
|
</li>
|
|
232
238
|
|
|
233
239
|
|
|
234
|
-
<li class="
|
|
240
|
+
<li class="r2 ">
|
|
235
241
|
<span class='object_link'><a href="MG/Audio.html#current_position-instance_method" title="MG::Audio#current_position (method)">#current_position</a></span>
|
|
236
242
|
<small>MG::Audio</small>
|
|
237
243
|
</li>
|
|
238
244
|
|
|
239
245
|
|
|
240
|
-
<li class="
|
|
246
|
+
<li class="r1 ">
|
|
241
247
|
<span class='object_link'><a href="MG/Scene.html#debug_physics%3F-instance_method" title="MG::Scene#debug_physics? (method)">#debug_physics?</a></span>
|
|
242
248
|
<small>MG::Scene</small>
|
|
243
249
|
</li>
|
|
244
250
|
|
|
245
251
|
|
|
246
|
-
<li class="
|
|
252
|
+
<li class="r2 ">
|
|
247
253
|
<span class='object_link'><a href="MG/Node.html#delete-instance_method" title="MG::Node#delete (method)">#delete</a></span>
|
|
248
254
|
<small>MG::Node</small>
|
|
249
255
|
</li>
|
|
250
256
|
|
|
251
257
|
|
|
252
|
-
<li class="
|
|
258
|
+
<li class="r1 ">
|
|
253
259
|
<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>
|
|
254
260
|
<small>MG::Node</small>
|
|
255
261
|
</li>
|
|
256
262
|
|
|
257
263
|
|
|
258
|
-
<li class="
|
|
264
|
+
<li class="r2 ">
|
|
259
265
|
<span class='object_link'><a href="MG/List.html#delete_item-instance_method" title="MG::List#delete_item (method)">#delete_item</a></span>
|
|
260
266
|
<small>MG::List</small>
|
|
261
267
|
</li>
|
|
262
268
|
|
|
263
269
|
|
|
264
|
-
<li class="
|
|
270
|
+
<li class="r1 ">
|
|
265
271
|
<span class='object_link'><a href="MG/Scroll.html#direction-instance_method" title="MG::Scroll#direction (method)">#direction</a></span>
|
|
266
272
|
<small>MG::Scroll</small>
|
|
267
273
|
</li>
|
|
268
274
|
|
|
269
275
|
|
|
270
|
-
<li class="
|
|
276
|
+
<li class="r2 ">
|
|
271
277
|
<span class='object_link'><a href="MG/Draw.html#dot-instance_method" title="MG::Draw#dot (method)">#dot</a></span>
|
|
272
278
|
<small>MG::Draw</small>
|
|
273
279
|
</li>
|
|
274
280
|
|
|
275
281
|
|
|
276
|
-
<li class="r2 ">
|
|
277
|
-
<span class='object_link'><a href="MG/Particle.html#duration-instance_method" title="MG::Particle#duration (method)">#duration</a></span>
|
|
278
|
-
<small>MG::Particle</small>
|
|
279
|
-
</li>
|
|
280
|
-
|
|
281
|
-
|
|
282
282
|
<li class="r1 ">
|
|
283
283
|
<span class='object_link'><a href="MG/Audio.html#duration-instance_method" title="MG::Audio#duration (method)">#duration</a></span>
|
|
284
284
|
<small>MG::Audio</small>
|
|
@@ -286,41 +286,41 @@
|
|
|
286
286
|
|
|
287
287
|
|
|
288
288
|
<li class="r2 ">
|
|
289
|
+
<span class='object_link'><a href="MG/Particle.html#duration-instance_method" title="MG::Particle#duration (method)">#duration</a></span>
|
|
290
|
+
<small>MG::Particle</small>
|
|
291
|
+
</li>
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
<li class="r1 ">
|
|
289
295
|
<span class='object_link'><a href="MG/Sprite.html#dynamic%3F-instance_method" title="MG::Sprite#dynamic? (method)">#dynamic?</a></span>
|
|
290
296
|
<small>MG::Sprite</small>
|
|
291
297
|
</li>
|
|
292
298
|
|
|
293
299
|
|
|
294
|
-
<li class="
|
|
300
|
+
<li class="r2 ">
|
|
295
301
|
<span class='object_link'><a href="MG/Widget.html#enabled%3F-instance_method" title="MG::Widget#enabled? (method)">#enabled?</a></span>
|
|
296
302
|
<small>MG::Widget</small>
|
|
297
303
|
</li>
|
|
298
304
|
|
|
299
305
|
|
|
300
|
-
<li class="
|
|
306
|
+
<li class="r1 ">
|
|
301
307
|
<span class='object_link'><a href="MG/Director.html#end-instance_method" title="MG::Director#end (method)">#end</a></span>
|
|
302
308
|
<small>MG::Director</small>
|
|
303
309
|
</li>
|
|
304
310
|
|
|
305
311
|
|
|
306
|
-
<li class="
|
|
312
|
+
<li class="r2 ">
|
|
307
313
|
<span class='object_link'><a href="MG/Particle.html#end_color-instance_method" title="MG::Particle#end_color (method)">#end_color</a></span>
|
|
308
314
|
<small>MG::Particle</small>
|
|
309
315
|
</li>
|
|
310
316
|
|
|
311
317
|
|
|
312
|
-
<li class="
|
|
318
|
+
<li class="r1 ">
|
|
313
319
|
<span class='object_link'><a href="MG/Web.html#evaluate-instance_method" title="MG::Web#evaluate (method)">#evaluate</a></span>
|
|
314
320
|
<small>MG::Web</small>
|
|
315
321
|
</li>
|
|
316
322
|
|
|
317
323
|
|
|
318
|
-
<li class="r1 ">
|
|
319
|
-
<span class='object_link'><a href="MG/Text.html#font-instance_method" title="MG::Text#font (method)">#font</a></span>
|
|
320
|
-
<small>MG::Text</small>
|
|
321
|
-
</li>
|
|
322
|
-
|
|
323
|
-
|
|
324
324
|
<li class="r2 ">
|
|
325
325
|
<span class='object_link'><a href="MG/Button.html#font-instance_method" title="MG::Button#font (method)">#font</a></span>
|
|
326
326
|
<small>MG::Button</small>
|
|
@@ -328,74 +328,74 @@
|
|
|
328
328
|
|
|
329
329
|
|
|
330
330
|
<li class="r1 ">
|
|
331
|
-
<span class='object_link'><a href="MG/Text.html#
|
|
331
|
+
<span class='object_link'><a href="MG/Text.html#font-instance_method" title="MG::Text#font (method)">#font</a></span>
|
|
332
332
|
<small>MG::Text</small>
|
|
333
333
|
</li>
|
|
334
334
|
|
|
335
335
|
|
|
336
336
|
<li class="r2 ">
|
|
337
|
+
<span class='object_link'><a href="MG/Text.html#font_size-instance_method" title="MG::Text#font_size (method)">#font_size</a></span>
|
|
338
|
+
<small>MG::Text</small>
|
|
339
|
+
</li>
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
<li class="r1 ">
|
|
337
343
|
<span class='object_link'><a href="MG/Button.html#font_size-instance_method" title="MG::Button#font_size (method)">#font_size</a></span>
|
|
338
344
|
<small>MG::Button</small>
|
|
339
345
|
</li>
|
|
340
346
|
|
|
341
347
|
|
|
342
|
-
<li class="
|
|
348
|
+
<li class="r2 ">
|
|
343
349
|
<span class='object_link'><a href="MG/Sprite.html#friction-instance_method" title="MG::Sprite#friction (method)">#friction</a></span>
|
|
344
350
|
<small>MG::Sprite</small>
|
|
345
351
|
</li>
|
|
346
352
|
|
|
347
353
|
|
|
348
|
-
<li class="
|
|
354
|
+
<li class="r1 ">
|
|
349
355
|
<span class='object_link'><a href="MG/Sprite.html#gravitates%3F-instance_method" title="MG::Sprite#gravitates? (method)">#gravitates?</a></span>
|
|
350
356
|
<small>MG::Sprite</small>
|
|
351
357
|
</li>
|
|
352
358
|
|
|
353
359
|
|
|
354
|
-
<li class="
|
|
360
|
+
<li class="r2 ">
|
|
355
361
|
<span class='object_link'><a href="MG/Scene.html#gravity-instance_method" title="MG::Scene#gravity (method)">#gravity</a></span>
|
|
356
362
|
<small>MG::Scene</small>
|
|
357
363
|
</li>
|
|
358
364
|
|
|
359
365
|
|
|
360
|
-
<li class="
|
|
366
|
+
<li class="r1 ">
|
|
361
367
|
<span class='object_link'><a href="MG/Color.html#green-instance_method" title="MG::Color#green (method)">#green</a></span>
|
|
362
368
|
<small>MG::Color</small>
|
|
363
369
|
</li>
|
|
364
370
|
|
|
365
371
|
|
|
366
|
-
<li class="
|
|
372
|
+
<li class="r2 ">
|
|
367
373
|
<span class='object_link'><a href="MG/Size.html#height-instance_method" title="MG::Size#height (method)">#height</a></span>
|
|
368
374
|
<small>MG::Size</small>
|
|
369
375
|
</li>
|
|
370
376
|
|
|
371
377
|
|
|
372
|
-
<li class="
|
|
378
|
+
<li class="r1 ">
|
|
373
379
|
<span class='object_link'><a href="MG/Widget.html#highlighted%3F-instance_method" title="MG::Widget#highlighted? (method)">#highlighted?</a></span>
|
|
374
380
|
<small>MG::Widget</small>
|
|
375
381
|
</li>
|
|
376
382
|
|
|
377
383
|
|
|
378
|
-
<li class="
|
|
384
|
+
<li class="r2 ">
|
|
379
385
|
<span class='object_link'><a href="MG/Text.html#horizontal_align-instance_method" title="MG::Text#horizontal_align (method)">#horizontal_align</a></span>
|
|
380
386
|
<small>MG::Text</small>
|
|
381
387
|
</li>
|
|
382
388
|
|
|
383
389
|
|
|
384
|
-
<li class="
|
|
390
|
+
<li class="r1 ">
|
|
385
391
|
<span class='object_link'><a href="MG/Sprite.html#inertia_moment-instance_method" title="MG::Sprite#inertia_moment (method)">#inertia_moment</a></span>
|
|
386
392
|
<small>MG::Sprite</small>
|
|
387
393
|
</li>
|
|
388
394
|
|
|
389
395
|
|
|
390
|
-
<li class="r1 ">
|
|
391
|
-
<span class='object_link'><a href="MG/List.html#initialize-instance_method" title="MG::List#initialize (method)">#initialize</a></span>
|
|
392
|
-
<small>MG::List</small>
|
|
393
|
-
</li>
|
|
394
|
-
|
|
395
|
-
|
|
396
396
|
<li class="r2 ">
|
|
397
|
-
<span class='object_link'><a href="MG/
|
|
398
|
-
<small>MG::
|
|
397
|
+
<span class='object_link'><a href="MG/Text.html#initialize-instance_method" title="MG::Text#initialize (method)">#initialize</a></span>
|
|
398
|
+
<small>MG::Text</small>
|
|
399
399
|
</li>
|
|
400
400
|
|
|
401
401
|
|
|
@@ -406,95 +406,107 @@
|
|
|
406
406
|
|
|
407
407
|
|
|
408
408
|
<li class="r2 ">
|
|
409
|
-
<span class='object_link'><a href="MG/
|
|
410
|
-
<small>MG::
|
|
409
|
+
<span class='object_link'><a href="MG/Button.html#initialize-instance_method" title="MG::Button#initialize (method)">#initialize</a></span>
|
|
410
|
+
<small>MG::Button</small>
|
|
411
411
|
</li>
|
|
412
412
|
|
|
413
413
|
|
|
414
414
|
<li class="r1 ">
|
|
415
|
-
<span class='object_link'><a href="MG/
|
|
416
|
-
<small>MG::
|
|
415
|
+
<span class='object_link'><a href="MG/Particle.html#initialize-instance_method" title="MG::Particle#initialize (method)">#initialize</a></span>
|
|
416
|
+
<small>MG::Particle</small>
|
|
417
417
|
</li>
|
|
418
418
|
|
|
419
419
|
|
|
420
420
|
<li class="r2 ">
|
|
421
|
-
<span class='object_link'><a href="MG/
|
|
422
|
-
<small>MG::
|
|
421
|
+
<span class='object_link'><a href="MG/List.html#initialize-instance_method" title="MG::List#initialize (method)">#initialize</a></span>
|
|
422
|
+
<small>MG::List</small>
|
|
423
423
|
</li>
|
|
424
424
|
|
|
425
425
|
|
|
426
426
|
<li class="r1 ">
|
|
427
|
-
<span class='object_link'><a href="MG/
|
|
428
|
-
<small>MG::
|
|
427
|
+
<span class='object_link'><a href="MG/Sprite.html#initialize-instance_method" title="MG::Sprite#initialize (method)">#initialize</a></span>
|
|
428
|
+
<small>MG::Sprite</small>
|
|
429
429
|
</li>
|
|
430
430
|
|
|
431
431
|
|
|
432
432
|
<li class="r2 ">
|
|
433
|
-
<span class='object_link'><a href="MG/
|
|
434
|
-
<small>MG::
|
|
433
|
+
<span class='object_link'><a href="MG/Slider.html#initialize-instance_method" title="MG::Slider#initialize (method)">#initialize</a></span>
|
|
434
|
+
<small>MG::Slider</small>
|
|
435
435
|
</li>
|
|
436
436
|
|
|
437
437
|
|
|
438
438
|
<li class="r1 ">
|
|
439
|
-
<span class='object_link'><a href="MG/
|
|
440
|
-
<small>MG::
|
|
439
|
+
<span class='object_link'><a href="MG/Web.html#initialize-instance_method" title="MG::Web#initialize (method)">#initialize</a></span>
|
|
440
|
+
<small>MG::Web</small>
|
|
441
441
|
</li>
|
|
442
442
|
|
|
443
443
|
|
|
444
444
|
<li class="r2 ">
|
|
445
|
+
<span class='object_link'><a href="MG/Scroll.html#initialize-instance_method" title="MG::Scroll#initialize (method)">#initialize</a></span>
|
|
446
|
+
<small>MG::Scroll</small>
|
|
447
|
+
</li>
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
<li class="r1 ">
|
|
445
451
|
<span class='object_link'><a href="MG/Layout.html#initialize-instance_method" title="MG::Layout#initialize (method)">#initialize</a></span>
|
|
446
452
|
<small>MG::Layout</small>
|
|
447
453
|
</li>
|
|
448
454
|
|
|
449
455
|
|
|
450
|
-
<li class="
|
|
456
|
+
<li class="r2 ">
|
|
451
457
|
<span class='object_link'><a href="MG/Scroll.html#inner_container-instance_method" title="MG::Scroll#inner_container (method)">#inner_container</a></span>
|
|
452
458
|
<small>MG::Scroll</small>
|
|
453
459
|
</li>
|
|
454
460
|
|
|
455
461
|
|
|
456
|
-
<li class="
|
|
462
|
+
<li class="r1 ">
|
|
457
463
|
<span class='object_link'><a href="MG/Scroll.html#inner_size-instance_method" title="MG::Scroll#inner_size (method)">#inner_size</a></span>
|
|
458
464
|
<small>MG::Scroll</small>
|
|
459
465
|
</li>
|
|
460
466
|
|
|
461
467
|
|
|
462
|
-
<li class="
|
|
468
|
+
<li class="r2 ">
|
|
463
469
|
<span class='object_link'><a href="MG/List.html#insert_item-instance_method" title="MG::List#insert_item (method)">#insert_item</a></span>
|
|
464
470
|
<small>MG::List</small>
|
|
465
471
|
</li>
|
|
466
472
|
|
|
467
473
|
|
|
468
|
-
<li class="
|
|
474
|
+
<li class="r1 ">
|
|
469
475
|
<span class='object_link'><a href="MG/Node.html#intersects%3F-instance_method" title="MG::Node#intersects? (method)">#intersects?</a></span>
|
|
470
476
|
<small>MG::Node</small>
|
|
471
477
|
</li>
|
|
472
478
|
|
|
473
479
|
|
|
474
|
-
<li class="
|
|
480
|
+
<li class="r2 ">
|
|
475
481
|
<span class='object_link'><a href="MG/List.html#item_at-instance_method" title="MG::List#item_at (method)">#item_at</a></span>
|
|
476
482
|
<small>MG::List</small>
|
|
477
483
|
</li>
|
|
478
484
|
|
|
479
485
|
|
|
480
|
-
<li class="
|
|
486
|
+
<li class="r1 ">
|
|
481
487
|
<span class='object_link'><a href="MG/List.html#items_margin-instance_method" title="MG::List#items_margin (method)">#items_margin</a></span>
|
|
482
488
|
<small>MG::List</small>
|
|
483
489
|
</li>
|
|
484
490
|
|
|
485
491
|
|
|
486
|
-
<li class="
|
|
492
|
+
<li class="r2 ">
|
|
487
493
|
<span class='object_link'><a href="MG/Particle.html#life-instance_method" title="MG::Particle#life (method)">#life</a></span>
|
|
488
494
|
<small>MG::Particle</small>
|
|
489
495
|
</li>
|
|
490
496
|
|
|
491
497
|
|
|
492
|
-
<li class="
|
|
498
|
+
<li class="r1 ">
|
|
493
499
|
<span class='object_link'><a href="MG/Particle.html#life_range-instance_method" title="MG::Particle#life_range (method)">#life_range</a></span>
|
|
494
500
|
<small>MG::Particle</small>
|
|
495
501
|
</li>
|
|
496
502
|
|
|
497
503
|
|
|
504
|
+
<li class="r2 ">
|
|
505
|
+
<span class='object_link'><a href="MG/Draw.html#line-instance_method" title="MG::Draw#line (method)">#line</a></span>
|
|
506
|
+
<small>MG::Draw</small>
|
|
507
|
+
</li>
|
|
508
|
+
|
|
509
|
+
|
|
498
510
|
<li class="r1 ">
|
|
499
511
|
<span class='object_link'><a href="MG/Sprite.html#load-class_method" title="MG::Sprite.load (method)">load</a></span>
|
|
500
512
|
<small>MG::Sprite</small>
|
|
@@ -778,14 +790,14 @@
|
|
|
778
790
|
|
|
779
791
|
|
|
780
792
|
<li class="r2 ">
|
|
781
|
-
<span class='object_link'><a href="MG/
|
|
782
|
-
<small>MG::
|
|
793
|
+
<span class='object_link'><a href="MG/Director.html#size-instance_method" title="MG::Director#size (method)">#size</a></span>
|
|
794
|
+
<small>MG::Director</small>
|
|
783
795
|
</li>
|
|
784
796
|
|
|
785
797
|
|
|
786
798
|
<li class="r1 ">
|
|
787
|
-
<span class='object_link'><a href="MG/
|
|
788
|
-
<small>MG::
|
|
799
|
+
<span class='object_link'><a href="MG/Node.html#size-instance_method" title="MG::Node#size (method)">#size</a></span>
|
|
800
|
+
<small>MG::Node</small>
|
|
789
801
|
</li>
|
|
790
802
|
|
|
791
803
|
|
|
@@ -814,14 +826,14 @@
|
|
|
814
826
|
|
|
815
827
|
|
|
816
828
|
<li class="r2 ">
|
|
817
|
-
<span class='object_link'><a href="MG/
|
|
818
|
-
<small>MG::
|
|
829
|
+
<span class='object_link'><a href="MG/Audio.html#stop-instance_method" title="MG::Audio#stop (method)">#stop</a></span>
|
|
830
|
+
<small>MG::Audio</small>
|
|
819
831
|
</li>
|
|
820
832
|
|
|
821
833
|
|
|
822
834
|
<li class="r1 ">
|
|
823
|
-
<span class='object_link'><a href="MG/
|
|
824
|
-
<small>MG::
|
|
835
|
+
<span class='object_link'><a href="MG/Web.html#stop-instance_method" title="MG::Web#stop (method)">#stop</a></span>
|
|
836
|
+
<small>MG::Web</small>
|
|
825
837
|
</li>
|
|
826
838
|
|
|
827
839
|
|
|
@@ -832,14 +844,14 @@
|
|
|
832
844
|
|
|
833
845
|
|
|
834
846
|
<li class="r1 ">
|
|
835
|
-
<span class='object_link'><a href="MG/
|
|
836
|
-
<small>MG::
|
|
847
|
+
<span class='object_link'><a href="MG/Text.html#text-instance_method" title="MG::Text#text (method)">#text</a></span>
|
|
848
|
+
<small>MG::Text</small>
|
|
837
849
|
</li>
|
|
838
850
|
|
|
839
851
|
|
|
840
852
|
<li class="r2 ">
|
|
841
|
-
<span class='object_link'><a href="MG/
|
|
842
|
-
<small>MG::
|
|
853
|
+
<span class='object_link'><a href="MG/Button.html#text-instance_method" title="MG::Button#text (method)">#text</a></span>
|
|
854
|
+
<small>MG::Button</small>
|
|
843
855
|
</li>
|
|
844
856
|
|
|
845
857
|
|
|
@@ -862,59 +874,59 @@
|
|
|
862
874
|
|
|
863
875
|
|
|
864
876
|
<li class="r2 ">
|
|
877
|
+
<span class='object_link'><a href="MG/Draw.html#triangle-instance_method" title="MG::Draw#triangle (method)">#triangle</a></span>
|
|
878
|
+
<small>MG::Draw</small>
|
|
879
|
+
</li>
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
<li class="r1 ">
|
|
865
883
|
<span class='object_link'><a href="MG/Layout.html#type-instance_method" title="MG::Layout#type (method)">#type</a></span>
|
|
866
884
|
<small>MG::Layout</small>
|
|
867
885
|
</li>
|
|
868
886
|
|
|
869
887
|
|
|
870
|
-
<li class="
|
|
888
|
+
<li class="r2 ">
|
|
871
889
|
<span class='object_link'><a href="MG/Scene.html#unschedule-instance_method" title="MG::Scene#unschedule (method)">#unschedule</a></span>
|
|
872
890
|
<small>MG::Scene</small>
|
|
873
891
|
</li>
|
|
874
892
|
|
|
875
893
|
|
|
876
|
-
<li class="
|
|
894
|
+
<li class="r1 ">
|
|
877
895
|
<span class='object_link'><a href="MG/Scene.html#update-instance_method" title="MG::Scene#update (method)">#update</a></span>
|
|
878
896
|
<small>MG::Scene</small>
|
|
879
897
|
</li>
|
|
880
898
|
|
|
881
899
|
|
|
882
|
-
<li class="
|
|
900
|
+
<li class="r2 ">
|
|
883
901
|
<span class='object_link'><a href="MG/Sprite.html#velocity-instance_method" title="MG::Sprite#velocity (method)">#velocity</a></span>
|
|
884
902
|
<small>MG::Sprite</small>
|
|
885
903
|
</li>
|
|
886
904
|
|
|
887
905
|
|
|
888
|
-
<li class="
|
|
906
|
+
<li class="r1 ">
|
|
889
907
|
<span class='object_link'><a href="MG/Text.html#vertical_align-instance_method" title="MG::Text#vertical_align (method)">#vertical_align</a></span>
|
|
890
908
|
<small>MG::Text</small>
|
|
891
909
|
</li>
|
|
892
910
|
|
|
893
911
|
|
|
894
|
-
<li class="
|
|
912
|
+
<li class="r2 ">
|
|
895
913
|
<span class='object_link'><a href="MG/Node.html#visible%3F-instance_method" title="MG::Node#visible? (method)">#visible?</a></span>
|
|
896
914
|
<small>MG::Node</small>
|
|
897
915
|
</li>
|
|
898
916
|
|
|
899
917
|
|
|
900
|
-
<li class="
|
|
918
|
+
<li class="r1 ">
|
|
901
919
|
<span class='object_link'><a href="MG/Audio.html#volume-instance_method" title="MG::Audio#volume (method)">#volume</a></span>
|
|
902
920
|
<small>MG::Audio</small>
|
|
903
921
|
</li>
|
|
904
922
|
|
|
905
923
|
|
|
906
|
-
<li class="
|
|
924
|
+
<li class="r2 ">
|
|
907
925
|
<span class='object_link'><a href="MG/Size.html#width-instance_method" title="MG::Size#width (method)">#width</a></span>
|
|
908
926
|
<small>MG::Size</small>
|
|
909
927
|
</li>
|
|
910
928
|
|
|
911
929
|
|
|
912
|
-
<li class="r2 ">
|
|
913
|
-
<span class='object_link'><a href="MG/Events/Acceleration.html#x-instance_method" title="MG::Events::Acceleration#x (method)">#x</a></span>
|
|
914
|
-
<small>MG::Events::Acceleration</small>
|
|
915
|
-
</li>
|
|
916
|
-
|
|
917
|
-
|
|
918
930
|
<li class="r1 ">
|
|
919
931
|
<span class='object_link'><a href="MG/Point.html#x-instance_method" title="MG::Point#x (method)">#x</a></span>
|
|
920
932
|
<small>MG::Point</small>
|
|
@@ -922,30 +934,36 @@
|
|
|
922
934
|
|
|
923
935
|
|
|
924
936
|
<li class="r2 ">
|
|
937
|
+
<span class='object_link'><a href="MG/Events/Acceleration.html#x-instance_method" title="MG::Events::Acceleration#x (method)">#x</a></span>
|
|
938
|
+
<small>MG::Events::Acceleration</small>
|
|
939
|
+
</li>
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
<li class="r1 ">
|
|
925
943
|
<span class='object_link'><a href="MG/Point.html#y-instance_method" title="MG::Point#y (method)">#y</a></span>
|
|
926
944
|
<small>MG::Point</small>
|
|
927
945
|
</li>
|
|
928
946
|
|
|
929
947
|
|
|
930
|
-
<li class="
|
|
948
|
+
<li class="r2 ">
|
|
931
949
|
<span class='object_link'><a href="MG/Events/Acceleration.html#y-instance_method" title="MG::Events::Acceleration#y (method)">#y</a></span>
|
|
932
950
|
<small>MG::Events::Acceleration</small>
|
|
933
951
|
</li>
|
|
934
952
|
|
|
935
953
|
|
|
936
|
-
<li class="
|
|
954
|
+
<li class="r1 ">
|
|
937
955
|
<span class='object_link'><a href="MG/Events/Acceleration.html#z-instance_method" title="MG::Events::Acceleration#z (method)">#z</a></span>
|
|
938
956
|
<small>MG::Events::Acceleration</small>
|
|
939
957
|
</li>
|
|
940
958
|
|
|
941
959
|
|
|
942
|
-
<li class="
|
|
960
|
+
<li class="r2 ">
|
|
943
961
|
<span class='object_link'><a href="MG/Node.html#z_index-instance_method" title="MG::Node#z_index (method)">#z_index</a></span>
|
|
944
962
|
<small>MG::Node</small>
|
|
945
963
|
</li>
|
|
946
964
|
|
|
947
965
|
|
|
948
|
-
<li class="
|
|
966
|
+
<li class="r1 ">
|
|
949
967
|
<span class='object_link'><a href="MG/Button.html#zoom_scale-instance_method" title="MG::Button#zoom_scale (method)">#zoom_scale</a></span>
|
|
950
968
|
<small>MG::Button</small>
|
|
951
969
|
</li>
|