InsertElement(int, GraphElement)
Inserts the specified GraphElement at the specified index in this StackNode.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public void InsertElement(int index, GraphElement element)
Parameters
The index where the specified GraphElement will be inserted.
The GraphElement to insert.