AnimancerLayer.

CopyFrom(AnimancerLayer, CloneContext) Method

Summary

Copies the details of `copyFrom` into this layer.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerLayer

Syntax

public virtual void CopyFrom(AnimancerLayer copyFrom, CloneContext context)

Remarks

Call Animancer.AnimancerLayer.CopyStatesFrom(Animancer.AnimancerLayer,Animancer.CloneContext,System.Boolean) (as well) if you want to copy the states.

Parameters

Name Type Description
copyFrom AnimancerLayer
context CloneContext

Return Value

Type Description
void