AnimancerUtilities.

Gather(ICollection<AnimationClip>, IEnumerable<AnimationClip>) Method

Summary

[Animancer Extension] Calls Animancer.AnimancerUtilities.Gather(System.Collections.Generic.ICollection{UnityEngine.AnimationClip},UnityEngine.AnimationClip) for each of the `newClips`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static void Gather(this ICollection<AnimationClip> clips, IEnumerable<AnimationClip> gatherFrom)

Parameters

Name Type Description
clips ICollection<AnimationClip>
gatherFrom IEnumerable<AnimationClip>

Return Value

Type Description
void