C# Class FlyingSpawn, scriptcaster

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public GameObject Spawnner
return GameObject

airEnemy public_oe property

public Transform airEnemy
return Transform

enemy public_oe property

public Transform enemy
return Transform

fireEnemy public_oe property

public Transform fireEnemy
return Transform

flySpawn1 public_oe property

public GameObject flySpawn1
return GameObject

flySpawn2 public_oe property

public GameObject flySpawn2
return GameObject

randomEnemy public_oe property

public int randomEnemy
return int

randomSpawn public_oe property

public int randomSpawn
return int

timer public_oe property

public float timer
return float

x public_oe property

public bool x
return bool