C# Class ControllerEventArgs, isoAbbeyTFG

Inheritance: System.EventArgs
显示文件 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_oe property

public bool DOWN
return bool

LEFT public_oe property

public bool LEFT
return bool

RIGHT public_oe property

public bool RIGHT
return bool

UP public_oe property

public bool UP
return bool

cell public_oe property

public Cell, cell
return Cell,

entity public_oe property

public Entity entity
return Entity

isLeftDown public_oe property

public bool isLeftDown
return bool

isLeftUp public_oe property

public bool isLeftUp
return bool

leftStatus public_oe property

public bool leftStatus
return bool

mousePos public_oe property

public Vector2 mousePos
return Vector2

options public_oe property

public Option[], options
return Option[],

send public_oe property

public bool send
return bool