Click or drag to resize

IJointUtilsDumpJoint Method

Outputs all properties of the joint to the string.

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

Parameters

joint
Type: UnityEngineConfigurableJoint
Joint to dump settings for.

Return Value

Type: String
Linefeed formatted block of text.
See Also