AnimancerComponent.

GetKey(AnimationClip) Method

Summary

Returns the `clip` itself.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerComponent

Syntax

public virtual 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