C# 클래스 Sol.InteractiblePuzzle

상속: InteractibleObject
파일 보기 프로젝트 열기: Stumpstump/RoverGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
collidersToDeactivate List
levelObject Object
message string
missionObject Object
myPuzzleCanvas UnityEngine.GameObject
objectsToActivate List
objectsToDeactivate List
objectsToTrigger List
puzzleManager PuzzleManager
puzzleScaled bool
questTrigger bool
uiEvents UIEvents

보호된 프로퍼티들

프로퍼티 타입 설명
complete bool

공개 메소드들

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

메소드 상세

InitiatePuzzle() 공개 메소드

public InitiatePuzzle ( ) : void
리턴 void

Interact() 공개 메소드

public Interact ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

collidersToDeactivate 공개적으로 프로퍼티

public List collidersToDeactivate
리턴 List

complete 보호되어 있는 프로퍼티

protected bool complete
리턴 bool

levelObject 공개적으로 프로퍼티

public Object levelObject
리턴 Object

message 공개적으로 프로퍼티

public string message
리턴 string

missionObject 공개적으로 프로퍼티

public Object missionObject
리턴 Object

myPuzzleCanvas 공개적으로 프로퍼티

public GameObject,UnityEngine myPuzzleCanvas
리턴 UnityEngine.GameObject

objectsToActivate 공개적으로 프로퍼티

public List objectsToActivate
리턴 List

objectsToDeactivate 공개적으로 프로퍼티

public List objectsToDeactivate
리턴 List

objectsToTrigger 공개적으로 프로퍼티

public List objectsToTrigger
리턴 List

puzzleManager 공개적으로 프로퍼티

public PuzzleManager puzzleManager
리턴 PuzzleManager

puzzleScaled 공개적으로 프로퍼티

public bool puzzleScaled
리턴 bool

questTrigger 공개적으로 프로퍼티

public bool questTrigger
리턴 bool

uiEvents 공개적으로 프로퍼티

public UIEvents uiEvents
리턴 UIEvents