ConstraintManager.AutoConstraintSelection 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.
Per default, constraint manager will apply all to this gameobject attached constraint components automatically. If this flag is enabled, only the selected constraint list will be applied.
public:
property bool AutoConstraintSelection { bool get(); void set(bool value); };
public bool AutoConstraintSelection { get; set; }
member this.AutoConstraintSelection : bool with get, set
Public Property AutoConstraintSelection As Boolean