C# 클래스 SequencePuzzle, PGP2

상속: MonoBehaviour
파일 보기 프로젝트 열기: theiis/PGP2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cogFirstSoundPlayed bool
cogSecondSoundPlayed bool
cogThirdSoundPlayed bool
count int
instrumentsPlayed int
magicSoundStarted bool
spawnObject GameObject

공개 메소드들

메소드 설명
Awake ( ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

cogFirstSoundPlayed 공개적으로 프로퍼티

public bool cogFirstSoundPlayed
리턴 bool

cogSecondSoundPlayed 공개적으로 프로퍼티

public bool cogSecondSoundPlayed
리턴 bool

cogThirdSoundPlayed 공개적으로 프로퍼티

public bool cogThirdSoundPlayed
리턴 bool

count 공개적으로 프로퍼티

public int count
리턴 int

instrumentsPlayed 공개적으로 프로퍼티

public int instrumentsPlayed
리턴 int

magicSoundStarted 공개적으로 프로퍼티

public bool magicSoundStarted
리턴 bool

spawnObject 공개적으로 프로퍼티

public GameObject spawnObject
리턴 GameObject