C# Class InputCoalescer.PlayerInput, pyramidwarf

Mostra 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_oe property

public bool AttachHeld
return bool

AttachPressed public_oe property

public bool AttachPressed
return bool

DetachPressed public_oe property

public bool DetachPressed
return bool

IsGamepad public_oe property

public bool IsGamepad
return bool

MovementSpeed public_oe property

public float MovementSpeed
return float

MovingLeft public_oe property

public bool MovingLeft
return bool

MovingRight public_oe property

public bool MovingRight
return bool

Restart public_oe property

public bool Restart
return bool