Summary
Fills the `clips` with any
UnityEngine.AnimationClip
s referenced by components in the same hierarchy as
the `gameObject`. See Animancer.ICharacterRoot
for details.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- AnimationGatherer
Syntax
public static void GatherFromGameObject(GameObject gameObject, ICollection<AnimationClip> clips)
Parameters
Name | Type | Description |
---|---|---|
gameObject | GameObject | |
clips | ICollection |
Return Value
Type | Description |
---|---|
void |