This version of Unity is unsupported.

PresetSelectorReceiver.OnSelectionClosed

Declaration

public void OnSelectionClosed(Presets.Preset selection);

Description

This method is called by the PresetSelector when the modal window is closed.

You must use this method to destroy your PresetSelectorReceiver object. For an example, consult the DefaultPresetSelectorReceiver.OnSelectionClosed documentation.