This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

Scope.ContainsElement

public bool ContainsElement(Experimental.GraphView.GraphElement element);

Parameters

element The element.

Returns

bool Returns true if the Scope contains the specified element. Returns false otherwise.

Description

Determines if the Scope contains the specified GraphElement.