Class VoidSpawnWorldAI.DirectionFinder
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class VoidSpawnWorldAI.DirectionFinder
- Inheritance
-
VoidSpawnWorldAI.DirectionFinder
- Inherited Members
-
Constructors
DirectionFinder(World)
public DirectionFinder(World world)
Parameters
world World
Fields
checkNext
public List<IntVector2> checkNext
Field Value
- List<IntVector2>
destroy
Field Value
- bool
done
Field Value
- bool
matrix
Field Value
- float[][]
showToRoom
Field Value
- int
world
Field Value
- World
Methods
DistanceToDestination(WorldCoordinate)
public float DistanceToDestination(WorldCoordinate testPos)
Parameters
testPos WorldCoordinate
Returns
- float
ResistanceOfCell(IntVector2)
public float ResistanceOfCell(IntVector2 testCell)
Parameters
testCell IntVector2
Returns
- float
Update()