module Celestine::Modules::Position
Overview
Gives drawables access to the X, Y params
Direct including types
Defined in:
modules/position.crInstance Method Summary
-
#position_attribute(io : IO)
Draws the positions attributes out to an
IO
- #x : IFNumber | Nil
- #x=(x : IFNumber | Nil)
-
#x_units : String | Nil
What kind of unit
#x
should use when rendering -
#x_units=(x_units : String | Nil)
What kind of unit
#x
should use when rendering - #y : IFNumber | Nil
- #y=(y : IFNumber | Nil)
-
#y_units : String | Nil
What kind of unit
#y
should use when rendering -
#y_units=(y_units : String | Nil)
What kind of unit
#y
should use when rendering