motion-game 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- 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 +40 -38
- data/doc/MG/Action.html +402 -0
- data/doc/MG/Animate.html +281 -0
- data/doc/MG/Application.html +55 -52
- data/doc/MG/Audio.html +96 -93
- data/doc/MG/Blink.html +257 -0
- data/doc/MG/Button.html +82 -79
- data/doc/MG/Color.html +70 -67
- data/doc/MG/DelayTime.html +239 -0
- data/doc/MG/Director.html +256 -95
- data/doc/MG/Draw.html +67 -64
- data/doc/MG/Events.html +39 -37
- data/doc/MG/Events/Acceleration.html +70 -67
- data/doc/MG/Events/Touch.html +52 -49
- data/doc/MG/FadeIn.html +240 -0
- data/doc/MG/FadeOut.html +240 -0
- data/doc/MG/FadeTo.html +256 -0
- data/doc/MG/File.html +50 -47
- data/doc/MG/Follow.html +241 -0
- data/doc/MG/JumpBy.html +292 -0
- data/doc/MG/JumpTo.html +287 -0
- data/doc/MG/Layout.html +70 -67
- data/doc/MG/List.html +88 -85
- data/doc/MG/Menu.html +65 -62
- data/doc/MG/MoveBy.html +259 -0
- data/doc/MG/MoveTo.html +257 -0
- data/doc/MG/Node.html +393 -133
- data/doc/MG/Parallax.html +51 -48
- data/doc/MG/Particle.html +118 -115
- data/doc/MG/Point.html +67 -64
- data/doc/MG/Repeat.html +257 -0
- data/doc/MG/RepeatForever.html +239 -0
- data/doc/MG/RotateBy.html +259 -0
- data/doc/MG/RotateTo.html +257 -0
- data/doc/MG/ScaleBy.html +255 -0
- data/doc/MG/ScaleTo.html +255 -0
- data/doc/MG/Scene.html +110 -107
- data/doc/MG/Scroll.html +70 -67
- data/doc/MG/Sequence.html +241 -0
- data/doc/MG/Size.html +75 -72
- data/doc/MG/SkewBy.html +273 -0
- data/doc/MG/SkewTo.html +273 -0
- data/doc/MG/Slider.html +58 -55
- data/doc/MG/Spawn.html +239 -0
- data/doc/MG/Speed.html +259 -0
- data/doc/MG/Sprite.html +547 -144
- data/doc/MG/Text.html +94 -91
- data/doc/MG/TintBy.html +272 -0
- data/doc/MG/TintTo.html +274 -0
- data/doc/MG/Web.html +77 -74
- data/doc/MG/Widget.html +70 -67
- data/doc/_index.html +223 -33
- data/doc/class_list.html +24 -31
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +220 -78
- data/doc/file.README.html +29 -30
- data/doc/file_list.html +26 -30
- data/doc/frames.html +7 -16
- data/doc/index.html +29 -30
- data/doc/js/app.js +100 -76
- data/doc/js/full_list.js +170 -135
- data/doc/method_list.html +1096 -500
- data/doc/top-level-namespace.html +35 -35
- data/lib/motion-game/android/main_activity.rb +21 -0
- data/lib/motion-game/ios/app_delegate.rb +14 -0
- data/lib/motion-game/tvos/app_delegate.rb +16 -0
- data/template/motion-game/files/app/application.rb +8 -0
- metadata +28 -4
data/doc/MG/Widget.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: MG::Widget
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.5
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "MG::Widget";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!MG/Widget.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,50 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../class_list.html"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (W)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../MG.html" title="MG (module)">MG</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Widget</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
62
|
+
<iframe id="search_frame" src="../class_list.html"></iframe>
|
65
63
|
|
66
|
-
|
64
|
+
<div id="content"><h1>Class: MG::Widget
|
67
65
|
|
68
66
|
|
69
67
|
|
70
68
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
69
|
+
<div class="box_info">
|
73
70
|
|
74
|
-
|
75
|
-
<
|
71
|
+
<dl>
|
72
|
+
<dt>Inherits:</dt>
|
73
|
+
<dd>
|
76
74
|
<span class="inheritName"><span class='object_link'><a href="Node.html" title="MG::Node (class)">Node</a></span></span>
|
77
75
|
|
78
76
|
<ul class="fullTree">
|
@@ -85,21 +83,25 @@
|
|
85
83
|
</ul>
|
86
84
|
<a href="#" class="inheritanceTree">show all</a>
|
87
85
|
|
88
|
-
|
89
|
-
|
86
|
+
</dd>
|
87
|
+
</dl>
|
88
|
+
|
89
|
+
|
90
90
|
|
91
91
|
|
92
|
-
|
93
92
|
|
94
|
-
|
95
93
|
|
96
94
|
|
95
|
+
|
96
|
+
|
97
|
+
|
97
98
|
|
98
|
-
|
99
|
-
<
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>motion-game</dd>
|
102
|
+
</dl>
|
100
103
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
104
|
+
</div>
|
103
105
|
|
104
106
|
<h2>Overview</h2><div class="docstring">
|
105
107
|
<div class="discussion">
|
@@ -121,13 +123,13 @@ directly but use a subclass instead.</p>
|
|
121
123
|
|
122
124
|
|
123
125
|
|
124
|
-
<h2>Properties <small
|
126
|
+
<h2>Properties <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
125
127
|
<ul class="summary">
|
126
128
|
|
127
129
|
<li class="public ">
|
128
130
|
<span class="summary_signature">
|
129
131
|
|
130
|
-
<a href="#enabled%3F-instance_method" title="#enabled? (instance method)"
|
132
|
+
<a href="#enabled%3F-instance_method" title="#enabled? (instance method)">#<strong>enabled?</strong> ⇒ Boolean </a>
|
131
133
|
|
132
134
|
|
133
135
|
|
@@ -154,7 +156,7 @@ directly but use a subclass instead.</p>
|
|
154
156
|
<li class="public ">
|
155
157
|
<span class="summary_signature">
|
156
158
|
|
157
|
-
<a href="#highlighted%3F-instance_method" title="#highlighted? (instance method)"
|
159
|
+
<a href="#highlighted%3F-instance_method" title="#highlighted? (instance method)">#<strong>highlighted?</strong> ⇒ Boolean </a>
|
158
160
|
|
159
161
|
|
160
162
|
|
@@ -181,7 +183,7 @@ directly but use a subclass instead.</p>
|
|
181
183
|
<li class="public ">
|
182
184
|
<span class="summary_signature">
|
183
185
|
|
184
|
-
<a href="#touch_enabled%3F-instance_method" title="#touch_enabled? (instance method)"
|
186
|
+
<a href="#touch_enabled%3F-instance_method" title="#touch_enabled? (instance method)">#<strong>touch_enabled?</strong> ⇒ Boolean </a>
|
185
187
|
|
186
188
|
|
187
189
|
|
@@ -218,7 +220,7 @@ directly but use a subclass instead.</p>
|
|
218
220
|
|
219
221
|
<h2>
|
220
222
|
Events
|
221
|
-
<small
|
223
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
222
224
|
</h2>
|
223
225
|
|
224
226
|
<ul class="summary">
|
@@ -226,7 +228,7 @@ directly but use a subclass instead.</p>
|
|
226
228
|
<li class="public ">
|
227
229
|
<span class="summary_signature">
|
228
230
|
|
229
|
-
<a href="#on_touch-instance_method" title="#on_touch (instance method)"
|
231
|
+
<a href="#on_touch-instance_method" title="#on_touch (instance method)">#<strong>on_touch</strong> {|Symbol| ... } ⇒ Widget </a>
|
230
232
|
|
231
233
|
|
232
234
|
|
@@ -261,7 +263,7 @@ widget.</p>
|
|
261
263
|
|
262
264
|
|
263
265
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Node.html" title="MG::Node (class)">Node</a></span></h3>
|
264
|
-
<p class="inherited"><span class='object_link'><a href="Node.html#add-instance_method" title="MG::Node#add (method)">#add</a></span>, <span class='object_link'><a href="Node.html#children-instance_method" title="MG::Node#children (method)">#children</a></span>, <span class='object_link'><a href="Node.html#clear-instance_method" title="MG::Node#clear (method)">#clear</a></span>, <span class='object_link'><a href="Node.html#delete-instance_method" title="MG::Node#delete (method)">#delete</a></span>, <span class='object_link'><a href="Node.html#delete_from_parent-instance_method" title="MG::Node#delete_from_parent (method)">#delete_from_parent</a></span>, <span class='object_link'><a href="Node.html#intersects%3F-instance_method" title="MG::Node#intersects? (method)">#intersects?</a></span>, <span class='object_link'><a href="Node.html#parent-instance_method" title="MG::Node#parent (method)">#parent</a></span></p>
|
266
|
+
<p class="inherited"><span class='object_link'><a href="Node.html#add-instance_method" title="MG::Node#add (method)">#add</a></span>, <span class='object_link'><a href="Node.html#children-instance_method" title="MG::Node#children (method)">#children</a></span>, <span class='object_link'><a href="Node.html#clear-instance_method" title="MG::Node#clear (method)">#clear</a></span>, <span class='object_link'><a href="Node.html#delete-instance_method" title="MG::Node#delete (method)">#delete</a></span>, <span class='object_link'><a href="Node.html#delete_from_parent-instance_method" title="MG::Node#delete_from_parent (method)">#delete_from_parent</a></span>, <span class='object_link'><a href="Node.html#intersects%3F-instance_method" title="MG::Node#intersects? (method)">#intersects?</a></span>, <span class='object_link'><a href="Node.html#parent-instance_method" title="MG::Node#parent (method)">#parent</a></span>, <span class='object_link'><a href="Node.html#run_action-instance_method" title="MG::Node#run_action (method)">#run_action</a></span>, <span class='object_link'><a href="Node.html#stop_action-instance_method" title="MG::Node#stop_action (method)">#stop_action</a></span>, <span class='object_link'><a href="Node.html#stop_all_actions-instance_method" title="MG::Node#stop_all_actions (method)">#stop_all_actions</a></span></p>
|
265
267
|
|
266
268
|
<div id="instance_attr_details" class="attr_details">
|
267
269
|
<h2>Instance Attribute Details</h2>
|
@@ -271,7 +273,7 @@ widget.</p>
|
|
271
273
|
<div class="method_details first">
|
272
274
|
<h3 class="signature first" id="enabled?-instance_method">
|
273
275
|
|
274
|
-
|
276
|
+
#<strong>enabled?</strong> ⇒ <tt>Boolean</tt>
|
275
277
|
|
276
278
|
|
277
279
|
|
@@ -313,12 +315,12 @@ clicked. By default, a widget is enabled.</p>
|
|
313
315
|
<pre class="lines">
|
314
316
|
|
315
317
|
|
316
|
-
|
317
|
-
|
318
|
-
|
318
|
+
1133
|
319
|
+
1134
|
320
|
+
1135</pre>
|
319
321
|
</td>
|
320
322
|
<td>
|
321
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
323
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1133</span>
|
322
324
|
|
323
325
|
def enabled?
|
324
326
|
@enabled?
|
@@ -333,7 +335,7 @@ end</pre>
|
|
333
335
|
<div class="method_details ">
|
334
336
|
<h3 class="signature " id="highlighted?-instance_method">
|
335
337
|
|
336
|
-
|
338
|
+
#<strong>highlighted?</strong> ⇒ <tt>Boolean</tt>
|
337
339
|
|
338
340
|
|
339
341
|
|
@@ -374,12 +376,12 @@ end</pre>
|
|
374
376
|
<pre class="lines">
|
375
377
|
|
376
378
|
|
377
|
-
|
378
|
-
|
379
|
-
|
379
|
+
1142
|
380
|
+
1143
|
381
|
+
1144</pre>
|
380
382
|
</td>
|
381
383
|
<td>
|
382
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
384
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1142</span>
|
383
385
|
|
384
386
|
def highlighted?
|
385
387
|
@highlighted?
|
@@ -394,7 +396,7 @@ end</pre>
|
|
394
396
|
<div class="method_details ">
|
395
397
|
<h3 class="signature " id="touch_enabled?-instance_method">
|
396
398
|
|
397
|
-
|
399
|
+
#<strong>touch_enabled?</strong> ⇒ <tt>Boolean</tt>
|
398
400
|
|
399
401
|
|
400
402
|
|
@@ -436,12 +438,12 @@ on_touch. By default, a widget is not touch enabled.</p>
|
|
436
438
|
<pre class="lines">
|
437
439
|
|
438
440
|
|
439
|
-
|
440
|
-
|
441
|
-
|
441
|
+
1138
|
442
|
+
1139
|
443
|
+
1140</pre>
|
442
444
|
</td>
|
443
445
|
<td>
|
444
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
446
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1138</span>
|
445
447
|
|
446
448
|
def touch_enabled?
|
447
449
|
@touch_enabled?
|
@@ -461,7 +463,7 @@ end</pre>
|
|
461
463
|
<div class="method_details first">
|
462
464
|
<h3 class="signature first" id="on_touch-instance_method">
|
463
465
|
|
464
|
-
|
466
|
+
#<strong>on_touch</strong> {|Symbol| ... } ⇒ <tt><span class='object_link'><a href="" title="MG::Widget (class)">Widget</a></span></tt>
|
465
467
|
|
466
468
|
|
467
469
|
|
@@ -524,10 +526,10 @@ widget.</p>
|
|
524
526
|
<pre class="lines">
|
525
527
|
|
526
528
|
|
527
|
-
|
529
|
+
1153</pre>
|
528
530
|
</td>
|
529
531
|
<td>
|
530
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
532
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1153</span>
|
531
533
|
|
532
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>
|
533
535
|
</td>
|
@@ -539,11 +541,12 @@ widget.</p>
|
|
539
541
|
|
540
542
|
</div>
|
541
543
|
|
542
|
-
|
543
|
-
Generated on
|
544
|
+
<div id="footer">
|
545
|
+
Generated on Sun Nov 27 15:52:19 2016 by
|
544
546
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
545
|
-
0.
|
547
|
+
0.9.5 (ruby-2.3.3).
|
546
548
|
</div>
|
547
549
|
|
550
|
+
</div>
|
548
551
|
</body>
|
549
552
|
</html>
|
data/doc/_index.html
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
|
-
Documentation by YARD 0.
|
7
|
+
Documentation by YARD 0.9.5
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -13,9 +13,8 @@
|
|
13
13
|
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
15
|
<script type="text/javascript" charset="utf-8">
|
16
|
-
|
16
|
+
pathId = null;
|
17
17
|
relpath = '';
|
18
|
-
framesUrl = "frames.html#!_index.html";
|
19
18
|
</script>
|
20
19
|
|
21
20
|
|
@@ -26,37 +25,36 @@
|
|
26
25
|
|
27
26
|
</head>
|
28
27
|
<body>
|
29
|
-
<div
|
30
|
-
<
|
31
|
-
|
28
|
+
<div class="nav_wrap">
|
29
|
+
<iframe id="nav" src="class_list.html"></iframe>
|
30
|
+
<div id="resizer"></div>
|
31
|
+
</div>
|
32
32
|
|
33
|
-
|
33
|
+
<div id="main" tabindex="-1">
|
34
|
+
<div id="header">
|
35
|
+
<div id="menu">
|
36
|
+
|
34
37
|
</div>
|
35
38
|
|
36
|
-
|
39
|
+
<div id="search">
|
37
40
|
|
38
41
|
<a class="full_list_link" id="class_list_link"
|
39
42
|
href="class_list.html">
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
</a>
|
47
|
-
|
48
|
-
<a class="full_list_link" id="file_list_link"
|
49
|
-
href="file_list.html">
|
50
|
-
File List
|
43
|
+
|
44
|
+
<svg width="24" height="24">
|
45
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
46
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
47
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
48
|
+
</svg>
|
51
49
|
</a>
|
52
50
|
|
53
51
|
</div>
|
54
|
-
|
55
|
-
|
52
|
+
<div class="clear"></div>
|
53
|
+
</div>
|
56
54
|
|
57
|
-
|
55
|
+
<iframe id="search_frame" src="class_list.html"></iframe>
|
58
56
|
|
59
|
-
|
57
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.5</h1>
|
60
58
|
<div id="listing">
|
61
59
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
60
|
|
@@ -91,6 +89,20 @@
|
|
91
89
|
|
92
90
|
</li>
|
93
91
|
|
92
|
+
<li>
|
93
|
+
<span class='object_link'><a href="MG/Action.html" title="MG::Action (class)">Action</a></span>
|
94
|
+
|
95
|
+
<small>(MG)</small>
|
96
|
+
|
97
|
+
</li>
|
98
|
+
|
99
|
+
<li>
|
100
|
+
<span class='object_link'><a href="MG/Animate.html" title="MG::Animate (class)">Animate</a></span>
|
101
|
+
|
102
|
+
<small>(MG)</small>
|
103
|
+
|
104
|
+
</li>
|
105
|
+
|
94
106
|
<li>
|
95
107
|
<span class='object_link'><a href="MG/Application.html" title="MG::Application (class)">Application</a></span>
|
96
108
|
|
@@ -113,6 +125,13 @@
|
|
113
125
|
<li class="letter">B</li>
|
114
126
|
<ul>
|
115
127
|
|
128
|
+
<li>
|
129
|
+
<span class='object_link'><a href="MG/Blink.html" title="MG::Blink (class)">Blink</a></span>
|
130
|
+
|
131
|
+
<small>(MG)</small>
|
132
|
+
|
133
|
+
</li>
|
134
|
+
|
116
135
|
<li>
|
117
136
|
<span class='object_link'><a href="MG/Button.html" title="MG::Button (class)">Button</a></span>
|
118
137
|
|
@@ -143,6 +162,13 @@
|
|
143
162
|
<li class="letter">D</li>
|
144
163
|
<ul>
|
145
164
|
|
165
|
+
<li>
|
166
|
+
<span class='object_link'><a href="MG/DelayTime.html" title="MG::DelayTime (class)">DelayTime</a></span>
|
167
|
+
|
168
|
+
<small>(MG)</small>
|
169
|
+
|
170
|
+
</li>
|
171
|
+
|
146
172
|
<li>
|
147
173
|
<span class='object_link'><a href="MG/Director.html" title="MG::Director (class)">Director</a></span>
|
148
174
|
|
@@ -180,6 +206,27 @@
|
|
180
206
|
<li class="letter">F</li>
|
181
207
|
<ul>
|
182
208
|
|
209
|
+
<li>
|
210
|
+
<span class='object_link'><a href="MG/FadeIn.html" title="MG::FadeIn (class)">FadeIn</a></span>
|
211
|
+
|
212
|
+
<small>(MG)</small>
|
213
|
+
|
214
|
+
</li>
|
215
|
+
|
216
|
+
<li>
|
217
|
+
<span class='object_link'><a href="MG/FadeOut.html" title="MG::FadeOut (class)">FadeOut</a></span>
|
218
|
+
|
219
|
+
<small>(MG)</small>
|
220
|
+
|
221
|
+
</li>
|
222
|
+
|
223
|
+
<li>
|
224
|
+
<span class='object_link'><a href="MG/FadeTo.html" title="MG::FadeTo (class)">FadeTo</a></span>
|
225
|
+
|
226
|
+
<small>(MG)</small>
|
227
|
+
|
228
|
+
</li>
|
229
|
+
|
183
230
|
<li>
|
184
231
|
<span class='object_link'><a href="MG/File.html" title="MG::File (class)">File</a></span>
|
185
232
|
|
@@ -187,10 +234,42 @@
|
|
187
234
|
|
188
235
|
</li>
|
189
236
|
|
237
|
+
<li>
|
238
|
+
<span class='object_link'><a href="MG/Follow.html" title="MG::Follow (class)">Follow</a></span>
|
239
|
+
|
240
|
+
<small>(MG)</small>
|
241
|
+
|
242
|
+
</li>
|
243
|
+
|
244
|
+
</ul>
|
245
|
+
</ul>
|
246
|
+
|
247
|
+
|
248
|
+
<ul id="alpha_J" class="alpha">
|
249
|
+
<li class="letter">J</li>
|
250
|
+
<ul>
|
251
|
+
|
252
|
+
<li>
|
253
|
+
<span class='object_link'><a href="MG/JumpBy.html" title="MG::JumpBy (class)">JumpBy</a></span>
|
254
|
+
|
255
|
+
<small>(MG)</small>
|
256
|
+
|
257
|
+
</li>
|
258
|
+
|
259
|
+
<li>
|
260
|
+
<span class='object_link'><a href="MG/JumpTo.html" title="MG::JumpTo (class)">JumpTo</a></span>
|
261
|
+
|
262
|
+
<small>(MG)</small>
|
263
|
+
|
264
|
+
</li>
|
265
|
+
|
190
266
|
</ul>
|
191
267
|
</ul>
|
192
268
|
|
193
269
|
|
270
|
+
</td><td valign='top' width="33%">
|
271
|
+
|
272
|
+
|
194
273
|
<ul id="alpha_L" class="alpha">
|
195
274
|
<li class="letter">L</li>
|
196
275
|
<ul>
|
@@ -213,9 +292,6 @@
|
|
213
292
|
</ul>
|
214
293
|
|
215
294
|
|
216
|
-
</td><td valign='top' width="33%">
|
217
|
-
|
218
|
-
|
219
295
|
<ul id="alpha_M" class="alpha">
|
220
296
|
<li class="letter">M</li>
|
221
297
|
<ul>
|
@@ -232,6 +308,20 @@
|
|
232
308
|
|
233
309
|
</li>
|
234
310
|
|
311
|
+
<li>
|
312
|
+
<span class='object_link'><a href="MG/MoveBy.html" title="MG::MoveBy (class)">MoveBy</a></span>
|
313
|
+
|
314
|
+
<small>(MG)</small>
|
315
|
+
|
316
|
+
</li>
|
317
|
+
|
318
|
+
<li>
|
319
|
+
<span class='object_link'><a href="MG/MoveTo.html" title="MG::MoveTo (class)">MoveTo</a></span>
|
320
|
+
|
321
|
+
<small>(MG)</small>
|
322
|
+
|
323
|
+
</li>
|
324
|
+
|
235
325
|
</ul>
|
236
326
|
</ul>
|
237
327
|
|
@@ -280,10 +370,60 @@
|
|
280
370
|
</ul>
|
281
371
|
|
282
372
|
|
373
|
+
<ul id="alpha_R" class="alpha">
|
374
|
+
<li class="letter">R</li>
|
375
|
+
<ul>
|
376
|
+
|
377
|
+
<li>
|
378
|
+
<span class='object_link'><a href="MG/Repeat.html" title="MG::Repeat (class)">Repeat</a></span>
|
379
|
+
|
380
|
+
<small>(MG)</small>
|
381
|
+
|
382
|
+
</li>
|
383
|
+
|
384
|
+
<li>
|
385
|
+
<span class='object_link'><a href="MG/RepeatForever.html" title="MG::RepeatForever (class)">RepeatForever</a></span>
|
386
|
+
|
387
|
+
<small>(MG)</small>
|
388
|
+
|
389
|
+
</li>
|
390
|
+
|
391
|
+
<li>
|
392
|
+
<span class='object_link'><a href="MG/RotateBy.html" title="MG::RotateBy (class)">RotateBy</a></span>
|
393
|
+
|
394
|
+
<small>(MG)</small>
|
395
|
+
|
396
|
+
</li>
|
397
|
+
|
398
|
+
<li>
|
399
|
+
<span class='object_link'><a href="MG/RotateTo.html" title="MG::RotateTo (class)">RotateTo</a></span>
|
400
|
+
|
401
|
+
<small>(MG)</small>
|
402
|
+
|
403
|
+
</li>
|
404
|
+
|
405
|
+
</ul>
|
406
|
+
</ul>
|
407
|
+
|
408
|
+
|
283
409
|
<ul id="alpha_S" class="alpha">
|
284
410
|
<li class="letter">S</li>
|
285
411
|
<ul>
|
286
412
|
|
413
|
+
<li>
|
414
|
+
<span class='object_link'><a href="MG/ScaleBy.html" title="MG::ScaleBy (class)">ScaleBy</a></span>
|
415
|
+
|
416
|
+
<small>(MG)</small>
|
417
|
+
|
418
|
+
</li>
|
419
|
+
|
420
|
+
<li>
|
421
|
+
<span class='object_link'><a href="MG/ScaleTo.html" title="MG::ScaleTo (class)">ScaleTo</a></span>
|
422
|
+
|
423
|
+
<small>(MG)</small>
|
424
|
+
|
425
|
+
</li>
|
426
|
+
|
287
427
|
<li>
|
288
428
|
<span class='object_link'><a href="MG/Scene.html" title="MG::Scene (class)">Scene</a></span>
|
289
429
|
|
@@ -298,6 +438,13 @@
|
|
298
438
|
|
299
439
|
</li>
|
300
440
|
|
441
|
+
<li>
|
442
|
+
<span class='object_link'><a href="MG/Sequence.html" title="MG::Sequence (class)">Sequence</a></span>
|
443
|
+
|
444
|
+
<small>(MG)</small>
|
445
|
+
|
446
|
+
</li>
|
447
|
+
|
301
448
|
<li>
|
302
449
|
<span class='object_link'><a href="MG/Size.html" title="MG::Size (class)">Size</a></span>
|
303
450
|
|
@@ -305,6 +452,20 @@
|
|
305
452
|
|
306
453
|
</li>
|
307
454
|
|
455
|
+
<li>
|
456
|
+
<span class='object_link'><a href="MG/SkewBy.html" title="MG::SkewBy (class)">SkewBy</a></span>
|
457
|
+
|
458
|
+
<small>(MG)</small>
|
459
|
+
|
460
|
+
</li>
|
461
|
+
|
462
|
+
<li>
|
463
|
+
<span class='object_link'><a href="MG/SkewTo.html" title="MG::SkewTo (class)">SkewTo</a></span>
|
464
|
+
|
465
|
+
<small>(MG)</small>
|
466
|
+
|
467
|
+
</li>
|
468
|
+
|
308
469
|
<li>
|
309
470
|
<span class='object_link'><a href="MG/Slider.html" title="MG::Slider (class)">Slider</a></span>
|
310
471
|
|
@@ -312,6 +473,20 @@
|
|
312
473
|
|
313
474
|
</li>
|
314
475
|
|
476
|
+
<li>
|
477
|
+
<span class='object_link'><a href="MG/Spawn.html" title="MG::Spawn (class)">Spawn</a></span>
|
478
|
+
|
479
|
+
<small>(MG)</small>
|
480
|
+
|
481
|
+
</li>
|
482
|
+
|
483
|
+
<li>
|
484
|
+
<span class='object_link'><a href="MG/Speed.html" title="MG::Speed (class)">Speed</a></span>
|
485
|
+
|
486
|
+
<small>(MG)</small>
|
487
|
+
|
488
|
+
</li>
|
489
|
+
|
315
490
|
<li>
|
316
491
|
<span class='object_link'><a href="MG/Sprite.html" title="MG::Sprite (class)">Sprite</a></span>
|
317
492
|
|
@@ -334,6 +509,20 @@
|
|
334
509
|
|
335
510
|
</li>
|
336
511
|
|
512
|
+
<li>
|
513
|
+
<span class='object_link'><a href="MG/TintBy.html" title="MG::TintBy (class)">TintBy</a></span>
|
514
|
+
|
515
|
+
<small>(MG)</small>
|
516
|
+
|
517
|
+
</li>
|
518
|
+
|
519
|
+
<li>
|
520
|
+
<span class='object_link'><a href="MG/TintTo.html" title="MG::TintTo (class)">TintTo</a></span>
|
521
|
+
|
522
|
+
<small>(MG)</small>
|
523
|
+
|
524
|
+
</li>
|
525
|
+
|
337
526
|
<li>
|
338
527
|
<span class='object_link'><a href="MG/Events/Touch.html" title="MG::Events::Touch (class)">Touch</a></span>
|
339
528
|
|
@@ -374,11 +563,12 @@
|
|
374
563
|
|
375
564
|
</div>
|
376
565
|
|
377
|
-
|
378
|
-
Generated on
|
566
|
+
<div id="footer">
|
567
|
+
Generated on Sun Nov 27 15:52:18 2016 by
|
379
568
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
380
|
-
0.
|
569
|
+
0.9.5 (ruby-2.3.3).
|
381
570
|
</div>
|
382
571
|
|
572
|
+
</div>
|
383
573
|
</body>
|
384
574
|
</html>
|