C# Class SwatSpawner, Lurk2015Testing

Inheritance: MonoBehaviour
Mostra file Open project: gmuGADIG/Lurk2015Testing

Public Properties

Property Type Description
direction float
swatter GameObject
timeToSpawn float

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

direction public_oe property

public float direction
return float

swatter public_oe property

public GameObject swatter
return GameObject

timeToSpawn public_oe property

public float timeToSpawn
return float