MixerTransitionDrawer.

GatherSubProperties(SerializedProperty) Method

Summary

Called every time a `property` is drawn to find the relevant child properties and store them to be used in Animancer.ManualMixerTransition.Drawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent) and Animancer.ManualMixerTransition.Drawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerTransitionDrawer

Syntax

protected override void GatherSubProperties(SerializedProperty property)

Parameters

Name Type Description
property SerializedProperty

Return Value

Type Description
void