Skip to content

Graph Methods

Chase edited this page Oct 26, 2020 · 4 revisions

Event Methods

OnGraphEnable

Called during Unity's ScriptableObject.OnEnable event and before Node.OnEnable() is called for all of the nodes.

OnGraphDisable

Called during Unity's ScriptableObject.OnDisable event and before Node.OnDisable() is called for all of the nodes.

OnGraphValidate

Called during Unity's ScriptableObject.OnValidate event and before Node.OnValidate() is called for all of the nodes.

Clone this wiki locally