ReorderableListDrawerGetPropertyHeight Method |
Get property height
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public override float GetPropertyHeight(
SerializedProperty property,
GUIContent label
)
Public Overrides Function GetPropertyHeight (
property As SerializedProperty,
label As GUIContent
) As Single
public:
virtual float GetPropertyHeight(
SerializedProperty^ property,
GUIContent^ label
) override
abstract GetPropertyHeight :
property : SerializedProperty *
label : GUIContent -> float32
override GetPropertyHeight :
property : SerializedProperty *
label : GUIContent -> float32
Parameters
- property
- Type: SerializedProperty
Property - label
- Type: GUIContent
Label
Return Value
Type:
SingleHeight
See Also