Class MinimapPostProcessLegacy
Inheritance
System.Object
MinimapPostProcessLegacy
Assembly: cs.temp.dll.dll
Syntax
public class MinimapPostProcessLegacy : DungeonGeneratorPostProcessingGrid2D, IDungeonGeneratorPostProcessing<DungeonGeneratorLevelGrid2D, DungeonGeneratorCallbacksGrid2D>
Fields
FloorColor
Declaration
Field Value
FloorTilemaps
Declaration
public string FloorTilemaps
Field Value
Type |
Description |
System.String |
|
Layer
Declaration
Field Value
Type |
Description |
System.Int32 |
|
WallsColor
Declaration
Field Value
WallSize
Declaration
Field Value
Type |
Description |
System.Single |
|
WallsTilemaps
Declaration
public string WallsTilemaps
Field Value
Type |
Description |
System.String |
|
Methods
Run(DungeonGeneratorLevelGrid2D)
Declaration
public override void Run(DungeonGeneratorLevelGrid2D level)
Parameters
Overrides
Implements