C# Class SadConsole.Game.Hotspot

A group of positions with a set of settings.
Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Méthodes publiques

Свойство Type Description
DebugAppearance CellAppearance
Positions List
Settings string>.Dictionary
Title string

Méthodes publiques

Méthode Description
Contains ( Point point ) : bool

Return true when the specified point is in the list of Positions.

Method Details

Contains() public méthode

Return true when the specified point is in the list of Positions.
public Contains ( Point point ) : bool
point Microsoft.Xna.Framework.Point The position to check for.
Résultat bool

Property Details

DebugAppearance public_oe property

A visual for the hotspot to help debug.
public CellAppearance DebugAppearance
Résultat CellAppearance

Positions public_oe property

The hotspot position on the map.
public List Positions
Résultat List

Settings public_oe property

Key-value pairs for the hotspot.
public Dictionary Settings
Résultat string>.Dictionary

Title public_oe property

A title for the area.
public string Title
Résultat string