C# Class InputCoalescer.PlayerInput, pyramidwarf

Show file Open project: renaudbedard/pyramidwarf

Public Properties

Property Type Description
AttachHeld bool
AttachPressed bool
DetachPressed bool
IsGamepad bool
MovementSpeed float
MovingLeft bool
MovingRight bool
Restart bool

Public Methods

Method Description
Reset ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Property Details

AttachHeld public property

public bool AttachHeld
return bool

AttachPressed public property

public bool AttachPressed
return bool

DetachPressed public property

public bool DetachPressed
return bool

IsGamepad public property

public bool IsGamepad
return bool

MovementSpeed public property

public float MovementSpeed
return float

MovingLeft public property

public bool MovingLeft
return bool

MovingRight public property

public bool MovingRight
return bool

Restart public property

public bool Restart
return bool