C# Class LoadLevel4, PGP2

Inheritance: MonoBehaviour
Show file Open project: theiis/PGP2

Public Properties

Property Type Description
sunPuzzleSolved bool
tilePuzzleSolved bool

Public Methods

Method Description
OnTriggerEnter ( Collider col ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider col ) : void
col Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

sunPuzzleSolved public property

public bool sunPuzzleSolved
return bool

tilePuzzleSolved public property

public bool tilePuzzleSolved
return bool