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

DynamicLayeredCharacterAnimations 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["DynamicLayeredCharacterAnimations"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Layers - Dynamic Layered Character Animations")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(Layers) + "/" + nameof(DynamicLayeredCharacterAnimations))]
public sealed class DynamicLayeredCharacterAnimations : MonoBehaviour

Examples

Layers

Attributes

Type Description
AddComponentMenu
HelpURLAttribute