MovingCharacterBrain Class

Summary

Uses player input to control a Animancer.Samples.StateMachines.Character.
Assembly
Animancer.dll
Namespace
Animancer.Samples.StateMachines
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["MovingCharacterBrain"] class Type type-node

Syntax

[AddComponentMenu(Strings.SamplesMenuPrefix + "Brains - Moving Character Brain")]
[AnimancerHelpUrl(typeof(MovingCharacterBrain))]
public class MovingCharacterBrain : MonoBehaviour

Remarks

Sample: Brains

Attributes

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

Methods

Name Value Summary
Update() void