ContainsElement(GraphElement)
Determines if the Scope contains the specified GraphElement.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public bool ContainsElement(GraphElement element)
Parameters
The element.
Returns
Type | Description |
|---|---|
| bool | Returns true if the Scope contains the specified element. Returns false otherwise. |