DirectionalAnimationSet.

AddClips(AnimationClip[], int) Method

Summary

Adds all animations from this set to the `clips`, starting from the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
DirectionalAnimationSet

Syntax

public void AddClips(AnimationClip[] clips, int index)

Parameters

Name Type Description
clips AnimationClip[]
index int

Return Value

Type Description
void