1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00
This commit is contained in:
Icarus 2020-08-03 01:16:16 +08:00
parent 8454b1f1a6
commit 4ab79fe0bb

View File

@ -63,6 +63,7 @@ namespace XNode {
private Type valueType; private Type valueType;
#if UNITY_EDITOR #if UNITY_EDITOR
public const string FIELDNAMEEDITOR = nameof(_fieldName); public const string FIELDNAMEEDITOR = nameof(_fieldName);
public const string ConnectionsEditor = nameof(connections);
#endif #endif
[SerializeField] private string _fieldName; [SerializeField] private string _fieldName;
[SerializeField] private Node _node; [SerializeField] private Node _node;