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.

MaterialEditor.TexturePropertyWithHDRColor

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
public function TexturePropertyWithHDRColor(label: GUIContent, textureProp: MaterialProperty, colorProperty: MaterialProperty, hdrConfig: ColorPickerHDRConfig, showAlpha: bool): Rect;
public Rect TexturePropertyWithHDRColor(GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, ColorPickerHDRConfig hdrConfig, bool showAlpha);

Parámetros

label The label used for the texture property.
textureProp The texture property.
colorProperty The color property (will be treated as a HDR color).
hdrConfig The HDR color configuration used by the HDR Color Picker.
showAlpha If false then the alpha channel information will be hidden in the GUI.

Valor de retorno

Rect Return the Rect used.

Descripción

Method for showing a texture property control with a HDR color field and its color brightness float field.

The texture is shown using the mini thumbnail. Usefull for compact representation of a texture and a HDR color. See Also: TexturePropertySingleLine, ShaderGUI.