NamedEventDictionary.

TryGetValue(StringReference, Action) Method

Summary

Tries to get the `callback` registered with the `name` and returns true if successful.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedEventDictionary

Syntax

public bool TryGetValue(StringReference name, out Action callback)

Parameters

Name Type Description
name StringReference
callback Action

Return Value

Type Description
bool