Character Class

Summary

A centralised group of references to the common parts of a character and a state machine for their actions.
Assembly
Animancer.dll
Namespace
Animancer.Examples.StateMachines
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["Character"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Characters - Character")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(StateMachines) + "/" + nameof(Character))]
[DefaultExecutionOrder(-10000)]
public sealed class Character : MonoBehaviour

Examples

Characters

Attributes

Type Description
AddComponentMenu
HelpURLAttribute
DefaultExecutionOrder

Properties