메소드 | 설명 | |
---|---|---|
CheckPlay ( MusicClip, m ) : bool | ||
DoTick ( ) : void | ||
FadeIn ( MusicClip, m, float time, EaseType type ) : void | ||
FadeIn ( int index, float time, EaseType type ) : void | ||
FadeInStored ( float time, EaseType type ) : void | ||
FadeOut ( float time, EaseType type ) : void | ||
FadeTo ( MusicClip, m, float time, EaseType type ) : void | ||
FadeTo ( int index, float time, EaseType type ) : void | ||
FadeToStored ( float time, EaseType type ) : void | ||
GetCurrentID ( ) : int | ||
GetCurrentTime ( ) : float | ||
IsPlaying ( ) : bool | ||
Play ( MusicClip, m ) : void | ||
Play ( int index ) : void | ||
PlayFromTime ( int index, float t ) : void | ||
PlayStored ( ) : void | ||
SetTime ( float t ) : void | ||
Stop ( ) : void | ||
StoreCurrent ( ) : void |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
DoTick2 ( ) : IEnumerator | ||
Update ( ) : void |
public FadeIn ( MusicClip, m, float time, EaseType type ) : void | ||
m | MusicClip, | |
time | float | |
type | EaseType | |
리턴 | void |
public FadeIn ( int index, float time, EaseType type ) : void | ||
index | int | |
time | float | |
type | EaseType | |
리턴 | void |
public FadeInStored ( float time, EaseType type ) : void | ||
time | float | |
type | EaseType | |
리턴 | void |
public FadeOut ( float time, EaseType type ) : void | ||
time | float | |
type | EaseType | |
리턴 | void |
public FadeTo ( MusicClip, m, float time, EaseType type ) : void | ||
m | MusicClip, | |
time | float | |
type | EaseType | |
리턴 | void |
public FadeTo ( int index, float time, EaseType type ) : void | ||
index | int | |
time | float | |
type | EaseType | |
리턴 | void |
public FadeToStored ( float time, EaseType type ) : void | ||
time | float | |
type | EaseType | |
리턴 | void |