Click or drag to resize
JointXGetActualJointAxes Method (ConfigurableJoint)
Gets the actual primary, secondary, and tertiary axes, post correction.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static Vector3[] GetActualJointAxes(
	this ConfigurableJoint joint
)

Parameters

joint
Type: ConfigurableJoint
A ConfigurableJoint.

Return Value

Type: Vector3
The actual primary, secondary, and tertiary axes, post correction.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ConfigurableJoint. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also