Class AIdataPreprocessor.Visualizer
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class AIdataPreprocessor.Visualizer
- Inheritance
-
AIdataPreprocessor.Visualizer
- Inherited Members
-
Constructors
Visualizer(AImap)
public Visualizer(AImap aiMap)
Parameters
aiMap AImap
Fields
aiMap
Field Value
- AImap
highest
Field Value
- int
sprites
public DebugSprite[,] sprites
Field Value
- DebugSprite[,]
Methods
ColorCell(IntVector2, int, Cell[,])
public void ColorCell(IntVector2 pos, int col, AIdataPreprocessor.DijkstraMapper.Cell[,] cellGrid)
Parameters
pos IntVector2
col int
cellGrid Cell[,]
ColorCell(IntVector2, int[,])
public void ColorCell(IntVector2 pos, int[,] intGrid)
Parameters
pos IntVector2
intGrid int[,]
ColorCell(IntVector2, Color)
public void ColorCell(IntVector2 pos, Color col)
Parameters
pos IntVector2
col Color
GenerationColor(int)
public Color GenerationColor(int i)
Parameters
i int
Returns
- Color
InitNoCrit()
InitWithCrit(CreatureTemplate)
public void InitWithCrit(CreatureTemplate crit)
Parameters
crit CreatureTemplate
UpdateAllWithNewHighest(Cell[,], int)
public void UpdateAllWithNewHighest(AIdataPreprocessor.DijkstraMapper.Cell[,] cellGrid, int newHighest)
Parameters
cellGrid Cell[,]
newHighest int
UpdateAllWithNewHighest(int[,], int)
public void UpdateAllWithNewHighest(int[,] intGrid, int newHighest)
Parameters
intGrid int[,]
newHighest int