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. |
DisplayMode | How should the layer be displayed. |
Material | Material for the layer. |
Size | Size of the tiles. |
Tile | Custom tile. |
Tilemaps | Name(s) of one or more tilemap layers. Multiple tilemap layers should be delimited by a comma. |
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 |
---|---|
Minimap |
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. |
Tile
Custom tile.
Declaration
public TileBase Tile
Field Value
Type | Description |
---|---|
Tile |
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. |