protected void OnEnable() { if (ports == null) { ports = new NodePortDictionary(); } if (graphHotfix != null) { graph = graphHotfix; } graphHotfix = null; UpdatePorts(); Init(); }
protected void OnEnable() { if (graphHotfix != null) { graph = graphHotfix; } graphHotfix = null; setupIdentifier(Identifier); if (ports == null) { ports = new NodePortDictionary(); } UpdatePorts(); Init(); }