Click or drag to resize
ITetrapodXTPart, TChainCopy Method (ITetrapodTPart, TChain, ITetrapodMutableTPart, TChain)
Copies the definition from the specified source to the specified destination.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static void Copy(
	ITetrapod<TPart, TChain> from,
	ITetrapodMutable<TPart, TChain> to
)

Parameters

from
Type: CandlelightITetrapodTPart, TChain
The ITetrapodTPart, TChain whose definition is the source.
to
Type: CandlelightITetrapodMutableTPart, TChain
The ITetrapodTPart, TChain whose definition should be updated.
See Also