Class MinimapExampleSetup
Inheritance
System.Object
MinimapExampleSetup
Assembly: cs.temp.dll.dll
Syntax
public class MinimapExampleSetup : DungeonGeneratorPostProcessingGrid2D, IDungeonGeneratorPostProcessing<DungeonGeneratorLevelGrid2D, DungeonGeneratorCallbacksGrid2D>
Fields
MinimapPostProcess
Declaration
public MinimapPostProcessGrid2D MinimapPostProcess
Field Value
Methods
Run(DungeonGeneratorLevelGrid2D)
Declaration
public override void Run(DungeonGeneratorLevelGrid2D level)
Parameters
Overrides
Implements