FixedDistanceConstraint.ConstraintTransform Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transform to fix distance to. Defaults to the head.
public:
 property UnityEngine::Transform ^ ConstraintTransform { UnityEngine::Transform ^ get(); void set(UnityEngine::Transform ^ value); };
	public UnityEngine.Transform ConstraintTransform { get; set; }
	member this.ConstraintTransform : UnityEngine.Transform with get, set
	Public Property ConstraintTransform As Transform
	Property Value
		UnityEngine.Transform