Summary
A list of items in the
Animancer.Editor.TransitionLibraries.TransitionLibraryWindow organised by group.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .TransitionLibraries - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TransitionGroupCache"]
class Type type-node
Syntax
public class TransitionGroupCache
Properties
| Name | Value | Summary |
|---|---|---|
| Count | int |
The total number of items in this cache.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Gather |
void |
Gathers the items from the specified library.
|
| Gather |
void |
Gathers the items from the specified library.
|
| GetGroup |
TransitionGroup |
Returns the group containing the item at the specified index.
|
| GetItem |
Object |
Returns the item at the specified index.
|
| IndexOf |
int |
Returns the index of the specified `item` in this cache.
|
| ItemToGroupIndex |
int |
Converts the `index` to a value for the
Animancer.Editor.TransitionLibraries.TransitionGroup.Index,
meaning it skips any items inside groups.
|
| SortGroups |
void |
Sorts the `groups` by
Animancer.Editor.TransitionLibraries.TransitionGroup.Index
and removes any nulls.
static
|
| TryGet |
bool |
Tries to get the item at the specified index.
|