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.Samples.Basics
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["BasicMovementAnimations"] class Type type-node

Syntax

[AddComponentMenu(Strings.SamplesMenuPrefix + "Basics - Basic Movement Animations")]
[AnimancerHelpUrl(typeof(BasicMovementAnimations))]
public class BasicMovementAnimations : MonoBehaviour

Remarks

Sample: Basic Movement

Attributes

Type Description
AddComponentMenu
AnimancerHelpUrlAttribute [Assert-Conditional] A UnityEngine.HelpURLAttribute which points to Animancer's documentation.

Methods

Name Value Summary
Update() void