Class MinMaxGradientPropertyDrawer
Inheritance
MinMaxGradientPropertyDrawer
Assembly: UnityEditor.dll
Syntax
[CustomPropertyDrawer(typeof(ParticleSystem.MinMaxGradient))]
public class MinMaxGradientPropertyDrawer : PropertyDrawer
Methods
|
Improve this Doc
View Source
GetPropertyHeight(SerializedProperty, GUIContent)
Declaration
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
Parameters
Overrides
Extension Methods