Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

MaterialEditor.TexturePropertyTwoLines

Switch to Manual
public function TexturePropertyTwoLines(label: GUIContent, textureProp: MaterialProperty, extraProperty1: MaterialProperty, label2: GUIContent, extraProperty2: MaterialProperty): void;

Parameters

labelThe label used for the texture property.
texturePropThe texture property.
extraProperty1First extra property inlined after the texture property.
label2Label for the second extra property (on a new line and indented).
extraProperty2Second property on a new line below the texture.

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.