Click or drag to resize
TetrapodNamingConventionCreateInstance Method (Transform, Boolean)
Create an instance by attempting to automatically detect the naming convention in a character hierarchy.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static TetrapodNamingConvention CreateInstance(
	Transform characterRoot,
	bool includePhalanges = true
)

Parameters

characterRoot
Type: Transform
Transform component at the root of the character hierarchy.
includePhalanges (Optional)
Type: SystemBoolean
If , then include phalanges in convention. You will rarely need them for humanoid characters, but may need them for most quadrupedal animals.

Return Value

Type: TetrapodNamingConvention
A TetrapodNamingConvention.
See Also