Table of Contents

Class TopDownMovementController

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

Fields

Instance

public static TopDownMovementController Instance

Field Value

TopDownMovementController

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