| MemberReferenceDrawerGetPropertyHeight Method |
Gets the total height of this editor.
Namespace: Slash.Unity.Editor.Common.Inspectors.UtilsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.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 to get the total height of the editor for. - label
- Type: GUIContent
The parameter is not used.
Return Value
Type:
SingleTotal height of this editor.
See Also