Table of Contents

Class StuckTracker.CloseToGoalButNotSeeingItTracker

Namespace
Global
Assembly
Assembly-CSharp.dll
public class StuckTracker.CloseToGoalButNotSeeingItTracker : StuckTracker.StuckTrackerModule
Inheritance
StuckTracker.CloseToGoalButNotSeeingItTracker
Inherited Members

Constructors

CloseToGoalButNotSeeingItTracker(StuckTracker, float)

public CloseToGoalButNotSeeingItTracker(StuckTracker parent, float tileDistance)

Parameters

parent StuckTracker
tileDistance float

Fields

counter

public int counter

Field Value

int

counterMax

public int counterMax

Field Value

int

counterMin

public int counterMin

Field Value

int

tileDistance

public float tileDistance

Field Value

float

Properties

AddToStuckCounter

public override bool AddToStuckCounter { get; }

Property Value

bool

Stuck

public float Stuck { get; }

Property Value

float

Methods

Update()

public override void Update()