Class CategoricalTag
- Namespace
- GridPlacement.GDScript
- Assembly
- MoonBark.GridPlacement.GDScript.dll
Tag resource for categorizing placeables into groups for gameplay and UI.
class CategoricalTag extends Resource
CategoricalTag
Properties
description
Multiline description with BBCode support for UI display.
@export_multiline var description: String
display_name
Display name for UI and gameplay.
@export var display_name: StringName
icon
Small image representing the tag in UI elements.
@export var icon: Texture2D