AnimancerPlayable.

GetKey(AnimationClip) Method

Summary

Calls Animancer.IAnimancerComponent.GetKey(UnityEngine.AnimationClip) on the Animancer.AnimancerPlayable.Component.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable

Syntax

public Object GetKey(AnimationClip clip)

Remarks

If the Animancer.AnimancerPlayable.Component is null, this method returns the `clip` itself.

Parameters

Name Type Description
clip AnimationClip

Return Value

Type Description
Object