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
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
Returns
Type | Description |
|---|---|
| Color |
ColorProperty(string, string)
Draw a property field for a color shader property.
public Color ColorProperty(string propertyName, string label)
Parameters
Returns
Type | Description |
|---|---|
| Color |