C# Class spawner3, Unity

Inheritance: MonoBehaviour
ファイルを表示 Open project: zackva/Unity

Public Properties

Property Type Description
enemyCount int
timer float
whatToSpawn GameObject

Public Methods

Method Description
Update ( ) : void
spawn ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

spawn() public method

public spawn ( ) : void
return void

Property Details

enemyCount public_oe property

public int enemyCount
return int

timer public_oe property

public float timer
return float

whatToSpawn public_oe property

public GameObject whatToSpawn
return GameObject