module Celestine::Modules::CPosition
Overview
Gives drawables access to the X -> CX, Y -> CY params
Direct including types
Defined in:
Instance Method Summary
-
#position_attribute(io : IO)
Draws the positions attributes out to an
IO
- #x : IFNumber?
- #x=(x : IFNumber?)
-
#x_units : String?
What kind of unit
#x
should use when rendering -
#x_units=(x_units : String?)
What kind of unit
#x
should use when rendering - #y : IFNumber?
- #y=(y : IFNumber?)
-
#y_units : String?
What kind of unit
#y
should use when rendering -
#y_units=(y_units : String?)
What kind of unit
#y
should use when rendering