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

Editor Class

Summary

[Editor-Only] A custom Inspector for AnimancerReadMe.
Assembly
Animancer.dll
Namespace
global
Base Types
  • ReadMe.Editor
Editor
ReadMe.Editor

Syntax

[CustomEditor(typeof(AnimancerReadMe), editorForChildClasses: true)]
public class Editor : ReadMe.Editor

Attributes

Type Description
CustomEditor

Events

Name Type Summary
MigrateOldAssetData Action<string>
A callback to execute data migration.
static

Methods

Name Value Summary
DoNewVersionDetails() void