C# Class RangedFloatAttributeDrawer, unity-development-tools

Inheritance: PropertyDrawer
显示文件 Open project: heisarzola/Unity-Development-Tools

Public Methods

Method Description
GetPropertyHeight ( SerializedProperty property, GUIContent, label ) : float
OnGUI ( Rect, position, SerializedProperty property, GUIContent, label ) : void

Method Details

GetPropertyHeight() public method

public GetPropertyHeight ( SerializedProperty property, GUIContent, label ) : float
property SerializedProperty
label GUIContent,
return float

OnGUI() public method

public OnGUI ( Rect, position, SerializedProperty property, GUIContent, label ) : void
position Rect,
property SerializedProperty
label GUIContent,
return void