LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

ColorBlock

struct in UnityEngine.UI

Description

Structure to store the state of a color transition on a Selectable.

Static Properties

defaultColorBlockSimple getter for the default ColorBlock.

Properties

colorMultiplierMultiplier applied to colors (allows brightening greater then base color).
disabledColorDisabled Color.
fadeDurationHow long a color transition should take.
highlightedColorHighlighted Color.
normalColorNormal Color.
pressedColorPressed Color.