C# 클래스 AudioManagerTapBand, TapBand

상속: AudioManager
파일 보기 프로젝트 열기: minimalgeek/TapBand

공개 프로퍼티들

프로퍼티 타입 설명
testBool bool

공개 메소드들

메소드 설명
Awake ( ) : void
EndOfConcertEvent ( ConcertData, concertData ) : void
FadeInMusicBarsUntilIndex ( int index ) : void
FadeInNextSong ( ) : void
GetAllChildMusicSource ( ) : void
MuteAndPlayAllMusicBars ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
ResetartConcert ( ) : void
SetMusicVolume ( float volume ) : void
Start ( ) : void
StartNewOrPrevConcert ( ) : void
StopMusicSounds ( ) : void

비공개 메소드들

메소드 설명
CastSongIndex ( int songID ) : int
EndOfSongEvent ( SongData, songData ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

EndOfConcertEvent() 공개 메소드

public EndOfConcertEvent ( ConcertData, concertData ) : void
concertData ConcertData,
리턴 void

FadeInMusicBarsUntilIndex() 공개 메소드

public FadeInMusicBarsUntilIndex ( int index ) : void
index int
리턴 void

FadeInNextSong() 공개 메소드

public FadeInNextSong ( ) : void
리턴 void

GetAllChildMusicSource() 공개 메소드

public GetAllChildMusicSource ( ) : void
리턴 void

MuteAndPlayAllMusicBars() 공개 메소드

public MuteAndPlayAllMusicBars ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

ResetartConcert() 공개 메소드

public ResetartConcert ( ) : void
리턴 void

SetMusicVolume() 공개 메소드

public SetMusicVolume ( float volume ) : void
volume float
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartNewOrPrevConcert() 공개 메소드

public StartNewOrPrevConcert ( ) : void
리턴 void

StopMusicSounds() 공개 메소드

public StopMusicSounds ( ) : void
리턴 void

프로퍼티 상세

testBool 공개적으로 프로퍼티

public bool testBool
리턴 bool