C# Class Level2CaveDoor, PGP2

Inheritance: MonoBehaviour
Show file Open project: theiis/PGP2 Class Usage Examples

Public Properties

Property Type Description
correctStatues int
exitObject GameObject
level1Object GameObject
puzzleDone bool

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

correctStatues public property

public int correctStatues
return int

exitObject public property

public GameObject exitObject
return GameObject

level1Object public property

public GameObject level1Object
return GameObject

puzzleDone public property

public bool puzzleDone
return bool