Class MetroidvaniaRooftopPostProcessTask
Inheritance
System.Object
MetroidvaniaRooftopPostProcessTask
Assembly: cs.temp.dll.dll
Syntax
public class MetroidvaniaRooftopPostProcessTask : DungeonGeneratorPostProcessingGrid2D, IDungeonGeneratorPostProcessing<DungeonGeneratorLevelGrid2D, DungeonGeneratorCallbacksGrid2D>
Fields
AddWalls
Declaration
Field Value
Type |
Description |
System.Boolean |
|
WallDepth
Declaration
Field Value
Type |
Description |
System.Int32 |
|
WallTile
Declaration
Field Value
Type |
Description |
TileBase |
|
Methods
RegisterCallbacks(DungeonGeneratorCallbacksGrid2D)
Declaration
public override void RegisterCallbacks(DungeonGeneratorCallbacksGrid2D callbacks)
Parameters
Overrides
Implements