AnimancerEditorUtilities.

SetLooping(AnimationClip, bool) Method

Summary

Sets the UnityEngine.Motion.isLooping flag.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerEditorUtilities

Syntax

public static void SetLooping(AnimationClip clip, bool looping)

Parameters

Name Type Description
clip AnimationClip
looping bool

Return Value

Type Description
void