Class MetroidvaniaInputSetupTask
Inheritance
System.Object
MetroidvaniaInputSetupTask
Assembly: cs.temp.dll.dll
public class MetroidvaniaInputSetupTask : DungeonGeneratorInputBaseGrid2D, IPipelineTask<DungeonGeneratorPayloadGrid2D>
Fields
Declaration
public LevelGraph LevelGraph
Field Value
Declaration
public MetroidvaniaRoomTemplatesConfig RoomTemplates
Field Value
Methods
GetLevelDescription() | This is the main method of the input setup.
It prepares the description of the level for the procedural generator.
|
This is the main method of the input setup.
It prepares the description of the level for the procedural generator.
Declaration
protected override LevelDescriptionGrid2D GetLevelDescription()
Returns
Overrides
Implements