EditorAidResources Class
Description
A static class for accessing resources used by this package.
public static class EditorAidResources
Inheritance
EditorAidResources
Fields
| darkModeContainerUssClassName | USS class applied by ApplyCurrentTheme(VisualElement) when the Editor is in dark mode. |
| lightModeContainerUssClassName | USS class applied by ApplyCurrentTheme(VisualElement) when the Editor is in light mode. |
| variablesContainerUssClassName | USS applied by ApplyCurrentTheme(VisualElement) to add style variables. |
Properties
| editableLabelStyle | StyleSheet for EditableLabel |
| listControlStyle | StyleSheet for ListControl |
| listOfInspectorsStyle | StyleSheet for ListOfInspectors |
| tabbedViewStyle | StyleSheet for TabbedView |
Methods
| ApplyCurrentTheme(VisualElement) | Pass a custom root element to this method to use the appropiate USS variables and class names for Unity's current skin. |