Class UIElementsEntryPoint
  
  
  
  
    Inheritance
    
    UIElementsEntryPoint
   
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public static class UIElementsEntryPoint
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetAntiAliasing(EditorWindow)
  
  
  Declaration
  
    public static int GetAntiAliasing(this EditorWindow window)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetRootVisualContainer(EditorWindow)
  
  
  Declaration
  
    public static VisualElement GetRootVisualContainer(this EditorWindow window)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetAntiAliasing(EditorWindow, Int32)
  
  
  Declaration
  
    public static void SetAntiAliasing(this EditorWindow window, int aa)
   
  Parameters