title: This is better than @export | Godot Tutorial
sources: https://www.youtube.com/watch?v=PrCza2z0Log
media_link: https://www.youtube.com/watch?v=PrCza2z0Log
Authors:
- "[[Leif in the Wind]]"
contentPublished: 2024-08-14
noteCreated: 2024-11-19
description: This tutorial goes over how to use @tool scripts and advanced @exports to sculpt the inspector to our liking.Apologies for the slight high-pitched noise in t...
tags:
- clippings
- video
takeaways:
Status: âś… Read
publish: trueThis tutorial goes over how to use @tool scripts and advanced @exports to sculpt the inspector to our liking.Apologies for the slight high-pitched noise in t...
See also: @export in GDScript
@tool
extends Node2D
func _get_property_list() -> Array:
# return the properties you'd like to export and their config