C# Class LevelController, Summer_SlowJam_3

Inheritance: MonoBehaviour
Show file Open project: Rojibora/Summer_SlowJam_3 Class Usage Examples

Public Properties

Property Type Description
endCave GameObject
gameLength float
main LevelController
player GameObject
speed float

Public Methods

Method Description
resetLevel ( ) : void

Private Methods

Method Description
Awake ( ) : void
CalculateDifficulty ( float length ) : float
GetSectionForDifficulty ( float difficulty ) : GameObject
Update ( ) : void
addEndingSection ( ) : void
addNextSection ( ) : void
spawnInitialSections ( ) : void

Method Details

resetLevel() public method

public resetLevel ( ) : void
return void

Property Details

endCave public property

public GameObject endCave
return GameObject

gameLength public property

public float gameLength
return float

main public static property

public static LevelController main
return LevelController

player public property

public GameObject player
return GameObject

speed public property

public float speed
return float