TransitionSortMode Enum

Summary

[Editor-Only] Sorting algorithms for Animancer.TransitionLibraries.TransitionLibraryDefinition.Transitions.
Assembly
Animancer.dll
Namespace
Animancer.Editor.TransitionLibraries
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["TransitionSortMode"] class Type type-node

Syntax

public enum TransitionSortMode

Fields

Name Constant Value Summary
Custom 0
Manual sorting.
static
Name 1
Based on the transition file names.
static
Path 2
Based on the transition file paths.
static
TypeThenName 3
Based on the transition types then file names.
static
TypeThenPath 4
Based on the transition types then file paths.
static