Function GraphModifier.OnPostGraphLoad
OnPostGraphLoad
()
Called after a graph has been deserialized and loaded.
Public
void OnPostGraphLoad ()
Called after a graph has been deserialized and loaded.
Note
The graph may not have had any valid node data, it might just contain the graph settings.
This will be called often outside of play mode. Make sure to check Application.isPlaying if appropriate.