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);

Parameters

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.

Returns

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

Description

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答