Experimental: this API is experimental and might be changed or removed in the future.

Scope.AcceptsElement

매뉴얼로 전환
public bool AcceptsElement (Experimental.UIElements.GraphView.GraphElement element, ref string reasonWhyNotAccepted);

파라미터

elementThe element to add.
reasonWhyNotAcceptedThe reason why the specified element cannot be added to the Scope.

반환

bool Returns true if the specified element is accepted by the Scope. Returns false otherwise.

설명

Whether the GraphElement can be added to this scope.