C# 클래스 MegaMan.Common.EntityPlacement

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
direction Direction
entity string
respawn RespawnBehavior
screenX int
screenY int
state string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

direction 공개적으로 프로퍼티

public Direction direction
리턴 Direction

entity 공개적으로 프로퍼티

public string entity
리턴 string

respawn 공개적으로 프로퍼티

public RespawnBehavior respawn
리턴 RespawnBehavior

screenX 공개적으로 프로퍼티

public int screenX
리턴 int

screenY 공개적으로 프로퍼티

public int screenY
리턴 int

state 공개적으로 프로퍼티

public string state
리턴 string