A UDA for marking script variables that should be automatically created when the script is created, right before _init() is called.
Options for automatically deleting or adding as child node the tagged variable can be set in the UDA.
add it as a child (only for Node types)
create it when the script is created
delete it when the script is destroyed
See Implementation
A UDA for marking script variables that should be automatically created when the script is created, right before _init() is called.
Options for automatically deleting or adding as child node the tagged variable can be set in the UDA.