Summary
Called when Unity imports an animation.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- AnimationBindings
Syntax
protected virtual void OnPostprocessAnimation(GameObject root, AnimationClip clip)
Parameters
| Name | Type | Description |
|---|---|---|
| root | GameObject | |
| clip | AnimationClip |
Return Value
| Type | Description |
|---|---|
| void |