Class MinimapPostProcessGrid2D
Post-processing task that computes tiles for the minimap.
Inheritance
System.Object
MinimapPostProcessGrid2D
Assembly: cs.temp.dll.dll
Syntax
public class MinimapPostProcessGrid2D : DungeonGeneratorPostProcessingGrid2D, IDungeonGeneratorPostProcessing<DungeonGeneratorLevelGrid2D, DungeonGeneratorCallbacksGrid2D>
Fields
Layer
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Layers
Declaration
public MinimapLayer[] Layers
Field Value
UseMultipleTilemaps
Declaration
public bool UseMultipleTilemaps
Field Value
Type |
Description |
System.Boolean |
|
Methods
Run(DungeonGeneratorLevelGrid2D)
Declaration
public override void Run(DungeonGeneratorLevelGrid2D level)
Parameters
Overrides
Implements