Karcero : API Documentation

Type Room

Namespace Karcero.Engine.Models

A room contained in a map.

Properties

Public properties

int Bottom get;

The room's bottom row (exclusive).

int Column get; set;

The room's left column (inclusive).

int Row get; set;

The room's top row (inclusive).

Size Size get; set;

The size of the room.