C# Class GameStruct.Point

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
x short
y short

Méthodes publiques

Méthode Description
CheckFanDistance ( Point pos, Point magicPos, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool
CheckVisualDistance ( short xx, short yy, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool
Point ( ) : System

Method Details

CheckFanDistance() public méthode

public CheckFanDistance ( Point pos, Point magicPos, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool
pos Point
magicPos Point
distance int
Résultat bool

CheckVisualDistance() public méthode

public CheckVisualDistance ( short xx, short yy, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool
xx short
yy short
distance int
Résultat bool

Point() public méthode

public Point ( ) : System
Résultat System

Property Details

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short