File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
docs/ScriptReference/Util Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ All code utility is stored here.
5151| RemoveCloneString | Remove the text "(Clone)" from the object's name, and return the new name string. |
5252| FindObjectByType | Retrieves the first active loaded object of Type type. |
5353| FindObjectsByType | Retrieves a list of all loaded objects of Type type. |
54+ | FindGameObjectsWithTag | Return a list of game object with the tag name. |
5455| FindCloneObjectsOfTypeAll | Find all cloned game objects in the scene with the type passed in. |
5556| FindNotCloneObjectsOfTypeAll | Find all game objects that are not clones in the scene with the type passed in. |
5657| FindObjectsOfTypeAllInHierarchy | Find all the game object that are only active in the hierarchy with the type passed in. |
You can’t perform that action at this time.
0 commit comments