AnimancerState.

CopyFrom(AnimancerNode, CloneContext) Method

Summary

Copies the details of `copyFrom` into this node, replacing its previous contents.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerState

Syntax

public override sealed void CopyFrom(AnimancerNode copyFrom, CloneContext context)

Parameters

Name Type Description
copyFrom AnimancerNode
context CloneContext

Return Value

Type Description
void