This is the old Animancer v7.4 documentation. Click here for the latest version.

Transition<TState>.

CopyFrom(Transition<TState>, CloneContext) Method

Summary

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

Syntax

public virtual void CopyFrom(Transition<TState> copyFrom, CloneContext context)

Parameters

Name Type Description
copyFrom Transition<TState>
context CloneContext

Return Value

Type Description
void