Show / Hide Table of Contents

Class PlayerInput.PlayerInputButton

Inheritance
object
PlayerInput.PlayerInputButton
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public abstract class PlayerInput.PlayerInputButton

Properties

| Edit this page View Source

IsPressed

Declaration
public abstract bool IsPressed { get; }
Property Value
Type Description
bool
| Edit this page View Source

PreviousState

Declaration
public abstract bool PreviousState { get; }
Property Value
Type Description
bool
| Edit this page View Source

WasPressed

Declaration
public abstract bool WasPressed { get; }
Property Value
Type Description
bool
| Edit this page View Source

WasReleased

Declaration
public abstract bool WasReleased { get; }
Property Value
Type Description
bool

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾