MaterialEditor.TexturePropertyWithHDRColor

매뉴얼로 전환
public Rect TexturePropertyWithHDRColor (GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, ColorPickerHDRConfig hdrConfig, bool showAlpha);

파라미터

labelThe label used for the texture property.
texturePropThe texture property.
colorPropertyThe color property (will be treated as a HDR color).
hdrConfigThe HDR color configuration used by the HDR Color Picker.
showAlphaIf false then the alpha channel information will be hidden in the GUI.

반환

Rect Return the Rect used.

설명

Method for showing a texture property control with a HDR color field and its color brightness float field.

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