 | ITetrapodXTPart, TChainGetDefaultNamingConventionT Method |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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:
TetrapodNamingConventionThe default naming convention.
See Also