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.TexturePropertySingleLine

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

Parameters

labelThe label used for the texture property.
texturePropThe texture property.
extraProperty1First optional property inlined after the texture property.
extraProperty2Second optional property inlined after the extraProperty1.

Description

Method for showing a texture property control with additional inlined properites.

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.