ManualMixerTransition.Drawer.

ManualMixerTransition.

DoHeaderDropdownGUI(Rect, SerializedProperty, GUIContent, Action<GenericMenu>) Method

Summary

Draws the GUI for a header dropdown button.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerTransition.Drawer

Syntax

public static void DoHeaderDropdownGUI(Rect area, SerializedProperty property, GUIContent content, Action<GenericMenu> populateMenu)

Parameters

Name Type Description
area Rect
property SerializedProperty
content GUIContent
populateMenu Action<GenericMenu>

Return Value

Type Description
void