C# 클래스 SadConsole.Game.Hotspot

A group of positions with a set of settings.
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DebugAppearance CellAppearance
Positions List
Settings string>.Dictionary
Title string

공개 메소드들

메소드 설명
Contains ( Point point ) : bool

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

메소드 상세

Contains() 공개 메소드

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.
리턴 bool

프로퍼티 상세

DebugAppearance 공개적으로 프로퍼티

A visual for the hotspot to help debug.
public CellAppearance DebugAppearance
리턴 CellAppearance

Positions 공개적으로 프로퍼티

The hotspot position on the map.
public List Positions
리턴 List

Settings 공개적으로 프로퍼티

Key-value pairs for the hotspot.
public Dictionary Settings
리턴 string>.Dictionary

Title 공개적으로 프로퍼티

A title for the area.
public string Title
리턴 string