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, TransitionAssetBase[] transitions, int[] oldIndexToNew, int count)
Parameters
| Name | Type | Description |
|---|---|---|
| library | Transition |
|
| transitions | Transition |
|
| oldIndexToNew | int[] | |
| count | int |
Return Value
| Type | Description |
|---|---|
| void |