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

NamedAnimancerComponent.

OnEnable() Method

Summary

Plays the first clip in the Animancer.NamedAnimancerComponent.Animations array if Animancer.NamedAnimancerComponent.PlayAutomatically is true.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
NamedAnimancerComponent

Syntax

protected override void OnEnable()

Remarks

This method also ensures that the UnityEngine.Playables.PlayableGraph is playing.

Return Value

Type Description
void