 | TetrapodNamingConventionCreateInstance Method (Transform, Boolean) |
Create an instance by attempting to automatically detect the naming convention in a character hierarchy.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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:
TetrapodNamingConventionA
TetrapodNamingConvention.
See Also