AnimancerUtilities.

Gather(ICollection<AnimationClip>, AnimationClip) Method

Summary

[Animancer Extension] Adds the `clip` to the `clips` if it wasn't there already.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

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

Parameters

Name Type Description
clips ICollection<AnimationClip>
clip AnimationClip

Return Value

Type Description
void