CartesianMixerState.

CopyFrom(CartesianMixerState, CloneContext) Method

Summary

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

Syntax

public virtual void CopyFrom(CartesianMixerState copyFrom, CloneContext context)

Parameters

Name Type Description
copyFrom CartesianMixerState
context CloneContext

Return Value

Type Description
void