C# 클래스 Sol.InteractibleExplosivePuzzle

상속: InteractiblePuzzle
파일 보기 프로젝트 열기: Stumpstump/RoverGame

공개 프로퍼티들

프로퍼티 타입 설명
desiredIngredient Ingredient
explosiveDevice UnityEngine.GameObject
failString string
triggered bool

공개 메소드들

메소드 설명
InitiatePuzzle ( ) : void
Interact ( ) : void
Update ( ) : void

메소드 상세

InitiatePuzzle() 공개 메소드

public InitiatePuzzle ( ) : void
리턴 void

Interact() 공개 메소드

public Interact ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

desiredIngredient 공개적으로 프로퍼티

public Ingredient desiredIngredient
리턴 Ingredient

explosiveDevice 공개적으로 프로퍼티

public GameObject,UnityEngine explosiveDevice
리턴 UnityEngine.GameObject

failString 공개적으로 프로퍼티

public string failString
리턴 string

triggered 공개적으로 프로퍼티

public bool triggered
리턴 bool