C# 클래스 ControllerEventArgs, isoAbbeyTFG

상속: System.EventArgs
파일 보기 프로젝트 열기: nvidiosin/isoAbbeyTFG 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DOWN bool
LEFT bool
RIGHT bool
UP bool
cell Cell,
entity Entity
isLeftDown bool
isLeftUp bool
leftStatus bool
mousePos Vector2
options Option[],
send bool

프로퍼티 상세

DOWN 공개적으로 프로퍼티

public bool DOWN
리턴 bool

LEFT 공개적으로 프로퍼티

public bool LEFT
리턴 bool

RIGHT 공개적으로 프로퍼티

public bool RIGHT
리턴 bool

UP 공개적으로 프로퍼티

public bool UP
리턴 bool

cell 공개적으로 프로퍼티

public Cell, cell
리턴 Cell,

entity 공개적으로 프로퍼티

public Entity entity
리턴 Entity

isLeftDown 공개적으로 프로퍼티

public bool isLeftDown
리턴 bool

isLeftUp 공개적으로 프로퍼티

public bool isLeftUp
리턴 bool

leftStatus 공개적으로 프로퍼티

public bool leftStatus
리턴 bool

mousePos 공개적으로 프로퍼티

public Vector2 mousePos
리턴 Vector2

options 공개적으로 프로퍼티

public Option[], options
리턴 Option[],

send 공개적으로 프로퍼티

public bool send
리턴 bool