Class OverseersWorldAI.ShelterFinder
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class OverseersWorldAI.ShelterFinder
- Inheritance
-
OverseersWorldAI.ShelterFinder
- Inherited Members
-
Constructors
ShelterFinder(World)
public ShelterFinder(World world)
Parameters
world World
Fields
checkNext
public List<IntVector2> checkNext
Field Value
- List<IntVector2>
currentlyMappingShelter
public int currentlyMappingShelter
Field Value
- int
done
Field Value
- bool
matrix
Field Value
- float[,][]
world
Field Value
- World
Methods
DistanceToShelter(int, WorldCoordinate)
public float DistanceToShelter(int shelter, WorldCoordinate testPos)
Parameters
shelter int
testPos WorldCoordinate
Returns
- float
NextShelter()
public void NextShelter()
ResistanceOfCell(IntVector2)
public float ResistanceOfCell(IntVector2 testCell)
Parameters
testCell IntVector2
Returns
- float
Update()