Click or drag to resize
TetrapodCharacterizationTemplateGetCorrespondingArbitraryChains Method
Gets mapping of corresponding arbitrary chain identifiers.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetCorrespondingArbitraryChains(
	ref Dictionary<string, string> symmetryMap
)

Parameters

symmetryMap
Type: System.Collections.GenericDictionaryString, String
A dictionary mapping identifiers of corresponding chains.
See Also