Modifier

Share via


ConstraintManager.SelectedConstraints Property

Definition

Manually selected list of transform constraints. Note that this list will only be processed by the manager if AutoConstraintSelection is disabled. Note that this is a read only property. To add new constraints to the list call RegisterConstraint.

public:
 property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::TransformConstraint ^> ^ SelectedConstraints { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::TransformConstraint ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.TransformConstraint> SelectedConstraints { get; }
member this.SelectedConstraints : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.TransformConstraint>
Public ReadOnly Property SelectedConstraints As List(Of TransformConstraint)

Property Value

Applies to