SpiderBot Class

Summary

Demonstrates how to play a single "Wake Up" animation forwards to wake up and backwards to go back to sleep.
Assembly
Animancer.dll
Namespace
Animancer.Examples.FineControl
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["SpiderBot"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Fine Control - Spider Bot")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(FineControl) + "/" + nameof(SpiderBot))]
public sealed class SpiderBot : MonoBehaviour

Examples

Speed And Time

Remarks

This script is also reused in the Directional Blending example.

Attributes

Type Description
AddComponentMenu
HelpURLAttribute

Properties

Name Value Summary
Animancer AnimancerComponent
IsMoving bool
This script won't actually do anything on its own, it simply exposes this public property for others.
Move ITransition