NamedEventDictionary.

Get(StringReference) Method

Summary

Returns the callback registered using the `name`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedEventDictionary

Syntax

public Action Get(StringReference name)

Remarks

Returns null if nothing was registered.

Parameters

Name Type Description
name StringReference

Return Value

Type Description
Action