Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Dandy
Arrow
C# Class Dandy.Arrow
Afficher le fichier
Open project: jackpal/Dandy-Dungeon
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
alive
bool
dir
Direction
x
byte
y
byte
Méthodes publiques
Méthode
Description
Arrow
( ) :
System
CanGo
(
MapData
d
) :
bool
CanHit
(
MapData
d
) :
bool
Method Details
Arrow()
public
méthode
public
Arrow
( ) :
System
Résultat
System
CanGo()
public
static
méthode
public
static
CanGo
(
MapData
d
) :
bool
d
MapData
Résultat
bool
CanHit()
public
static
méthode
public
static
CanHit
(
MapData
d
) :
bool
d
MapData
Résultat
bool
Property Details
alive
public_oe property
public
bool
alive
Résultat
bool
dir
public_oe property
public
Direction
dir
Résultat
Direction
x
public_oe property
public
byte
x
Résultat
byte
y
public_oe property
public
byte
y
Résultat
byte