AnimancerUtilities.

GatherFromSource(ICollection<AnimationClip>, IEnumerable) Method

Summary

[Animancer Extension] Calls Animancer.AnimancerUtilities.GatherFromSource(System.Collections.Generic.ICollection{UnityEngine.AnimationClip},System.Object) for each item in the `source`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static void GatherFromSource(this ICollection<AnimationClip> clips, IEnumerable source)

Parameters

Name Type Description
clips ICollection<AnimationClip>
source IEnumerable

Return Value

Type Description
void