This is the old Animancer v7.4 documentation. Click here for the latest version.

SerializationExampleUI Class

Summary

An example component that manages save and load buttons.
Assembly
Animancer.dll
Namespace
Animancer.Examples.TransitionLibraries
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["SerializationExampleUI"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Transition Libraries - Serialization Example UI")]
[AnimancerHelpUrl(typeof(SerializationExampleUI))]
public class SerializationExampleUI : MonoBehaviour

Remarks

Example: Serialization

Attributes

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

Methods

Name Value Summary
Awake() void
Load() void
Save() void