CloneContext.

WillCloneUpdatables Property

Summary

Will the Animancer.IUpdatables be cloned as part of the current operation?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
CloneContext

Syntax

public bool WillCloneUpdatables { get; set; }

Remarks

This is used to prevent Animancer.AnimancerNodes from cloning their Animancer.FadeGroups individually while cloning a whole Animancer.AnimancerGraph because it will clone the whole groups after cloning all the nodes.

Value

Type Description
bool