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

AnimancerNode.

Stop() Method

Summary

Stops the animation and makes it inactive immediately so it no longer affects the output. Sets Animancer.AnimancerNode.Weight = 0 by default.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNode

Syntax

public virtual void Stop()

Return Value

Type Description
void