Class PlayerInput.PlayerInputButton
Inheritance
PlayerInput.PlayerInputButton
Assembly: WeaverCore.dll
public abstract class PlayerInput.PlayerInputButton
Properties
|
Edit this page
View Source
Declaration
public abstract bool IsPressed { get; }
Property Value
|
Edit this page
View Source
Declaration
public abstract bool PreviousState { get; }
Property Value
|
Edit this page
View Source
Declaration
public abstract bool WasPressed { get; }
Property Value
|
Edit this page
View Source
Declaration
public abstract bool WasReleased { get; }
Property Value
Extension Methods