MaterialEditor.TexturePropertyWithHDRColor

Cambiar al Manual
public Rect TexturePropertyWithHDRColor (GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, bool showAlpha);
Obsolete public Rect TexturePropertyWithHDRColor (GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, ColorPickerHDRConfig hdrConfig, bool showAlpha);

Parámetros

labelLa etiqueta utilizada para la propiedad de textura.
texturePropLa propiedad de textura.
colorPropertyLa propiedad de color (será tratada como un color HDR).
showAlphaSi false, entonces la información del canal alfa será oculta en el GUI.

Valor de retorno

Rect Retorna el Rect utilizado.

Descripción

Método para mostrar una propiedad de control de textura con un campo HDR de color y su campo float de color de brillo.

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