NamedAnimancerComponent.

OnValidate() Method

Summary

[Editor-Only] Uses ClipState.ValidateClip to ensure that all of the clips in the Animancer.NamedAnimancerComponent.Animations array are supported by the Animancer system and removes any others.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedAnimancerComponent

Syntax

protected virtual void OnValidate()

Remarks

Called in Edit Mode whenever this script is loaded or a value is changed in the Inspector.

Return Value

Type Description
void