-
-
Notifications
You must be signed in to change notification settings - Fork 597
NodeEditorGUILayout
Thor Brigsted edited this page Nov 1, 2018
·
3 revisions
public static class XNodeEditor.NodeEditorGUILayout
Static Fields
Type | Name | Summary |
---|---|---|
Action<ReorderableList> |
onCreateReorderableList | Listen for this event if you want to alter the default ReorderableList |
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]" |