Version: 2022.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.