CloneContext.

TryGetClone<T>(T) Method

Summary

Replaces the `item` with its clone and returns true if one is registered.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
CloneContext

Syntax

public bool TryGetClone<T>(ref T item)

Type Parameters

Name Description
T

Parameters

Name Type Description
item T

Return Value

Type Description
bool