TransitionDrawer.

InitializeMode(SerializedProperty) Method

Summary

If the Animancer.Editor.TransitionDrawer._Mode is Animancer.Editor.TransitionDrawer.Mode.Uninitialized, this method determines how it should start based on the number of properties in the `serializedObject`. If the only serialized field is an Animancer.ITransition then it should start expanded.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransitionDrawer

Syntax

protected void InitializeMode(SerializedProperty property)

Parameters

Name Type Description
property SerializedProperty

Return Value

Type Description
void