Table of Contents

Class PlayerMovementController

Namespace
BlazerTech.CharacterManagement.Components
Assembly
Assembly-CSharp.dll
public class PlayerMovementController : MonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
PlayerMovementController

Fields

Instance

public static PlayerMovementController Instance

Field Value

PlayerMovementController

Properties

CanMove

public bool CanMove { get; set; }

Property Value

bool

EnableCrouch

public bool EnableCrouch { get; }

Property Value

bool

EnableSprint

public bool EnableSprint { get; }

Property Value

bool

IsCrouching

public bool IsCrouching { get; }

Property Value

bool

IsMoving

public bool IsMoving { get; }

Property Value

bool

IsSprinting

public bool IsSprinting { get; }

Property Value

bool

MoveSpeed

public float MoveSpeed { get; set; }

Property Value

float

Movement

public Vector2 Movement { get; }

Property Value

Vector2