C# Class Level1Door, PGP2

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

Public Properties

Property Type Description
doorSlide UnityEngine.AudioClip
exitObject GameObject
level1Object GameObject
puzzleSolved bool

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

doorSlide public property

public AudioClip,UnityEngine doorSlide
return UnityEngine.AudioClip

exitObject public property

public GameObject exitObject
return GameObject

level1Object public property

public GameObject level1Object
return GameObject

puzzleSolved public property

public bool puzzleSolved
return bool