ScriptableObject.OnDestroyfunction OnDestroy () : voidDescriptionThis function is called when the scriptable object will be destroyed.
JavaScript
function OnDestroy () { using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > ScriptableObject | ||||
ScriptableObject.OnDestroyfunction OnDestroy () : voidDescriptionThis function is called when the scriptable object will be destroyed.
JavaScript
function OnDestroy () { using UnityEngine; import UnityEngine |