AnimancerUtilities.

GatherFromAsset(ICollection<AnimationClip>, PlayableAsset) Method

Summary

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

Syntax

public static void GatherFromAsset(this ICollection<AnimationClip> clips, PlayableAsset asset)

Parameters

Name Type Description
clips ICollection<AnimationClip>
asset PlayableAsset

Return Value

Type Description
void