CartesianMixerState.

CopyFrom(Vector2MixerState, 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 override sealed void CopyFrom(Vector2MixerState copyFrom, CloneContext context)

Parameters

Name Type Description
copyFrom Vector2MixerState
context CloneContext

Return Value

Type Description
void