Version: 2017.2

MaterialEditor.TexturePropertySingleLine

매뉴얼로 전환
public Rect TexturePropertySingleLine (GUIContent label, MaterialProperty textureProp);
public Rect TexturePropertySingleLine (GUIContent label, MaterialProperty textureProp, MaterialProperty extraProperty1);
public Rect TexturePropertySingleLine (GUIContent label, MaterialProperty textureProp, MaterialProperty extraProperty1, MaterialProperty extraProperty2);

파라미터

label The label used for the texture property.
textureProp The texture property.
extraProperty1 First optional property inlined after the texture property.
extraProperty2 Second optional property inlined after the extraProperty1.

반환

Rect Returns the Rect used.

설명

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.