CloneContext.

Clone<T>(ICloneable<T>) Method

Summary

Calls Animancer.ICloneable`1.Clone(Animancer.CloneContext) and registers the clone.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
CloneContext

Syntax

public T Clone<T>(ICloneable<T> original)

Type Parameters

Name Description
T

Parameters

Name Type Description
original ICloneable<T>

Return Value

Type Description
T