Show / Hide Table of Contents

Class DungeonGeneratorConfigGrid2D

Inheritance
System.Object
DungeonGeneratorConfigGrid2D
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class DungeonGeneratorConfigGrid2D

Fields

MinimumRoomDistance

What is the minimum number of tiles there must be between non-neighbouring rooms.

Declaration
public int MinimumRoomDistance
Field Value
Type Description
System.Int32

RepeatModeOverride

Whether to override repeat mode configuration of individual room templates.

Declaration
public RepeatModeOverride RepeatModeOverride
Field Value
Type Description
RepeatModeOverride

RootGameObject

Declaration
public GameObject RootGameObject
Field Value
Type Description
GameObject

Timeout

Number of milliseconds before the current attempt to generate a layout is aborted.

Declaration
public int Timeout
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX