Method Draw
Draw(Rect, SerializedProperty, ref float)
Draws the slider in a given Rect
Declaration
public virtual void Draw(Rect rect, SerializedProperty value, ref float floatValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | rect | The Rect to draw the slider into |
| SerializedProperty | value | The SerializedProperty with the property serialized |
| float | floatValue | The float value modified by the slider GUI |