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

StackNode.AcceptsElement

マニュアルに切り替える
protected bool AcceptsElement (Experimental.GraphView.GraphElement element, ref int proposedIndex, int maxIndex);

パラメーター

element The element to add.
proposedIndex The index where the element would be added. This index can be overwritten.
maxIndex The maximum value of the index.

戻り値

bool Returns true if the specified GraphElement can be added. Returns false otherwise.

説明

Checks whether the specified GraphElement can be added to this StackNode.