C# Class FlyingSpawn, scriptcaster

Inheritance: MonoBehaviour
Show file Open project: crazymeeshu/scriptcaster

Public Properties

Property Type Description
Spawnner GameObject
airEnemy Transform
enemy Transform
fireEnemy Transform
flySpawn1 GameObject
flySpawn2 GameObject
randomEnemy int
randomSpawn int
timer float
x bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Spawn ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Spawnner public property

public GameObject Spawnner
return GameObject

airEnemy public property

public Transform airEnemy
return Transform

enemy public property

public Transform enemy
return Transform

fireEnemy public property

public Transform fireEnemy
return Transform

flySpawn1 public property

public GameObject flySpawn1
return GameObject

flySpawn2 public property

public GameObject flySpawn2
return GameObject

randomEnemy public property

public int randomEnemy
return int

randomSpawn public property

public int randomSpawn
return int

timer public property

public float timer
return float

x public property

public bool x
return bool