ConstraintManager.RemoveConstraintFromManualSelection Method
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.
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.