Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ColorProperty

Draw a property field for a color shader property.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule

ColorProperty(MaterialProperty, string)

Draw a property field for a color shader property.
public Color ColorProperty(MaterialProperty prop, string label)

Parameters


label

Label for the property.

Returns

Type

Description

Color

ColorProperty(Rect, MaterialProperty, string)

Draw a property field for a color shader property.
public Color ColorProperty(Rect position, MaterialProperty prop, string label)

Parameters

position



label

Label for the property.

Returns

Type

Description

Color

ColorProperty(string, string)

Draw a property field for a color shader property.
Warning
Deprecated. Use ColorProperty with MaterialProperty instead.
public Color ColorProperty(string propertyName, string label)

Parameters

propertyName


label

Label for the property.

Returns

Type

Description

Color