Class PresetSelector
  
  
  
  
    Inheritance
    
    
    
    
    PresetSelector
   
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public class PresetSelector : EditorWindow
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public static bool DrawPresetButton(Rect rectangle, Object[] targets)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Rect | rectangle |  | 
      
        | Object[] | targets |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ShowSelector(Object, Preset, Boolean, PresetSelectorReceiver)
  
  
  Declaration
  
    public static void ShowSelector(Object target, Preset currentSelection, bool createNewAllowed, PresetSelectorReceiver eventReceiver)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ShowSelector(Object[], Preset, Boolean)
  
  
  Declaration
  
    public static void ShowSelector(Object[] targets, Preset currentSelection, bool createNewAllowed)
   
  Parameters
  
  Extension Methods