Class MinimapLayer
Represents a single minimap layer which can consist of one or more tilemap layers.
Inheritance
System.Object
MinimapLayer
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class MinimapLayer
Fields
Color
Color of the tiles.
Declaration
public Color Color
Field Value
Type | Description |
---|---|
Color |
DisplayMode
How should the layer be displayed.
Declaration
public MinimapDisplayMode DisplayMode
Field Value
Type | Description |
---|---|
MinimapDisplayMode |
Material
Material for the layer.
Declaration
public Material Material
Field Value
Type | Description |
---|---|
Material |
Size
Size of the tiles.
Declaration
public float Size
Field Value
Type | Description |
---|---|
System.Single |
Tile
Custom tile.
Declaration
public TileBase Tile
Field Value
Type | Description |
---|---|
TileBase |
Tilemaps
Name(s) of one or more tilemap layers. Multiple tilemap layers should be delimited by a comma.
Declaration
public string Tilemaps
Field Value
Type | Description |
---|---|
System.String |