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

パラメーター

labelプロパティーのラベル
texturePropテクスチャプロパティー
colorPropertyColor プロパティー (HDR Color として処理されます)
hdrConfigHDR Color Picker で使用する HDR Color コンフィギュレーション
showAlphaFalse の場合、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.