Summary
Demonstrates how to use layers to play multiple
independent animations at the same time on different body parts.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Samples .Layers - Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["LayeredCharacterAnimations"]
class Type type-node
Syntax
[AddComponentMenu(Strings.SamplesMenuPrefix + "Layers - Layered Character Animations")]
[AnimancerHelpUrl(typeof(LayeredCharacterAnimations))]
public class LayeredCharacterAnimations : MonoBehaviour
Remarks
Sample:
Basic Layers
Attributes
Type | Description |
---|---|
AddComponentMenu | |
Animancer |
[Assert-Conditional]
A UnityEngine.HelpURLAttribute which points to Animancer's documentation.
|