C# Class InputComponent, RoguelikeECS

Mostrar archivo Open project: Macoron/RoguelikeECS Class Usage Examples

Public Properties

Property Type Description
downPressed bool
leftPressed bool
rightPressed bool
upPressed bool

Property Details

downPressed public_oe property

public bool downPressed
return bool

leftPressed public_oe property

public bool leftPressed
return bool

rightPressed public_oe property

public bool rightPressed
return bool

upPressed public_oe property

public bool upPressed
return bool