SaveLoadButtons Class

Summary

Uses buttons to save and load the current animation details.
Assembly
Animancer.dll
Namespace
Animancer.Samples.Mixers
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["SaveLoadButtons"] class Type type-node

Syntax

[AddComponentMenu(Strings.SamplesMenuPrefix + "Mixers - Save Load Buttons")]
[AnimancerHelpUrl(typeof(SaveLoadButtons))]
public class SaveLoadButtons : MonoBehaviour

Remarks

Sample: Animation Serialization

Attributes

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

Methods

Name Value Summary
Awake() void