| Parameter | Description |
|---|---|
| flags | The hierarchy node flags. |
Toggles the specified flags on all hierarchy nodes.
| Parameter | Description |
|---|---|
| node | The hierarchy node. |
| flags | The hierarchy node flags. |
| recurse | Whether or not to clear the flags on all children recursively for that hierarchy node. |
Toggles the specified flags on the hierarchy node.
| Parameter | Description |
|---|---|
| nodes | The hierarchy nodes. |
| flags | The hierarchy node flags. |
int The number of nodes that had their flags cleared.
Toggles the specified flags on the hierarchy nodes.
Null or invalid nodes are ignored.
| Parameter | Description |
|---|---|
| indices | The hierarchy node indices. |
| flags | The hierarchy node flags. |
int The number of nodes that had their flags cleared.
Toggles the specified flags on the hierarchy node indices.
Invalid node indices are ignored.