![]() | ILinkCableJoint Interface |
Namespace: KASAPIv2
The ILinkCableJoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | cfgMaxCableLength | Maximum allowed distance between the parts to establish a link. |
![]() | deployedCableLength |
Maximum possible distance between the source and head/target physical anchors.
|
![]() | headRb | Rigidbody of the physical cable head. |
![]() | isLockedWhenCoupled | Tells if the joint turns rigid when the parts are coupled. |
![]() | realCableLength |
Returns the actual distance between the source and target/head physical anchors.
|
Name | Description | |
---|---|---|
![]() | SetCableLength |
Sets the maximum possible distance between the source and the head/target physical anchors.
|
![]() | SetLockedOnCouple | Defines if the joint should be fixed when the parts are coupled. |
![]() | StartPhysicalHead | Attaches the source to the specified physical object (a connector head). |
![]() | StopPhysicalHead | Stops handling the physical head. |
The specifics of this module is that the distance between the linked parts becomes variable. Once the link is created, the distance limit is set to the actual distance between the source and target. This limit won't allow the objects to separate too far from each other, but the objects will be allowed to come closer. The code can adjust the limit once the joint is created.
Due to the specifics of handling this kind of joints in PhysX, the real distance between the objects can become greater than the distance limit. In fact, if there are forces that try to separate the objects, then the actual distance will always be a bit more than the limit. Do not expect this difference to have any meaning, it depends on the PhysX engine and can be anything.