EventUtilities Class

Summary

Various utility delegates which can be assigned to Animancer Events.
Assembly
Animancer.dll
Namespace
Animancer.Examples.Events
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["EventUtilities"] class Type type-node

Syntax

[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(Events) + "/" + nameof(EventUtilities))]
public static class EventUtilities

Examples

Event Utilities

Attributes

Type Description
HelpURLAttribute

Fields

Name Constant Value Summary
LogCurrentEvent
Logs a message with the details of the Animancer.AnimancerEvent.CurrentEvent and Animancer.AnimancerEvent.CurrentState.
static
PauseAtCurrentEvent
Pauses the Animancer.AnimancerEvent.CurrentState at the current Animancer.AnimancerEvent.normalizedTime.
static
RestartCurrentState
Sets the Animancer.AnimancerState.Time of the Animancer.AnimancerEvent.CurrentState to 0.
static