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

NamedEventDictionary.

this[StringReference] Property

Summary

Accesses a callback in this dictionary.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedEventDictionary

Syntax

public Action this[StringReference name] { get; set; }

Parameters

Name Type Description
name StringReference

Value

Type Description
Action