Class GeneratorConstantsGrid2D
Inheritance
System.Object
GeneratorConstantsGrid2D
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public static class GeneratorConstantsGrid2D
Remarks
Constants that are used in the generator.
Fields
OutlineOverrideLayerName | Name of the Outline Override tilemap layer. |
RoomsRootName | Name of the game object that holds instance of all the room templates that are used in a generated level. |
TilemapsRootName | Name of the game object that holds tilemaps layers. This name is used both in room templates and in generated levels. |
OutlineOverrideLayerName
Name of the Outline Override tilemap layer.
Declaration
public static string OutlineOverrideLayerName
Field Value
Type | Description |
---|---|
System. |
RoomsRootName
Name of the game object that holds instance of all the room templates that are used in a generated level.
Declaration
public static string RoomsRootName
Field Value
Type | Description |
---|---|
System. |
TilemapsRootName
Name of the game object that holds tilemaps layers. This name is used both in room templates and in generated levels.
Declaration
public static string TilemapsRootName
Field Value
Type | Description |
---|---|
System. |