class Dungeon::Box

Defined in:

dungeon/box.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(loc : Location, width : Float32, height : Float32) #

[View source]
def self.new(loc : Location, width : Int32, height : Int32) #

[View source]
def self.new(loc : Location, width : Int32, height : Float32) #

[View source]
def self.new(loc : Location, width : Float32, height : Int32) #

[View source]

Instance Method Detail

def height : Float32 #

[View source]
def height=(height : Float32) #

[View source]
def loc : Location #

[View source]
def loc=(loc : Location) #

[View source]
def width : Float32 #

[View source]
def width=(width : Float32) #

[View source]
def x #

[View source]
def x=(x) #

[View source]
def y #

[View source]
def y=(y) #

[View source]