ManualMixerTransition<TMixer>.

CopyFrom(ManualMixerTransition<TMixer>) Method

Summary

Copies the contents of `copyFrom` into this object, replacing its previous contents.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerTransition<TMixer>

Syntax

public virtual void CopyFrom(ManualMixerTransition<TMixer> copyFrom)

Remarks

Animancer.AnimancerUtilities.Clone``1(``0) uses this method internally.

Parameters

Name Type Description
copyFrom ManualMixerTransition<TMixer>

Return Value

Type Description
void