module Celestine::Modules::CPosition

Overview

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

Direct including types

Defined in:

modules/position.cr

Instance Method Summary

Instance Method Detail

def position_attribute(io : IO) #

Draws the positions attributes out to an IO


[View source]
def x : IFNumber | Nil #

def x=(x : IFNumber | Nil) #

def x_units : String | Nil #

What kind of unit #x should use when rendering


def x_units=(x_units : String | Nil) #

What kind of unit #x should use when rendering


def y : IFNumber | Nil #

def y=(y : IFNumber | Nil) #

def y_units : String | Nil #

What kind of unit #y should use when rendering


def y_units=(y_units : String | Nil) #

What kind of unit #y should use when rendering