AnimancerPlayable.StateDictionary.

AnimancerPlayable.

GetClipMismatchError(Object, AnimationClip, AnimationClip) Method

Summary

Returns an error message explaining that a state already exists with the specified `key`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable.StateDictionary

Syntax

public static string GetClipMismatchError(Object key, AnimationClip oldClip, AnimationClip newClip)

Parameters

Name Type Description
key Object
oldClip AnimationClip
newClip AnimationClip

Return Value

Type Description
string