Unity

Icon provider that exposes built-in Unity Editor textures through the DrawGUI.Icon.Unity API. These are readonly fields loaded once via EditorGUIUtility.FindTexture and EditorGUIUtility.IconContent, with no caching layer needed since Unity manages these textures internally.

Components

Component
Description

Static class with ~28 readonly icon fields from Unity's built-in editor resources

See Also

Last updated