AnimancerState.

SetNewCloneRoot(AnimancerPlayable) Method

Summary

Sets the Animancer.AnimancerNode.Root.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerState

Syntax

protected void SetNewCloneRoot(AnimancerPlayable root)

Remarks

This method skips several steps of Animancer.AnimancerState.SetRoot(Animancer.AnimancerPlayable) and is intended to only be called on states immediately after their creation.

Parameters

Name Type Description
root AnimancerPlayable

Return Value

Type Description
void