C# 클래스 SettingsMenuScript

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

공개 프로퍼티들

프로퍼티 타입 설명
alt_mode bool
background GameObject
credit_b Button
credits Image
musicButton Button
musicSlider Slider,

공개 메소드들

메소드 설명
Start ( ) : void
goBack ( ) : void
hideSettings ( ) : void
muteAndUnMute ( ) : void
onReset ( ) : void
openCredits ( ) : void
reset ( ) : void
setMusicVolume ( ) : void
showSettings ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

goBack() 공개 메소드

public goBack ( ) : void
리턴 void

hideSettings() 공개 메소드

public hideSettings ( ) : void
리턴 void

muteAndUnMute() 공개 메소드

public muteAndUnMute ( ) : void
리턴 void

onReset() 공개 메소드

public onReset ( ) : void
리턴 void

openCredits() 공개 메소드

public openCredits ( ) : void
리턴 void

reset() 공개 메소드

public reset ( ) : void
리턴 void

setMusicVolume() 공개 메소드

public setMusicVolume ( ) : void
리턴 void

showSettings() 공개 메소드

public showSettings ( ) : void
리턴 void

프로퍼티 상세

alt_mode 공개적으로 프로퍼티

public bool alt_mode
리턴 bool

background 공개적으로 프로퍼티

public GameObject background
리턴 GameObject

credit_b 공개적으로 프로퍼티

public Button credit_b
리턴 Button

credits 공개적으로 프로퍼티

public Image credits
리턴 Image

musicButton 공개적으로 프로퍼티

public Button musicButton
리턴 Button

musicSlider 공개적으로 프로퍼티

public Slider, musicSlider
리턴 Slider,