Daniel Lyons' Notes

@tool in GDScript Godot Tutorial

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...

My Notes

0:00 Intro

0:54 Github Project

1:19 Basic Exporting

1:49 How to create an advanced export script

@tool 
extends Node2D

func _get_property_list() -> Array:
	# return the properties you'd like to export and their config

6:45 More complex variable exports

9:50 Custom resource in an array

10:50 Adding conditionals

13:05 Using tool resources

15:08 Visualizers

18:00 Outro

@tool in GDScript Godot Tutorial
Interactive graph
On this page
Description
My Notes
0:00 Intro
0:54 Github Project
1:19 Basic Exporting
1:49 How to create an advanced export script
6:45 More complex variable exports
9:50 Custom resource in an array
10:50 Adding conditionals
13:05 Using tool resources
15:08 Visualizers
18:00 Outro