LinearMixerState.

CopyFrom(MixerState<float>, CloneContext) Method

Summary

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

Syntax

public override sealed void CopyFrom(MixerState<float> copyFrom, CloneContext context)

Parameters

Name Type Description
copyFrom MixerState<float>
context CloneContext

Return Value

Type Description
void