FloatProperty
Draw a property field for a float shader property.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
FloatProperty(MaterialProperty, string)
Draw a property field for a float shader property.
public float FloatProperty(MaterialProperty prop, string label)
Parameters
Returns
Type | Description |
|---|---|
| float |
FloatProperty(Rect, MaterialProperty, string)
Draw a property field for a float shader property.
public float FloatProperty(Rect position, MaterialProperty prop, string label)
Parameters
Returns
Type | Description |
|---|---|
| float |
FloatProperty(string, string)
Draw a property field for a float shader property.
public float FloatProperty(string propertyName, string label)
Parameters
Returns
Type | Description |
|---|---|
| float |