Click or drag to resize

IJointUtilsDumpSpringJoint 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 DumpSpringJoint(
	SpringJoint joint
)
Request Example View Source

Parameters

joint
Type: UnityEngineSpringJoint
Joint to dump settings for.

Return Value

Type: String
Linefeed formatted block of text.
See Also