Table of Contents

Class SimplePlayer.PlayerInput

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
[Serializable]
public class SimplePlayer.PlayerInput
Inheritance
SimplePlayer.PlayerInput
Inherited Members
Extension Methods

Constructors

PlayerInput()

public PlayerInput()

Fields

interactIsPressed

public bool interactIsPressed

Field Value

bool

interactWasPressed

public bool interactWasPressed

Field Value

bool

jumpIsPressed

public bool jumpIsPressed

Field Value

bool

jumpWasPressed

public bool jumpWasPressed

Field Value

bool

lookInput

public Vector2 lookInput

Field Value

Vector2

movementInput

public Vector2 movementInput

Field Value

Vector2

sprintIsPressed

public bool sprintIsPressed

Field Value

bool

Methods

Update()

public void Update()