module

Celestine::Modules::CPosition

Gives drawables access to the X -> CX, Y -> CY params

Instance methods

position_attribute(io : IO)

Draws the positions attributes out to an IO

Source
x
x=(x : IFNumber | Nil)
x_units

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
y=(y : IFNumber | Nil)
y_units

What kind of unit y should use when rendering

y_units=(y_units : String | Nil)

What kind of unit y should use when rendering

Nested types