Click or drag to resize
TetrapodNamingConventionSetArbitraryChainDefinitions Method
Sets the base body names and type definitions for the arbitrary chains.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void SetArbitraryChainDefinitions(
	Dictionary<string, TetrapodNamingConventionChain> value
)

Parameters

value
Type: System.Collections.GenericDictionaryString, TetrapodNamingConventionChain
A dictionary mapping chain names to base body names and type definitions for the chain.
See Also