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