Click or drag to resize
PrototypesSpawn Method
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
C#
public GameObject Spawn(
	string name
)

Parameters

name
Type: SystemString
Prototype identifier.

Return Value

Type: GameObject
New GameObject instance, built from prototype.
See Also