Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MaterialEditor.TexturePropertyTwoLines

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public function TexturePropertyTwoLines(label: GUIContent, textureProp: MaterialProperty, extraProperty1: MaterialProperty, label2: GUIContent, extraProperty2: MaterialProperty): Rect;
public Rect TexturePropertyTwoLines(GUIContent label, MaterialProperty textureProp, MaterialProperty extraProperty1, GUIContent label2, MaterialProperty extraProperty2);

Parameters

label The label used for the texture property.
textureProp The texture property.
extraProperty1 First extra property inlined after the texture property.
label2 Label for the second extra property (on a new line and indented).
extraProperty2 Second property on a new line below the texture.

Returns

Rect Returns the Rect used.

Description

Method for showing a compact layout of properties.

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.