Summary
[Editor-Only] Types of objects can be selected.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .TransitionLibraries - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["TransitionLibrarySelection.SelectionType"]
class Type type-node
Syntax
public enum TransitionLibrarySelection.SelectionType
Fields
| Name | Constant Value | Summary |
|---|---|---|
| FromTransition | 2 |
A from-transition.
static
|
| Library | 1 |
The main library.
static
|
| Modifier | 4 |
A fade duration modifier.
static
|
| None | 0 |
Nothing selected.
static
|
| ToTransition | 3 |
A to-transition.
static
|