Show / Hide Table of Contents

Class MetroidvaniaRooftopPostProcessTask

Inheritance
System.Object
DungeonGeneratorPostProcessingGrid2D
MetroidvaniaRooftopPostProcessTask
Implements
IDungeonGeneratorPostProcessing<DungeonGeneratorLevelGrid2D, DungeonGeneratorCallbacksGrid2D>
Inherited Members
DungeonGeneratorPostProcessingGrid2D.Random
DungeonGeneratorPostProcessingGrid2D.Run(DungeonGeneratorLevelGrid2D)
DungeonGeneratorPostProcessingGrid2D.SetRandomGenerator(Random)
Namespace: Edgar.Unity.Examples.Metroidvania
Assembly: cs.temp.dll.dll
Syntax
public class MetroidvaniaRooftopPostProcessTask : DungeonGeneratorPostProcessingGrid2D, IDungeonGeneratorPostProcessing<DungeonGeneratorLevelGrid2D, DungeonGeneratorCallbacksGrid2D>

Fields

AddWalls

Declaration
public bool AddWalls
Field Value
Type Description
System.Boolean

WallDepth

Declaration
public int WallDepth
Field Value
Type Description
System.Int32

WallTile

Declaration
public TileBase WallTile
Field Value
Type Description
TileBase

Methods

RegisterCallbacks(DungeonGeneratorCallbacksGrid2D)

Declaration
public override void RegisterCallbacks(DungeonGeneratorCallbacksGrid2D callbacks)
Parameters
Type Name Description
DungeonGeneratorCallbacksGrid2D callbacks
Overrides
DungeonGeneratorPostProcessingGrid2D.RegisterCallbacks(DungeonGeneratorCallbacksGrid2D)

Implements

IDungeonGeneratorPostProcessing<TLevel, TCallbacks>
In This Article
Back to top Generated by DocFX