C# Class obstacleMovement, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
Show file Open project: veselin-/DADIU2015Team4MiniGame1

Public Properties

Property Type Description
secondsAfterEachIncrease int
spawnInLanes bool
speed float

Public Methods

Method Description
StopSpawning ( ) : void

Private Methods

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

Method Details

StopSpawning() public method

public StopSpawning ( ) : void
return void

Property Details

secondsAfterEachIncrease public property

public int secondsAfterEachIncrease
return int

spawnInLanes public static property

public static bool spawnInLanes
return bool

speed public static property

public static float speed
return float