C# Class InputComponent, RoguelikeECS

Show file Open project: Macoron/RoguelikeECS Class Usage Examples

Public Properties

Property Type Description
downPressed bool
leftPressed bool
rightPressed bool
upPressed bool

Property Details

downPressed public property

public bool downPressed
return bool

leftPressed public property

public bool leftPressed
return bool

rightPressed public property

public bool rightPressed
return bool

upPressed public property

public bool upPressed
return bool