AnimancerUtilities.

GatherFromSource(ICollection<AnimationClip>, IAnimationClipSource) Method

Summary

[Animancer Extension] Calls Animancer.AnimancerUtilities.Gather(System.Collections.Generic.ICollection{UnityEngine.AnimationClip},UnityEngine.AnimationClip) for each clip gathered by UnityEngine.IAnimationClipSource.GetAnimationClips(System.Collections.Generic.List{UnityEngine.AnimationClip}).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

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

Parameters

Name Type Description
clips ICollection<AnimationClip>
source IAnimationClipSource

Return Value

Type Description
void