C# Class PressurePlateDoor, Hellbound

Pressure plate door. The logic for the door barring the way to the pressure plate puzzle. Created by Simon Jonasson
Inheritance: MonoBehaviour
Afficher le fichier Open project: Backman/Hellbound

Méthodes publiques

Méthode Description
onKeyIsPickedUp ( GameObject obj, bool tr ) : void
requestRemovalKey ( GameObject obj, bool tr ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

onKeyIsPickedUp() public méthode

public onKeyIsPickedUp ( GameObject obj, bool tr ) : void
obj GameObject
tr bool
Résultat void

requestRemovalKey() public méthode

public requestRemovalKey ( GameObject obj, bool tr ) : void
obj GameObject
tr bool
Résultat void