class Dungeon::Box
- Dungeon::Box
- Reference
- Object
Defined in:
dungeon/box.crConstructors
- .new(loc : Location, width : Float32, height : Float32)
- .new(loc : Location, width : Int32, height : Int32)
- .new(loc : Location, width : Int32, height : Float32)
- .new(loc : Location, width : Float32, height : Int32)
Instance Method Summary
- #height : Float32
- #height=(height : Float32)
- #loc : Location
- #loc=(loc : Location)
- #width : Float32
- #width=(width : Float32)
- #x
- #x=(x)
- #y
- #y=(y)