MixerState<TParameter>.

CopyFrom(MixerState<TParameter>, CloneContext) Method

Summary

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

Syntax

public virtual void CopyFrom(MixerState<TParameter> copyFrom, CloneContext context)

Parameters

Name Type Description
copyFrom MixerState<TParameter>
context CloneContext

Return Value

Type Description
void