Show / Hide Table of Contents

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.

Declaration
public static string OutlineOverrideLayerName
Field Value
Type Description
System.String

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.String

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.String
In This Article
Back to top Generated by DocFX