File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/ScriptReference/Util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ All code utility is stored here.
4747| SpawnAnimateObjectDeathEvent | Spawn a game object with the animator and death event on it. |
4848| DestroyAllTypeObjectInScene | Destory all game objects in the scene with the type passed in. |
4949| DestroyImmediateAllTypeObjectInScene | Destroy all the game object in the scene immediately with the type passed in. |
50- | IsClone | Return true if the game object is a clone. |
51- | RemoveCloneString | Remove the text "(Clone)" from game object's name, and return the new name string. |
50+ | IsClone | Return true if the object is a clone. |
51+ | 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. |
5454| FindCloneObjectsOfTypeAll | Find all cloned game objects in the scene with the type passed in. |
You can’t perform that action at this time.
0 commit comments