ControllerTransitionDrawer.

DoParameterGUI(Rect, AnimatorController, SerializedProperty) Method

Summary

Draws a dropdown menu to select the name of a parameter in the `controller`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
ControllerTransitionDrawer

Syntax

protected void DoParameterGUI(Rect area, AnimatorController controller, SerializedProperty property)

Parameters

Name Type Description
area Rect
controller AnimatorController
property SerializedProperty

Return Value

Type Description
void