Version: 2022.3
言語: 日本語
public Rect TexturePropertyWithHDRColor (GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, bool showAlpha);
Obsolete public Rect TexturePropertyWithHDRColor (GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, ColorPickerHDRConfig hdrConfig, bool showAlpha);

パラメーター

label プロパティーのラベル
textureProp テクスチャプロパティー
colorProperty Color プロパティー (HDR Color として処理されます)
showAlpha False の場合、GUI でアルファチャンネル情報が表示されません

戻り値

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

説明

HDR カラーフィールドとその色の明るさの float タイプのフィールドを持つテクスチャプロパティーコントロールを表示するメソッド

The texture is shown using the mini thumbnail. Usefull for compact representation of a texture and a HDR color. See Also: TexturePropertySingleLine, ShaderGUI.