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

AnimancerState.

AnimancerState.EventDispatcher Class

Summary

An Animancer.IUpdatable which triggers events in an Animancer.AnimancerEvent.Sequence.
Assembly
Animancer.dll
Namespace
Animancer
Interfaces
Base Types
AnimancerState.EventDispatcher
Object

Syntax

public class AnimancerState.EventDispatcher : Key, IUpdatable, Key.IListItem

Fields

Name Constant Value Summary
NotInList -1
The Animancer.Key._Index which indicates that an item isn't in a list.
Inherited from Key
static

Properties

Name Value Summary
HasEvents bool
Does this dispatcher have an Animancer.AnimancerEvent.Sequence?

Methods

Name Value Summary
IndexOf(Key) int
Returns location of this object in the list (or -1 if it is not currently in a keyed list).
Inherited from Key
static
IsInList(Key) bool
Is the `key` currently in a keyed list?
Inherited from Key
static
ToString() string
Returns "Animancer.AnimancerState.EventDispatcher (Target State)".