BasicMovementAnimations Class

Summary

Plays a movement animation while the user holds W or Up Arrow. Otherwise plays an idle animation.
Assembly
Animancer.dll
Namespace
Animancer.Examples.Basics
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["BasicMovementAnimations"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Basics - Basic Movement Animations")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(Basics) + "/" + nameof(BasicMovementAnimations))]
public sealed class BasicMovementAnimations : MonoBehaviour

Examples

Basic Movement

Attributes

Type Description
AddComponentMenu
HelpURLAttribute