This is the old Animancer v7.4 documentation. Click here for the latest version.

EventSequenceDrawer.

DrawInvocationList(Rect, MulticastDelegate) Method

Summary

Draws the target and name of the specified System.Delegate.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
EventSequenceDrawer

Syntax

public static void DrawInvocationList(ref Rect area, MulticastDelegate del)

Parameters

Name Type Description
area Rect
del MulticastDelegate

Return Value

Type Description
void