|
|
@ -12,6 +12,9 @@ namespace Fungus |
|
|
|
[CommandInfo("Scripting", |
|
|
|
[CommandInfo("Scripting", |
|
|
|
"Spawn Object", |
|
|
|
"Spawn Object", |
|
|
|
"Spawns a new object based on a reference to a scene or prefab game object.")] |
|
|
|
"Spawns a new object based on a reference to a scene or prefab game object.")] |
|
|
|
|
|
|
|
[CommandInfo("GameObject", |
|
|
|
|
|
|
|
"Instantiate", |
|
|
|
|
|
|
|
"Instantiate a game object")] |
|
|
|
[AddComponentMenu("")] |
|
|
|
[AddComponentMenu("")] |
|
|
|
[ExecuteInEditMode] |
|
|
|
[ExecuteInEditMode] |
|
|
|
public class SpawnObject : Command |
|
|
|
public class SpawnObject : Command |
|
|
|