MaterialEditor.TexturePropertyTwoLines

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

Parámetros

labelLa etiqueta utilizada para la propiedad de textura.
texturePropLa propiedad de textura.
extraProperty1La primera propiedad extra en linea después de la propiedad de textura.
label2Etiqueta para la segunda propiedad (en una nueva linea y con sangrado)
extraProperty2Segunda propiedad en una nueva linea debajo de la textura.

Valor de retorno

Rect Retorna el Rect utilizado.

Descripción

Método para mostrar un diseño compacto de propiedades.

The texture is shown using the mini thumbnail that fits on a single line. The first extra property is shown inlined after the texture property and the second extra property is shown below on a new line with it's own label. See Also: TexturePropertySingleLine, ShaderGUI.