ManualMixerTransitionDrawer.

AddPropertyModifierFunction(GenericMenu, string, Action<SerializedProperty>) Method

Summary

Adds a menu item that will call Animancer.Editor.ManualMixerTransitionDrawer.GatherSubProperties(UnityEditor.SerializedProperty) then run the specified `function`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
ManualMixerTransitionDrawer

Syntax

protected void AddPropertyModifierFunction(GenericMenu menu, string label, Action<SerializedProperty> function)

Parameters

Name Type Description
menu GenericMenu
label string
function Action<SerializedProperty>

Return Value

Type Description
void