Alchemy/docs/articles/en/attributes/on-inspector-destroy.md
2024-02-20 14:49:47 +09:00

172 B

On Inspector Destroy Attribute

Executes a method when the Inspector is destroyed.

[OnInspectorDestroy]
void OnInspectorDestroy()
{
    Debug.Log("Destroy");
}