AnimancerUtilities.

GatherFromSource(ICollection<AnimationClip>, Object) Method

Summary

[Animancer Extension] Calls Animancer.AnimancerUtilities.Gather(System.Collections.Generic.ICollection{UnityEngine.AnimationClip},UnityEngine.AnimationClip) for each clip in the `source`, supporting both UnityEngine.IAnimationClipSource and Animancer.IAnimationClipCollection.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static bool GatherFromSource(this ICollection<AnimationClip> clips, Object source)

Parameters

Name Type Description
clips ICollection<AnimationClip>
source Object

Return Value

Type Description
bool