This is the old Animancer v7.4 documentation. Click here for the latest version.

AnimancerStateDictionary.

Destroy(AnimationClip) Method

Summary

Calls Animancer.AnimancerState.Destroy on the state associated with the `clip` (if any). Returns true if the state existed.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerStateDictionary

Syntax

public bool Destroy(AnimationClip clip)

Parameters

Name Type Description
clip AnimationClip

Return Value

Type Description
bool