ManualMixerTransition.Drawer.

ManualMixerTransition.

GatherDetails(SerializedProperty) Method

Summary

Gather the details of the `property`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerTransition.Drawer

Syntax

protected virtual ReorderableList GatherDetails(SerializedProperty property)

Remarks

This method gets called by every Animancer.ManualMixerTransition.Drawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent) and Animancer.ManualMixerTransition.Drawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent) call since Unity uses the same UnityEditor.PropertyDrawer instance for each element in a collection, so it needs to gather the details associated with the current property.

Parameters

Name Type Description
property SerializedProperty

Return Value

Type Description
ReorderableList