Version: 2023.2
言語: 日本語
public Action<Object,bool> selectorClosedHandler ;

説明

Function to call when the advanced Object Selector is closed. Only available during AdvancedObjectSelectorEventType.OpenAndSearch.

This function takes two parameters: the object that was selected, or null if nothing was selected, and a boolean indicating if the selection was canceled or not.