Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closeflags | The hierarchy node flags. |
Clears the specified flags on all hierarchy nodes.
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. |
Clears the specified flags on the hierarchy node.
nodes | The hierarchy nodes. |
flags | The hierarchy node flags. |
int The number of nodes that had their flags cleared.
Clears the specified flags on the hierarchy nodes.
Null or invalid nodes are ignored.
indices | The hierarchy node indices. |
flags | The hierarchy node flags. |
int The number of nodes that had their flags cleared.
Clears the specified flags on the hierarchy node indices.
Invalid node indices are ignored.