C# Class Death_KeyPuzzle, Hellbound

Script that will handle events and open a door when a key is used By Arvid Backman
Inheritance: MonoBehaviour
Mostra file Open project: Backman/Hellbound

Public Methods

Method Description
onKeyPickup ( GameObject go, bool tr ) : void
onUseKeyWithDoor ( GameObject go, bool tr ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

onKeyPickup() public method

public onKeyPickup ( GameObject go, bool tr ) : void
go GameObject
tr bool
return void

onUseKeyWithDoor() public method

public onUseKeyWithDoor ( GameObject go, bool tr ) : void
go GameObject
tr bool
return void