Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

ColorUsageAttribute

class in UnityEngine

/

Hereda de:PropertyAttribute

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Attribute used to configure the usage of the ColorField and Color Picker for a color.

Use this attribute on a Color to configure the Color Field and Color Picker to show/hide the alpha value and whether to treat the color as a HDR color or as a normal LDR color.

Variables

hdrIf set to true the Color is treated as a HDR color.
maxBrightnessMaximum allowed HDR color component value when using the HDR Color Picker.
maxExposureValueMaximum exposure value allowed in the HDR Color Picker.
minBrightnessMinimum allowed HDR color component value when using the Color Picker.
minExposureValueMinimum exposure value allowed in the HDR Color Picker.
showAlphaIf false then the alpha bar is hidden in the ColorField and the alpha value is not shown in the Color Picker.

Constructores

ColorUsageAttributeAttribute for Color fields. Used for configuring the GUI for the color.

Miembros heredados

Variables

orderOptional field to specify the order that multiple DecorationDrawers should be drawn in.