Version: 2018.4
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プロパティーのラベル
texturePropテクスチャプロパティー
extraProperty1テクスチャプロパティーの後で最初にインラインされるオプションのプロパティー
extraProperty2extraProperty1 の後インラインされる 2 番目のオプションのプロパティー

戻り値

Rect 使用される Rect を返します。

説明

追加のインラインプロパティーを持つテクスチャプロパティーコントロールを表示するメソッド

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.