C# 클래스 ScreenAudio, DarkDreams

파일 보기 프로젝트 열기: technicalvgda/DarkDreams

공개 프로퍼티들

프로퍼티 타입 설명
audioHandler AudioHandlerScript,
btnBack Button
slrMusic Slider,
streak FxStreak,

공개 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void
InitSettings ( ) : void
SaveSettings ( ) : void
SetAllInteractable ( bool arg ) : void
UpdateMusic ( ) : void
UpdateSfx ( ) : void
UpdateVoice ( ) : void

비공개 메소드들

메소드 설명
_EnterFlash ( ) : IEnumerator
_EnterSlide ( RectTransform rt ) : IEnumerator
_EnterSlide3 ( ) : IEnumerator
_ExitFlash ( ) : IEnumerator

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

InitSettings() 공개 메소드

public InitSettings ( ) : void
리턴 void

SaveSettings() 공개 메소드

public SaveSettings ( ) : void
리턴 void

SetAllInteractable() 공개 메소드

public SetAllInteractable ( bool arg ) : void
arg bool
리턴 void

UpdateMusic() 공개 메소드

public UpdateMusic ( ) : void
리턴 void

UpdateSfx() 공개 메소드

public UpdateSfx ( ) : void
리턴 void

UpdateVoice() 공개 메소드

public UpdateVoice ( ) : void
리턴 void

프로퍼티 상세

audioHandler 공개적으로 프로퍼티

public AudioHandlerScript, audioHandler
리턴 AudioHandlerScript,

btnBack 공개적으로 프로퍼티

public Button btnBack
리턴 Button

slrMusic 공개적으로 프로퍼티

public Slider, slrMusic
리턴 Slider,

streak 공개적으로 프로퍼티

public FxStreak, streak
리턴 FxStreak,