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