Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorGUIUtility.SetIconSize

static function SetIconSize(size: Vector2): void;
static void SetIconSize(Vector2 size);
static def SetIconSize(size as Vector2) as void

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.

See Also: GetIconSize.