AnimancerNode.

Stop() Method

Summary

Stops the animation and makes it inactive immediately so it no longer affects the output.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNode

Syntax

public void Stop()

Remarks

Sets Animancer.AnimancerNode.Weight = 0 by default unless overridden.

Note that playing something new will automatically stop the old animation.

Return Value

Type Description
void