CloneContext.

GetClone<T>(T) Method

Summary

Returns the clone of the `original` if one was registered. Otherwise, throws.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
CloneContext

Syntax

public T GetClone<T>(T original)

Type Parameters

Name Description
T

Parameters

Name Type Description
original T

Return Value

Type Description
T