Click or drag to resize

IJointUtilsSetupFixedJoint Method

Sets up a canonical fixed joint.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
void SetupFixedJoint(
	ConfigurableJoint joint
)
Request Example View Source

Parameters

joint
Type: UnityEngineConfigurableJoint
The joint to setup.
Remarks
This method does not set all the properties of the PhysX joint! To get a consistent result, the joint must be reset via a ResetJoint(ConfigurableJoint) call before invoking this method.
See Also