Class MinMaxCurvePropertyDrawer
Inherited Members
Namespace: UnityEditorInternal
Assembly: UnityEditor.dll
Syntax
[CustomPropertyDrawer(typeof(ParticleSystem.MinMaxCurve))]
public class MinMaxCurvePropertyDrawer : PropertyDrawerMethods
| Improve this Doc View SourceOnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)Parameters
| Type | Name | Description | 
|---|---|---|
| Rect | position | |
| SerializedProperty | property | |
| GUIContent | label |