Click or drag to resize
ITetrapodXTPart, TChainGetDefaultNamingConventionT Method
Gets a default TetrapodNamingConvention for the specified tetrapod.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static TetrapodNamingConvention GetDefaultNamingConvention<T>(
	T tetrapod,
	bool includePhalanges = true
)
where T : Component, ITetrapod<TPart, TChain>

Parameters

tetrapod
Type: T
A ITetrapodTPart, TChain.
includePhalanges (Optional)
Type: SystemBoolean
If , then include phalanges in convention.

Type Parameters

T
A component type that is an ITetrapodTPart, TChain.

Return Value

Type: TetrapodNamingConvention
The default naming convention.
See Also