C# Class Sol.InteractibleExplosivePuzzle

Inheritance: InteractiblePuzzle
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
desiredIngredient Ingredient
explosiveDevice UnityEngine.GameObject
failString string
triggered bool

Méthodes publiques

Méthode Description
InitiatePuzzle ( ) : void
Interact ( ) : void
Update ( ) : void

Method Details

InitiatePuzzle() public méthode

public InitiatePuzzle ( ) : void
Résultat void

Interact() public méthode

public Interact ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

desiredIngredient public_oe property

public Ingredient desiredIngredient
Résultat Ingredient

explosiveDevice public_oe property

public GameObject,UnityEngine explosiveDevice
Résultat UnityEngine.GameObject

failString public_oe property

public string failString
Résultat string

triggered public_oe property

public bool triggered
Résultat bool