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

NamedEventDictionary.

Set(StringReference, Action) Method

Summary

Registers the callback using the `name`, replacing anything previously registered.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedEventDictionary

Syntax

public void Set(StringReference name, Action callback)

Parameters

Name Type Description
name StringReference
callback Action

Return Value

Type Description
void