Version: 2022.3
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

Group.AcceptsElement

マニュアルに切り替える
public bool AcceptsElement (Experimental.GraphView.GraphElement element, ref string reasonWhyNotAccepted);

パラメーター

element The element to add.
reasonWhyNotAccepted The reason that indicates why the element is not accepted.

戻り値

bool Returns false if the specified element is a scope or group. Otherwise returns true.

説明

Whether an element can be added to this group.