Header menu logo Mibo

LayeredGrid2D<'T> Type

A container for multiple Grid2Ds, managed by layer index. Allows composing content across depth (e.g., Background, Foreground, UI).

Record fields

Record Field Description

CellSize

Full Usage: CellSize

Field type: Vector2
Field type: Vector2

Height

Full Usage: Height

Field type: int
Field type: int

Layers

Full Usage: Layers

Field type: Dictionary<int, CellGrid2D<'T>>

The active layers, keyed by their render order index.

Field type: Dictionary<int, CellGrid2D<'T>>

Origin

Full Usage: Origin

Field type: Vector2
Field type: Vector2

Width

Full Usage: Width

Field type: int
Field type: int

Type something to start searching.