Click or drag to resize
IBodyChainT, TPartItem Property
Gets the TPart with the specified index.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
TPart this[
	int bodyIndex
] { get; }

Parameters

bodyIndex
Type: SystemInt32
Body index.

Property Value

Type: TPart
The TPart with the specified index.
See Also