Class DefaultPresetSelectorReceiver
Inheritance
DefaultPresetSelectorReceiver
Assembly: UnityEditor.dll
Syntax
public class DefaultPresetSelectorReceiver : PresetSelectorReceiver
Methods
|
Improve this Doc
View Source
OnSelectionChanged(Preset)
Declaration
public override void OnSelectionChanged(Preset selection)
Parameters
Type |
Name |
Description |
Preset |
selection |
|
Overrides
|
Improve this Doc
View Source
OnSelectionClosed(Preset)
Declaration
public override void OnSelectionClosed(Preset selection)
Parameters
Type |
Name |
Description |
Preset |
selection |
|
Overrides
Extension Methods