ConstraintManager.RemoveConstraintFromManualSelection Method

Definition

Removes the given component from the manually selected constraint list.

public:
 void RemoveConstraintFromManualSelection(Microsoft::MixedReality::Toolkit::UI::TransformConstraint ^ constraint);
public void RemoveConstraintFromManualSelection (Microsoft.MixedReality.Toolkit.UI.TransformConstraint constraint);
member this.RemoveConstraintFromManualSelection : Microsoft.MixedReality.Toolkit.UI.TransformConstraint -> unit
Public Sub RemoveConstraintFromManualSelection (constraint As TransformConstraint)

Parameters

constraint
TransformConstraint

Constraint to remove.

Applies to