NamedEventDictionary.

ContainsKey(StringReference) Method

Summary

Are any callbacks registered for the `name`?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedEventDictionary

Syntax

public bool ContainsKey(StringReference name)

Remarks

To get the registered callbacks at the same time, use Animancer.NamedEventDictionary.TryGetValue(Animancer.StringReference,System.Action@) instead.

Parameters

Name Type Description
name StringReference

Return Value

Type Description
bool