EventSequenceDrawer.

Get(AnimancerEvent.Sequence) Method

Summary

Returns a cached Animancer.Editor.EventSequenceDrawer for the `events`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
EventSequenceDrawer

Syntax

public static EventSequenceDrawer Get(AnimancerEvent.Sequence events)

Remarks

The cache uses a System.Runtime.CompilerServices.ConditionalWeakTable`2 so it doesn't prevent the `events` from being garbage collected.

Parameters

Name Type Description
events AnimancerEvent.Sequence

Return Value

Type Description
EventSequenceDrawer