Summary
Adds the contents of the
Animancer.TransitionLibraries.TransitionLibraryAsset.Definition
to the Animancer.TransitionLibraries.TransitionLibraryAsset.Library if it was already initialized.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.TransitionLibraries - Containing Type
- Transition
Library Asset
Syntax
public void OnDefinitionModified()
Remarks
Call this after modifying the contents of the
Animancer.TransitionLibraries.TransitionLibraryAsset.Definition
to ensure that the Animancer.TransitionLibraries.TransitionLibraryAsset.Library reflects any changes.
Note that this doesn't remove anything from the Animancer.TransitionLibraries.TransitionLibraryAsset.Library,
it only adds or replaces values.
Return Value
| Type | Description |
|---|---|
| void |