Click or drag to resize
ITetrapodXTPart, TChainGetRightToLeftMap Method
Gets a map of each right side part to its corresponding left side part.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool GetRightToLeftMap(
	ITetrapod<TPart, TChain> tetrapod,
	ref Dictionary<TPart, TPart> map
)

Parameters

tetrapod
Type: CandlelightITetrapodTPart, TChain
A ITetrapodTPart, TChain.
map
Type: System.Collections.GenericDictionaryTPart, TPart
A map whose keys are parts on the right side of the body.

Return Value

Type: Boolean
if all of the parts were successfully mapped; otherwise, .
See Also