DirectionalClipTransitionDrawer.

DoChildPropertyGUI(Rect, SerializedProperty, SerializedProperty, GUIContent) Method

Summary

Draws the `property` GUI in relation to the `rootProperty` which was passed into Animancer.Editor.TransitionDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent).

Syntax

protected override void DoChildPropertyGUI(ref Rect area, SerializedProperty rootProperty, SerializedProperty property, GUIContent label)

Parameters

Name Type Description
area Rect
rootProperty SerializedProperty
property SerializedProperty
label GUIContent

Return Value

Type Description
void