TransitionDrawer.DrawerContext.

TransitionDrawer.

DrawerContext(SerializedProperty, ITransition) Constructor

Summary

Creates a new Animancer.Editor.TransitionDrawer.DrawerContext.

Syntax

public DrawerContext(SerializedProperty transitionProperty, ITransition transition)

Remarks

Be sure to Animancer.Editor.TransitionDrawer.DrawerContext.Dispose it when done.

Parameters

Name Type Description
transitionProperty SerializedProperty
transition ITransition

Return Value

Type Description
void