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

labelLa etiqueta utilizada para la propiedad de textura.
texturePropLa propiedad de textura.
extraProperty1Primera propiedad opcional en linea después de la propiedad de textura.
extraProperty2Segunda 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.