C# Class obstacleMovement, DADIU2015Team4MiniGame1

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

public int secondsAfterEachIncrease
return int

spawnInLanes public_oe static_oe property

public static bool spawnInLanes
return bool

speed public_oe static_oe property

public static float speed
return float