C# Class ControllerEventArgs, isoAbbeyTFG

Inheritance: System.EventArgs
Show file Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Public Properties

Property Type Description
DOWN bool
LEFT bool
RIGHT bool
UP bool
cell Cell,
entity Entity
isLeftDown bool
isLeftUp bool
leftStatus bool
mousePos Vector2
options Option[],
send bool

Property Details

DOWN public property

public bool DOWN
return bool

LEFT public property

public bool LEFT
return bool

RIGHT public property

public bool RIGHT
return bool

UP public property

public bool UP
return bool

cell public property

public Cell, cell
return Cell,

entity public property

public Entity entity
return Entity

isLeftDown public property

public bool isLeftDown
return bool

isLeftUp public property

public bool isLeftUp
return bool

leftStatus public property

public bool leftStatus
return bool

mousePos public property

public Vector2 mousePos
return Vector2

options public property

public Option[], options
return Option[],

send public property

public bool send
return bool