NamedAnimancerComponent.

GetKey(AnimationClip) Method

Summary

Returns the clip's name.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedAnimancerComponent

Syntax

public override Object GetKey(AnimationClip clip)

Remarks

This method is used to determine the dictionary key to use for an animation when none is specified by the caller, such as in Animancer.AnimancerComponent.Play(UnityEngine.AnimationClip).

Parameters

Name Type Description
clip AnimationClip

Return Value

Type Description
Object