Version: 2017.2
public Rect TexturePropertyWithHDRColor (GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, ColorPickerHDRConfig hdrConfig, bool showAlpha);

パラメーター

label プロパティーのラベル
textureProp テクスチャプロパティー
colorProperty Color プロパティー (HDR Color として処理されます)
hdrConfig HDR Color Picker で使用する 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.