 | IBodyChainT, TPartItem Property |
Gets the TPart with the specified index.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
SyntaxTPart this[
int bodyIndex
] { get; }
Parameters
- bodyIndex
- Type: SystemInt32
Body index.
Property Value
Type:
TPartThe
TPart with the specified index.
See Also