We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b8d1f commit 9305a8fCopy full SHA for 9305a8f
docs/ScriptReference/Util/JCS_Util.md
@@ -40,6 +40,7 @@ All code utility is stored here.
40
| AttachChildren | Attach all the childs to this transform. |
41
| Instantiate | Spawn a game object. |
42
| InstantiateToScene | Spwan a game object to another scene. |
43
+| WithActiveScene | Execute within the active scene without losing the current scene. |
44
| SpawnAnimateObject | Spawn a game object with animation attached. |
45
| SpawnAnimateObjectDeathEvent | Spawn a game object with the animator and death event on it. |
46
| DestroyAllTypeObjectInScene | Destory all game objects in the scene with the type passed in. |
0 commit comments