Class Animations
The animations playback service.
Inheritance
System.Object
Animations
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public static class Animations : Object
Properties
System
The system for Animations update.
Declaration
[Unmanaged]
public static TaskGraphSystem System { get; }
Property Value
TaskGraphSystem
|
Events
DebugFlow
Custom event that is called every time the Anim Graph signal flows over the graph (including the data connections). Can be used to read and visualize the animation blending logic.
Declaration
[Unmanaged]
public static event Action<Animations.DebugFlowInfo> DebugFlow
Event Type
System.Action<Animations.DebugFlowInfo>
|