Click or drag to resize

ILinkCableJointisLockedWhenCoupled Property

Tells if the joint turns rigid when the parts are coupled.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
bool isLockedWhenCoupled { get; }
Request Example View Source

Property Value

Type: Boolean
true if the joint is rigid.
Remarks
This mode only has effect when the parts are coupled. Basically, when the locked mode is true, the stock joint between the parts is preserved. When the mode is false, the stock joint is destroyed and replaced by a PhysX distant joint.
See Also