Show / Hide Table of Contents

Class UIElementsEntryPoint

Inheritance
Object
UIElementsEntryPoint
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.UIElements
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
Type Name Description
EditorWindow window
Returns
Type Description
Int32
| Improve this Doc View Source

GetRootVisualContainer(EditorWindow)

Declaration
public static VisualElement GetRootVisualContainer(this EditorWindow window)
Parameters
Type Name Description
EditorWindow window
Returns
Type Description
VisualElement
| Improve this Doc View Source

SetAntiAliasing(EditorWindow, Int32)

Declaration
public static void SetAntiAliasing(this EditorWindow window, int aa)
Parameters
Type Name Description
EditorWindow window
Int32 aa
  • Improve this Doc
  • View Source
Back to top Generated by DocFX