Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetIconSize(Vector2)

Set icons rendered as part of GUIContent to be rendered at a specific size.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static void SetIconSize(Vector2 size)

Parameters

Remarks

Set the size to Vector2.zero to use the default behaviour where the size is determined by the available space.
Additional Resources: EditorGUIUtility.GetIconSize.