Skip to content

NodeEditorGUILayout

Thor Brigsted edited this page Aug 27, 2018 · 3 revisions
public static class XNodeEditor.NodeEditorGUILayout

Static Methods

Type Name Summary
void PortField(NodePort port, GUILayoutOption[] options)
void PortField(GUIContent label, NodePort port, GUILayoutOption[] options)
void PropertyField(SerializedProperty property, Boolean includeChildren = True, GUILayoutOption[] options)
void PropertyField(SerializedProperty property, GUIContent label, Boolean includeChildren = True, GUILayoutOption[] options)
void PropertyField(SerializedProperty property, NodePort port, Boolean includeChildren = True, GUILayoutOption[] options)
void PropertyField(SerializedProperty property, GUIContent label, NodePort port, Boolean includeChildren = True, GUILayoutOption[] options)
void InstancePortList(string fieldName, Type type, SerializedObject serializedObject, Node.ConnectionType connectionType = Node.ConnectionType.Multiple) Draw an editable list of instance ports. Port names are named as "[fieldName] [index]"
Clone this wiki locally