This is the old Animancer v7.4 documentation. Click here for the latest version.

EditableFieldDrawer.

GetEditButtonLabel(SerializedProperty, GUIContent) Method

Summary

Sets the `label` for the "Edit" button.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
EditableFieldDrawer

Syntax

public abstract void GetEditButtonLabel(SerializedProperty property, GUIContent label)

Parameters

Name Type Description
property SerializedProperty
label GUIContent

Return Value

Type Description
void