C# 클래스 Pokemon3D.GameModes.Battle.BattleFieldPosition

Describes the position of a Pokémon on the battlefield.
파일 보기 프로젝트 열기: nilllzz/Pokemon3D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
X int
Y int

공개 메소드들

메소드 설명
BattleFieldPosition ( int x, int y )
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

메소드 상세

BattleFieldPosition() 공개 메소드

public BattleFieldPosition ( int x, int y )
x int
y int

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

X 공개적으로 프로퍼티

The position of the Pokémon on the side (left/right).
public int X
리턴 int

Y 공개적으로 프로퍼티

The side of the Pokémon (own Pokémon/opponent's Pokémon).
public int Y
리턴 int