LayeredAnimationManager Class

Summary

Demonstrates how to use layers to play multiple animations at once on different body parts.
Assembly
Animancer.dll
Namespace
Animancer.Examples.Layers
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["LayeredAnimationManager"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Layers - Layered Animation Manager")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(Layers) + "/" + nameof(LayeredAnimationManager))]
public sealed class LayeredAnimationManager : MonoBehaviour

Examples

Layers

Attributes

Type Description
AddComponentMenu
HelpURLAttribute

Methods