SpawnSpaceObject
Method
SpawnSpaceObject has 2 overloads.
SpawnSpaceObject()
Spawn a space object that doesn't have any visual representation.
SpawnSpaceObject(Vector3, Quaternion)
Spawn a space object that doesn't have any visual representation.
Parameters
| Parameter | Description |
|---|---|
| Vector3 position | Position of the object to instantiate. |
| Quaternion rotation | Rotation of the object to instantiate. |