← Back to Asset Types
Documentation for the EntityUIComponent asset type.
Location
Entity/UI
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/EntityUIComponent.schema.json"
Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "EntityUIComponent.json",
"title": "EntityUIComponent",
"description": "EntityUIComponent asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
]
}