Summary
Sets the
Animancer.TransitionLibraries.TransitionLibraryDefinition.Transitions
using `oldIndexToNew` to remap any references to the old order.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .TransitionLibraries - Containing Type
- Transition
Library Sort
Syntax
public static void SetTransitions(TransitionLibraryDefinition library, TransitionLibraryEditorDataInternal editorData, TransitionAssetBase[] newTransitions, int[] oldIndexToNew, int count)
Parameters
| Name | Type | Description |
|---|---|---|
| library | Transition |
|
| editorData | Transition |
|
| newTransitions | Transition |
|
| oldIndexToNew | int[] | |
| count | int |
Return Value
| Type | Description |
|---|---|
| void |