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

AnimancerReflection.

GetInvocationList(MulticastDelegate) Method

Summary

Tries to use Animancer.AnimancerReflection.TryGetInvocationListNonAlloc(System.MulticastDelegate,System.Delegate[]@). Otherwise uses the regular System.MulticastDelegate.GetInvocationList.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerReflection

Syntax

public static Delegate[] GetInvocationList(MulticastDelegate multicast)

Parameters

Name Type Description
multicast MulticastDelegate

Return Value

Type Description
Delegate[]