Version: 2017.3

MaterialEditor.TexturePropertyTwoLines

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

Parámetros

label La etiqueta utilizada para la propiedad de textura.
textureProp La propiedad de textura.
extraProperty1 La primera propiedad extra en linea después de la propiedad de textura.
label2 Etiqueta para la segunda propiedad (en una nueva linea y con sangrado)
extraProperty2 Segunda 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.