Version: 2022.2
言語: 日本語
public void AddColumn (Vector2 mousePosition, int activeColumnIndex);

パラメーター

mousePosition Mouse position when adding a new column happened.
activeColumnIndex Column index at which to insert the new column.

説明

Invoked when the table view need to add a new column at a specific location.

It is up to the implementation to open a column selector.