Click or drag to resize
TetrapodDefinition Constructor (TetrapodNamingConvention, Transform)
Initializes a new instance of the TetrapodDefinition class.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public TetrapodDefinition(
	TetrapodNamingConvention namingConvention,
	Transform root
)

Parameters

namingConvention
Type: CandlelightTetrapodNamingConvention
Naming convention.
root
Type: Transform
Root of the tetrapod's hierarchy.
See Also