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

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool GetLeftToRightMap(
	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 left side of the body.

Return Value

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