Show / Hide Table of Contents

Class RoomTemplateSettingsGrid2D

Component that is attached to each room template game objects and contains basic settings.

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

Fields

RepeatMode

Declaration
public RoomTemplateRepeatMode RepeatMode
Field Value
Type Description
RoomTemplateRepeatMode

Methods

AddOutlineOverride()

Declaration
public void AddOutlineOverride()

GetOutline()

Declaration
public PolygonGrid2D GetOutline()
Returns
Type Description
PolygonGrid2D

HasOutlineOverride()

Declaration
public bool HasOutlineOverride()
Returns
Type Description
System.Boolean

RemoveOutlineOverride()

Declaration
public void RemoveOutlineOverride()
In This Article
Back to top Generated by DocFX