Click or drag to resize

ILinkJointAdjustJoint Method

Requests the joint to become unbreakable or normal.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
void AdjustJoint(
	bool isUnbreakable = false
)
Request Example View Source

Parameters

isUnbreakable (Optional)
Type: SystemBoolean
If true then joint must become unbreakable.
Remarks
Normally, joint is set to unbreakable on time warp, but in general callers may do it at any moment. In unbreakable state joint must behave as a hard connection that cannot be changed or destructed by any force.
See Also