tiled.structures.array.ArrayMacroStructure

class tiled.structures.array.ArrayMacroStructure(chunks: Tuple[Tuple[int, ...], ...], shape: Tuple[int, ...], dims: Tuple[str, ...] | NoneType = None, resizable: bool | Tuple[bool, ...] = False)[source]
__init__(chunks: Tuple[Tuple[int, ...], ...], shape: Tuple[int, ...], dims: Tuple[str, ...] | None = None, resizable: bool | Tuple[bool, ...] = False) None

Methods

__init__(chunks, shape[, dims, resizable])

from_json(structure)

Attributes

dims

resizable

chunks

shape