C# Class Level1Door, PGP2

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

public AudioClip,UnityEngine doorSlide
return UnityEngine.AudioClip

exitObject public_oe property

public GameObject exitObject
return GameObject

level1Object public_oe property

public GameObject level1Object
return GameObject

puzzleSolved public_oe property

public bool puzzleSolved
return bool