Class: AuthorEngine::Sprite
- Inherits:
-
Struct
- Object
- Struct
- AuthorEngine::Sprite
- Defined in:
- lib/author_engine/sprite.rb
Instance Attribute Summary collapse
-
#sprite ⇒ Object
Returns the value of attribute sprite.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
-
#z ⇒ Object
Returns the value of attribute z.
Instance Attribute Details
#sprite ⇒ Object
Returns the value of attribute sprite
2 3 4 |
# File 'lib/author_engine/sprite.rb', line 2 def sprite @sprite end |
#x ⇒ Object
Returns the value of attribute x
2 3 4 |
# File 'lib/author_engine/sprite.rb', line 2 def x @x end |
#y ⇒ Object
Returns the value of attribute y
2 3 4 |
# File 'lib/author_engine/sprite.rb', line 2 def y @y end |
#z ⇒ Object
Returns the value of attribute z
2 3 4 |
# File 'lib/author_engine/sprite.rb', line 2 def z @z end |