ControllerState.

CopyFrom(ControllerState, CloneContext) Method

Summary

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

Syntax

public virtual void CopyFrom(ControllerState copyFrom, CloneContext context)

Parameters

Name Type Description
copyFrom ControllerState
context CloneContext

Return Value

Type Description
void