C# Class SpawnPlayer, CodeSpells

Inheritance: MonoBehaviour
Datei anzeigen Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
to_spawn GameObject

Public Methods

Method Description
Spawn ( ) : void
Start ( ) : void

Method Details

Spawn() public method

public Spawn ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

to_spawn public_oe property

public GameObject to_spawn
return GameObject