Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

EditorGUIUtility.SetIconSize

Declaration

public static void SetIconSize(Vector2 size);

Description

Set icons rendered as part of GUIContent to be rendered at a specific size.

Set the size to Vector2.zero to use the default behaviour where the size is determined by the available space.

Additional resources: GetIconSize.