C# Class SadConsole.Game.Zone

Defines an area for a scene.
Mostra file Open project: Thraka/SadConsole Class Usage Examples

Public Properties

Property Type Description
Area Microsoft.Xna.Framework.Rectangle
DebugAppearance CellAppearance
Settings string>.Dictionary
Title string

Property Details

Area public_oe property

The area the zone covers.
public Rectangle,Microsoft.Xna.Framework Area
return Microsoft.Xna.Framework.Rectangle

DebugAppearance public_oe property

A visual for the area to help debug.
public CellAppearance DebugAppearance
return CellAppearance

Settings public_oe property

Key-value pairs for the zone.
public Dictionary Settings
return string>.Dictionary

Title public_oe property

A title for the area.
public string Title
return string