ConstraintGroup Class |
Namespace: ImmerseSDK.Interaction
public abstract class ConstraintGroup : Constraint, IEnumerable
The ConstraintGroup type exposes the following members.
Name | Description | |
---|---|---|
ConstraintGroup | Initializes a new instance of the ConstraintGroup class |
Name | Description | |
---|---|---|
NumberOfChildren | ||
Operator |
Name | Description | |
---|---|---|
AddChild |
Adds a new child
| |
ClearChildren |
Remove all children
| |
GetChild |
Gets a child from the list
| |
IsMet |
Checks if all requirements are met (recursive)
(Overrides ConstraintIsMet.) |