Version: 2017.2

MaterialEditor.TexturePropertyWithHDRColor

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

Parámetros

label La etiqueta utilizada para la propiedad de textura.
textureProp La propiedad de textura.
colorProperty La propiedad de color (será tratada como un color HDR).
hdrConfig La configuración de color HDR utilizada por el HDR Color Picker.
showAlpha Si 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.