AcceptsElement(GraphElement, ref string)
Whether the GraphElement can be added to this scope.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
AcceptsElement(GraphElement, string)
public virtual bool AcceptsElement(GraphElement element, ref string reasonWhyNotAccepted)
Parameters
The element to add.
The reason why the specified element cannot be added to the Scope.
Returns
Type | Description |
|---|---|
| bool | Returns true if the specified element is accepted by the Scope. Returns false otherwise. |