motion-game 1.1.5 → 1.1.6
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 +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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d99521187e1dd28218c16860e0f724701837f663
|
4
|
+
data.tar.gz: bead34fe7ed7ca5116d1670452e116ec6eb29a27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27130eb08428559c6967ecb694d3f34d3131f8eaa7301463681318024bcb739968b4ebe49eed2be2ca64a7051b59446e0d50d9d81a2c464a79f4137ea4a74381
|
7
|
+
data.tar.gz: b7d0efc945ffcd8776feb9627fac186a76b737b891025b0d815b7905fc4b549d282c5ba359777122ad16a9b39e86dcc77df23d3ef6775d7fd79cc85c0ed7ad49
|
Binary file
|
Binary file
|
Binary file
|
data/build/ios/libmotion-cocos.a
CHANGED
Binary file
|
Binary file
|
data/doc/MG.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
|
Module: MG
|
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";
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!MG.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,61 +27,63 @@
|
|
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 (M)</a> »
|
35
40
|
|
36
41
|
|
37
42
|
<span class="title">MG</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>Module: MG
|
67
65
|
|
68
66
|
|
69
67
|
|
70
68
|
</h1>
|
69
|
+
<div class="box_info">
|
70
|
+
|
71
71
|
|
72
|
-
<dl class="box">
|
73
72
|
|
74
73
|
|
75
|
-
|
76
74
|
|
77
|
-
|
78
75
|
|
79
76
|
|
77
|
+
|
78
|
+
|
79
|
+
|
80
80
|
|
81
|
-
|
82
|
-
<
|
81
|
+
<dl>
|
82
|
+
<dt>Defined in:</dt>
|
83
|
+
<dd>motion-game</dd>
|
84
|
+
</dl>
|
83
85
|
|
84
|
-
</
|
85
|
-
<div class="clear"></div>
|
86
|
+
</div>
|
86
87
|
|
87
88
|
<h2>Overview</h2><div class="docstring">
|
88
89
|
<div class="discussion">
|
@@ -104,7 +105,7 @@ under that module.</p>
|
|
104
105
|
|
105
106
|
|
106
107
|
|
107
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="MG/Application.html" title="MG::Application (class)">Application</a></span>, <span class='object_link'><a href="MG/Audio.html" title="MG::Audio (class)">Audio</a></span>, <span class='object_link'><a href="MG/Button.html" title="MG::Button (class)">Button</a></span>, <span class='object_link'><a href="MG/Color.html" title="MG::Color (class)">Color</a></span>, <span class='object_link'><a href="MG/Director.html" title="MG::Director (class)">Director</a></span>, <span class='object_link'><a href="MG/Draw.html" title="MG::Draw (class)">Draw</a></span>, <span class='object_link'><a href="MG/File.html" title="MG::File (class)">File</a></span>, <span class='object_link'><a href="MG/Layout.html" title="MG::Layout (class)">Layout</a></span>, <span class='object_link'><a href="MG/List.html" title="MG::List (class)">List</a></span>, <span class='object_link'><a href="MG/Menu.html" title="MG::Menu (class)">Menu</a></span>, <span class='object_link'><a href="MG/Node.html" title="MG::Node (class)">Node</a></span>, <span class='object_link'><a href="MG/Parallax.html" title="MG::Parallax (class)">Parallax</a></span>, <span class='object_link'><a href="MG/Particle.html" title="MG::Particle (class)">Particle</a></span>, <span class='object_link'><a href="MG/Point.html" title="MG::Point (class)">Point</a></span>, <span class='object_link'><a href="MG/Scene.html" title="MG::Scene (class)">Scene</a></span>, <span class='object_link'><a href="MG/Scroll.html" title="MG::Scroll (class)">Scroll</a></span>, <span class='object_link'><a href="MG/Size.html" title="MG::Size (class)">Size</a></span>, <span class='object_link'><a href="MG/Slider.html" title="MG::Slider (class)">Slider</a></span>, <span class='object_link'><a href="MG/Sprite.html" title="MG::Sprite (class)">Sprite</a></span>, <span class='object_link'><a href="MG/Text.html" title="MG::Text (class)">Text</a></span>, <span class='object_link'><a href="MG/Web.html" title="MG::Web (class)">Web</a></span>, <span class='object_link'><a href="MG/Widget.html" title="MG::Widget (class)">Widget</a></span>
|
108
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="MG/Action.html" title="MG::Action (class)">Action</a></span>, <span class='object_link'><a href="MG/Animate.html" title="MG::Animate (class)">Animate</a></span>, <span class='object_link'><a href="MG/Application.html" title="MG::Application (class)">Application</a></span>, <span class='object_link'><a href="MG/Audio.html" title="MG::Audio (class)">Audio</a></span>, <span class='object_link'><a href="MG/Blink.html" title="MG::Blink (class)">Blink</a></span>, <span class='object_link'><a href="MG/Button.html" title="MG::Button (class)">Button</a></span>, <span class='object_link'><a href="MG/Color.html" title="MG::Color (class)">Color</a></span>, <span class='object_link'><a href="MG/DelayTime.html" title="MG::DelayTime (class)">DelayTime</a></span>, <span class='object_link'><a href="MG/Director.html" title="MG::Director (class)">Director</a></span>, <span class='object_link'><a href="MG/Draw.html" title="MG::Draw (class)">Draw</a></span>, <span class='object_link'><a href="MG/FadeIn.html" title="MG::FadeIn (class)">FadeIn</a></span>, <span class='object_link'><a href="MG/FadeOut.html" title="MG::FadeOut (class)">FadeOut</a></span>, <span class='object_link'><a href="MG/FadeTo.html" title="MG::FadeTo (class)">FadeTo</a></span>, <span class='object_link'><a href="MG/File.html" title="MG::File (class)">File</a></span>, <span class='object_link'><a href="MG/Follow.html" title="MG::Follow (class)">Follow</a></span>, <span class='object_link'><a href="MG/JumpBy.html" title="MG::JumpBy (class)">JumpBy</a></span>, <span class='object_link'><a href="MG/JumpTo.html" title="MG::JumpTo (class)">JumpTo</a></span>, <span class='object_link'><a href="MG/Layout.html" title="MG::Layout (class)">Layout</a></span>, <span class='object_link'><a href="MG/List.html" title="MG::List (class)">List</a></span>, <span class='object_link'><a href="MG/Menu.html" title="MG::Menu (class)">Menu</a></span>, <span class='object_link'><a href="MG/MoveBy.html" title="MG::MoveBy (class)">MoveBy</a></span>, <span class='object_link'><a href="MG/MoveTo.html" title="MG::MoveTo (class)">MoveTo</a></span>, <span class='object_link'><a href="MG/Node.html" title="MG::Node (class)">Node</a></span>, <span class='object_link'><a href="MG/Parallax.html" title="MG::Parallax (class)">Parallax</a></span>, <span class='object_link'><a href="MG/Particle.html" title="MG::Particle (class)">Particle</a></span>, <span class='object_link'><a href="MG/Point.html" title="MG::Point (class)">Point</a></span>, <span class='object_link'><a href="MG/Repeat.html" title="MG::Repeat (class)">Repeat</a></span>, <span class='object_link'><a href="MG/RepeatForever.html" title="MG::RepeatForever (class)">RepeatForever</a></span>, <span class='object_link'><a href="MG/RotateBy.html" title="MG::RotateBy (class)">RotateBy</a></span>, <span class='object_link'><a href="MG/RotateTo.html" title="MG::RotateTo (class)">RotateTo</a></span>, <span class='object_link'><a href="MG/ScaleBy.html" title="MG::ScaleBy (class)">ScaleBy</a></span>, <span class='object_link'><a href="MG/ScaleTo.html" title="MG::ScaleTo (class)">ScaleTo</a></span>, <span class='object_link'><a href="MG/Scene.html" title="MG::Scene (class)">Scene</a></span>, <span class='object_link'><a href="MG/Scroll.html" title="MG::Scroll (class)">Scroll</a></span>, <span class='object_link'><a href="MG/Sequence.html" title="MG::Sequence (class)">Sequence</a></span>, <span class='object_link'><a href="MG/Size.html" title="MG::Size (class)">Size</a></span>, <span class='object_link'><a href="MG/SkewBy.html" title="MG::SkewBy (class)">SkewBy</a></span>, <span class='object_link'><a href="MG/SkewTo.html" title="MG::SkewTo (class)">SkewTo</a></span>, <span class='object_link'><a href="MG/Slider.html" title="MG::Slider (class)">Slider</a></span>, <span class='object_link'><a href="MG/Spawn.html" title="MG::Spawn (class)">Spawn</a></span>, <span class='object_link'><a href="MG/Speed.html" title="MG::Speed (class)">Speed</a></span>, <span class='object_link'><a href="MG/Sprite.html" title="MG::Sprite (class)">Sprite</a></span>, <span class='object_link'><a href="MG/Text.html" title="MG::Text (class)">Text</a></span>, <span class='object_link'><a href="MG/TintBy.html" title="MG::TintBy (class)">TintBy</a></span>, <span class='object_link'><a href="MG/TintTo.html" title="MG::TintTo (class)">TintTo</a></span>, <span class='object_link'><a href="MG/Web.html" title="MG::Web (class)">Web</a></span>, <span class='object_link'><a href="MG/Widget.html" title="MG::Widget (class)">Widget</a></span>
|
108
109
|
|
109
110
|
|
110
111
|
</p>
|
@@ -119,11 +120,12 @@ under that module.</p>
|
|
119
120
|
|
120
121
|
</div>
|
121
122
|
|
122
|
-
|
123
|
-
Generated on
|
123
|
+
<div id="footer">
|
124
|
+
Generated on Sun Nov 27 15:52:18 2016 by
|
124
125
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
125
|
-
0.
|
126
|
+
0.9.5 (ruby-2.3.3).
|
126
127
|
</div>
|
127
128
|
|
129
|
+
</div>
|
128
130
|
</body>
|
129
131
|
</html>
|
data/doc/MG/Action.html
ADDED
@@ -0,0 +1,402 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
+
<title>
|
7
|
+
Class: MG::Action
|
8
|
+
|
9
|
+
— Documentation by YARD 0.9.5
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
pathId = "MG::Action";
|
19
|
+
relpath = '../';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
|
23
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
24
|
+
|
25
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
26
|
+
|
27
|
+
|
28
|
+
</head>
|
29
|
+
<body>
|
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">
|
38
|
+
|
39
|
+
<a href="../_index.html">Index (A)</a> »
|
40
|
+
<span class='title'><span class='object_link'><a href="../MG.html" title="MG (module)">MG</a></span></span>
|
41
|
+
»
|
42
|
+
<span class="title">Action</span>
|
43
|
+
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div id="search">
|
47
|
+
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
49
|
+
href="../class_list.html">
|
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>
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<iframe id="search_frame" src="../class_list.html"></iframe>
|
63
|
+
|
64
|
+
<div id="content"><h1>Class: MG::Action
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
</h1>
|
69
|
+
<div class="box_info">
|
70
|
+
|
71
|
+
<dl>
|
72
|
+
<dt>Inherits:</dt>
|
73
|
+
<dd>
|
74
|
+
<span class="inheritName">Object</span>
|
75
|
+
|
76
|
+
<ul class="fullTree">
|
77
|
+
<li>Object</li>
|
78
|
+
|
79
|
+
<li class="next">MG::Action</li>
|
80
|
+
|
81
|
+
</ul>
|
82
|
+
<a href="#" class="inheritanceTree">show all</a>
|
83
|
+
|
84
|
+
</dd>
|
85
|
+
</dl>
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
<dl>
|
98
|
+
<dt>Defined in:</dt>
|
99
|
+
<dd>motion-game<span class="defines">,<br />
|
100
|
+
motion-game</span>
|
101
|
+
</dd>
|
102
|
+
</dl>
|
103
|
+
|
104
|
+
</div>
|
105
|
+
|
106
|
+
<div id="subclasses">
|
107
|
+
<h2>Direct Known Subclasses</h2>
|
108
|
+
<p class="children"><span class='object_link'><a href="Animate.html" title="MG::Animate (class)">Animate</a></span>, <span class='object_link'><a href="Blink.html" title="MG::Blink (class)">Blink</a></span>, <span class='object_link'><a href="DelayTime.html" title="MG::DelayTime (class)">DelayTime</a></span>, <span class='object_link'><a href="FadeIn.html" title="MG::FadeIn (class)">FadeIn</a></span>, <span class='object_link'><a href="FadeOut.html" title="MG::FadeOut (class)">FadeOut</a></span>, <span class='object_link'><a href="FadeTo.html" title="MG::FadeTo (class)">FadeTo</a></span>, <span class='object_link'><a href="Follow.html" title="MG::Follow (class)">Follow</a></span>, <span class='object_link'><a href="JumpBy.html" title="MG::JumpBy (class)">JumpBy</a></span>, <span class='object_link'><a href="JumpTo.html" title="MG::JumpTo (class)">JumpTo</a></span>, <span class='object_link'><a href="MoveBy.html" title="MG::MoveBy (class)">MoveBy</a></span>, <span class='object_link'><a href="MoveTo.html" title="MG::MoveTo (class)">MoveTo</a></span>, <span class='object_link'><a href="Repeat.html" title="MG::Repeat (class)">Repeat</a></span>, <span class='object_link'><a href="RepeatForever.html" title="MG::RepeatForever (class)">RepeatForever</a></span>, <span class='object_link'><a href="RotateBy.html" title="MG::RotateBy (class)">RotateBy</a></span>, <span class='object_link'><a href="RotateTo.html" title="MG::RotateTo (class)">RotateTo</a></span>, <span class='object_link'><a href="ScaleBy.html" title="MG::ScaleBy (class)">ScaleBy</a></span>, <span class='object_link'><a href="ScaleTo.html" title="MG::ScaleTo (class)">ScaleTo</a></span>, <span class='object_link'><a href="Sequence.html" title="MG::Sequence (class)">Sequence</a></span>, <span class='object_link'><a href="SkewBy.html" title="MG::SkewBy (class)">SkewBy</a></span>, <span class='object_link'><a href="SkewTo.html" title="MG::SkewTo (class)">SkewTo</a></span>, <span class='object_link'><a href="Spawn.html" title="MG::Spawn (class)">Spawn</a></span>, <span class='object_link'><a href="Speed.html" title="MG::Speed (class)">Speed</a></span>, <span class='object_link'><a href="TintBy.html" title="MG::TintBy (class)">TintBy</a></span>, <span class='object_link'><a href="TintTo.html" title="MG::TintTo (class)">TintTo</a></span></p>
|
109
|
+
</div>
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
<h2>Properties <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
115
|
+
<ul class="summary">
|
116
|
+
|
117
|
+
<li class="public ">
|
118
|
+
<span class="summary_signature">
|
119
|
+
|
120
|
+
<a href="#done%3F-instance_method" title="#done? (instance method)">#<strong>done?</strong> ⇒ Boolean </a>
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
</span>
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
<span class="summary_desc"><div class='inline'>
|
138
|
+
<p>Whether the action is done.</p>
|
139
|
+
</div></span>
|
140
|
+
|
141
|
+
</li>
|
142
|
+
|
143
|
+
|
144
|
+
</ul>
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
<h2>
|
151
|
+
Instance Method Summary
|
152
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
153
|
+
</h2>
|
154
|
+
|
155
|
+
<ul class="summary">
|
156
|
+
|
157
|
+
<li class="public ">
|
158
|
+
<span class="summary_signature">
|
159
|
+
|
160
|
+
<a href="#clone-instance_method" title="#clone (instance method)">#<strong>clone</strong> ⇒ Action </a>
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
</span>
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
<span class="summary_desc"><div class='inline'>
|
175
|
+
<p>Clones the action.</p>
|
176
|
+
</div></span>
|
177
|
+
|
178
|
+
</li>
|
179
|
+
|
180
|
+
|
181
|
+
<li class="public ">
|
182
|
+
<span class="summary_signature">
|
183
|
+
|
184
|
+
<a href="#reverse-instance_method" title="#reverse (instance method)">#<strong>reverse</strong> ⇒ Action </a>
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
</span>
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
<span class="summary_desc"><div class='inline'>
|
199
|
+
<p>Reverses the action.</p>
|
200
|
+
</div></span>
|
201
|
+
|
202
|
+
</li>
|
203
|
+
|
204
|
+
|
205
|
+
</ul>
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
<div id="instance_attr_details" class="attr_details">
|
210
|
+
<h2>Instance Attribute Details</h2>
|
211
|
+
|
212
|
+
|
213
|
+
<span id="done?=-instance_method"></span>
|
214
|
+
<div class="method_details first">
|
215
|
+
<h3 class="signature first" id="done?-instance_method">
|
216
|
+
|
217
|
+
#<strong>done?</strong> ⇒ <tt>Boolean</tt>
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
</h3><div class="docstring">
|
224
|
+
<div class="discussion">
|
225
|
+
|
226
|
+
<p>Whether the action is done.</p>
|
227
|
+
|
228
|
+
|
229
|
+
</div>
|
230
|
+
</div>
|
231
|
+
<div class="tags">
|
232
|
+
|
233
|
+
<p class="tag_title">Returns:</p>
|
234
|
+
<ul class="return">
|
235
|
+
|
236
|
+
<li>
|
237
|
+
|
238
|
+
|
239
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
—
|
244
|
+
<div class='inline'>
|
245
|
+
<p>whether the action is done.</p>
|
246
|
+
</div>
|
247
|
+
|
248
|
+
</li>
|
249
|
+
|
250
|
+
</ul>
|
251
|
+
|
252
|
+
</div><table class="source_code">
|
253
|
+
<tr>
|
254
|
+
<td>
|
255
|
+
<pre class="lines">
|
256
|
+
|
257
|
+
|
258
|
+
23
|
259
|
+
24
|
260
|
+
25</pre>
|
261
|
+
</td>
|
262
|
+
<td>
|
263
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 23</span>
|
264
|
+
|
265
|
+
def done?
|
266
|
+
@done?
|
267
|
+
end</pre>
|
268
|
+
</td>
|
269
|
+
</tr>
|
270
|
+
</table>
|
271
|
+
</div>
|
272
|
+
|
273
|
+
</div>
|
274
|
+
|
275
|
+
|
276
|
+
<div id="instance_method_details" class="method_details_list">
|
277
|
+
<h2>Instance Method Details</h2>
|
278
|
+
|
279
|
+
|
280
|
+
<div class="method_details first">
|
281
|
+
<h3 class="signature first" id="clone-instance_method">
|
282
|
+
|
283
|
+
#<strong>clone</strong> ⇒ <tt><span class='object_link'><a href="" title="MG::Action (class)">Action</a></span></tt>
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
</h3><div class="docstring">
|
290
|
+
<div class="discussion">
|
291
|
+
|
292
|
+
<p>Clones the action</p>
|
293
|
+
|
294
|
+
|
295
|
+
</div>
|
296
|
+
</div>
|
297
|
+
<div class="tags">
|
298
|
+
|
299
|
+
<p class="tag_title">Returns:</p>
|
300
|
+
<ul class="return">
|
301
|
+
|
302
|
+
<li>
|
303
|
+
|
304
|
+
|
305
|
+
<span class='type'>(<tt><span class='object_link'><a href="" title="MG::Action (class)">Action</a></span></tt>)</span>
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
—
|
310
|
+
<div class='inline'>
|
311
|
+
<p>the cloned action.</p>
|
312
|
+
</div>
|
313
|
+
|
314
|
+
</li>
|
315
|
+
|
316
|
+
</ul>
|
317
|
+
|
318
|
+
</div><table class="source_code">
|
319
|
+
<tr>
|
320
|
+
<td>
|
321
|
+
<pre class="lines">
|
322
|
+
|
323
|
+
|
324
|
+
16</pre>
|
325
|
+
</td>
|
326
|
+
<td>
|
327
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 16</span>
|
328
|
+
|
329
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_clone'>clone</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
330
|
+
</td>
|
331
|
+
</tr>
|
332
|
+
</table>
|
333
|
+
</div>
|
334
|
+
|
335
|
+
<div class="method_details ">
|
336
|
+
<h3 class="signature " id="reverse-instance_method">
|
337
|
+
|
338
|
+
#<strong>reverse</strong> ⇒ <tt><span class='object_link'><a href="" title="MG::Action (class)">Action</a></span></tt>
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
|
344
|
+
</h3><div class="docstring">
|
345
|
+
<div class="discussion">
|
346
|
+
|
347
|
+
<p>Reverses the action</p>
|
348
|
+
|
349
|
+
|
350
|
+
</div>
|
351
|
+
</div>
|
352
|
+
<div class="tags">
|
353
|
+
|
354
|
+
<p class="tag_title">Returns:</p>
|
355
|
+
<ul class="return">
|
356
|
+
|
357
|
+
<li>
|
358
|
+
|
359
|
+
|
360
|
+
<span class='type'>(<tt><span class='object_link'><a href="" title="MG::Action (class)">Action</a></span></tt>)</span>
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
—
|
365
|
+
<div class='inline'>
|
366
|
+
<p>the reversed action.</p>
|
367
|
+
</div>
|
368
|
+
|
369
|
+
</li>
|
370
|
+
|
371
|
+
</ul>
|
372
|
+
|
373
|
+
</div><table class="source_code">
|
374
|
+
<tr>
|
375
|
+
<td>
|
376
|
+
<pre class="lines">
|
377
|
+
|
378
|
+
|
379
|
+
9</pre>
|
380
|
+
</td>
|
381
|
+
<td>
|
382
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 9</span>
|
383
|
+
|
384
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_reverse'>reverse</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
385
|
+
</td>
|
386
|
+
</tr>
|
387
|
+
</table>
|
388
|
+
</div>
|
389
|
+
|
390
|
+
</div>
|
391
|
+
|
392
|
+
</div>
|
393
|
+
|
394
|
+
<div id="footer">
|
395
|
+
Generated on Sun Nov 27 15:52:18 2016 by
|
396
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
397
|
+
0.9.5 (ruby-2.3.3).
|
398
|
+
</div>
|
399
|
+
|
400
|
+
</div>
|
401
|
+
</body>
|
402
|
+
</html>
|