ManualMixerTransition.Drawer.

ManualMixerTransition.

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

Summary

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

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