Click or drag to resize

ILinkCableJointStopPhysicalHead Method

Stops handling the physical head.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
void StopPhysicalHead()
Request Example View Source
Remarks
It must not be called from the physics update methods (e.g. FixedUpdate or OnJointBreak) since the link's physical objects may be deleted immediately. If the link needs to be broken from these methods, use a coroutine to postpone the call till the end of the frame.
See Also