Version: 2017.2

MaterialEditor.TexturePropertySingleLine

Cambiar al Manual
public Rect TexturePropertySingleLine (GUIContent label, MaterialProperty textureProp);
public Rect TexturePropertySingleLine (GUIContent label, MaterialProperty textureProp, MaterialProperty extraProperty1);
public Rect TexturePropertySingleLine (GUIContent label, MaterialProperty textureProp, MaterialProperty extraProperty1, MaterialProperty extraProperty2);

Parámetros

label La etiqueta utilizada para la propiedad de textura.
textureProp La propiedad de textura.
extraProperty1 Primera propiedad opcional en linea después de la propiedad de textura.
extraProperty2 Segunda propiedad opcional en linea después de extraProperty1.

Valor de retorno

Rect Retorna el Rect utilizado.

Descripción

Método para mostrar el control de propiedad de textura con propiedades en linea adicionales.

This method can be used if multiple controls is wanted on the same line. The texture is shown using the mini thumbnail. Usefull for compact representation of properties of up to three material properties. See Also: TexturePropertyTwoLines, ShaderGUI.