| Parameter | Description |
|---|---|
| flags | The flags to toggle on all hierarchy nodes in the view model. |
Toggles the specified flags on all hierarchy nodes.
| Parameter | Description |
|---|---|
| node | The hierarchy node to toggle the flags on. |
| flags | The flags to toggle on the hierarchy node. |
Toggles the specified flags on the hierarchy node.
| Parameter | Description |
|---|---|
| nodes | The hierarchy nodes to toggle the flags on. |
| flags | The flags to toggle on the specified hierarchy nodes. |
int The number of nodes that had their flags toggled.
Toggles the specified flags on the hierarchy nodes.
Null or invalid nodes are ignored.
| Parameter | Description |
|---|---|
| indices | The hierarchy node indices to toggle the flags on. |
| flags | The flags to toggle on the hierarchy nodes at the specified indices. |
int The number of nodes that had their flags toggled.
Toggles the specified flags on the hierarchy node indices.
Invalid node indices are ignored.