module Celestine::Modules::CPosition
  
  Overview
Gives drawables access to the X -> CX, Y -> CY 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
#xshould use when rendering - 
        #x_units=(x_units : String | Nil)
        
          
What kind of unit
#xshould use when rendering - #y : IFNumber | Nil
 - #y=(y : IFNumber | Nil)
 - 
        #y_units : String | Nil
        
          
What kind of unit
#yshould use when rendering - 
        #y_units=(y_units : String | Nil)
        
          
What kind of unit
#yshould use when rendering