Spawn a prototype instance.
Note: parent of new GameObject will be null.
Namespace:
GeonBit.Managers
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GameObject Spawn(
string name
)
Parameters
- name
- Type: SystemString
Prototype identifier.
Return Value
Type:
GameObjectNew GameObject instance, built from prototype.
See Also