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
- Manual
Mixer Transition Drawer
Syntax
protected void AddPropertyModifierFunction(GenericMenu menu, string label, Action<SerializedProperty> function)
Parameters
Name | Type | Description |
---|---|---|
menu | GenericMenu | |
label | string | |
function | Action |
Return Value
Type | Description |
---|---|
void |