Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Pokemon3D
GameModes
Battle
BattleFieldPosition
C# Class Pokemon3D.GameModes.Battle.BattleFieldPosition
Describes the position of a Pokémon on the battlefield.
Mostrar archivo
Open project: nilllzz/Pokemon3D
Class Usage Examples
Public Properties
Property
Type
Description
X
int
Y
int
Public Methods
Method
Description
BattleFieldPosition
(
int
x
,
int
y
)
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
operator
( ) :
bool
Method Details
BattleFieldPosition()
public
method
public
BattleFieldPosition
(
int
x
,
int
y
)
x
int
y
int
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
Property Details
X
public_oe property
The position of the Pokémon on the side (left/right).
public
int
X
return
int
Y
public_oe property
The side of the Pokémon (own Pokémon/opponent's Pokémon).
public
int
Y
return
int