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

NamedEventDictionary.

Remove(StringReference, Action) Method

Summary

Removes a specific `callback` registered with the `name`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedEventDictionary

Syntax

public bool Remove(StringReference name, Action callback)

Parameters

Name Type Description
name StringReference
callback Action

Return Value

Type Description
bool