Summary
[
Animancer.IAnimationClipCollection
]
Gathers all the animations in the Animancer.AnimancerComponent.Graph
.
In the Unity Editor this method also gathers animations from other components on parent and child objects.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Named
Animancer Component
Syntax
public override void GatherAnimationClips(ICollection<AnimationClip> clips)
Parameters
Name | Type | Description |
---|---|---|
clips | ICollection |
Return Value
Type | Description |
---|---|
void |