메소드 | 설명 | |
---|---|---|
Play ( SfxEntry entry, Point tilePos ) : |
||
Play ( SfxEntry entry, Point tilePos, int variant, PlaySoundEvent onPlay ) : |
||
Play ( SfxEntry entry, Point tilePos, int variant, float volMod = Single.NaN, float pitch = Single.NaN, float panMod = Single.NaN ) : |
||
Play ( SfxEntry entry, Vector2 position ) : |
||
Play ( SfxEntry entry, Vector2 position, int variant, PlaySoundEvent onPlay ) : |
||
Play ( SfxEntry entry, Vector2 position, int variant, float volMod = Single.NaN, float pitch = Single.NaN, float panMod = Single.NaN ) : |
메소드 | 설명 | |
---|---|---|
ApplyParams ( |
||
CalcParams ( SfxEntry e, Vector2 pos, int v, PlaySoundEvent onPlay ) : Tuple |
||
CleanupLingeringInstances ( ) : void | ||
Play ( int type, Point tilePos, int style = -1 ) : |
||
Play ( int type, Vector2 position, int style = -1 ) : |
||
Play ( int type, int x = -1, int y = -1, int style = -1 ) : |
public static Play ( SfxEntry entry, Point tilePos ) : |
||
entry | SfxEntry | |
tilePos | Point | |
리턴 |
public static Play ( SfxEntry entry, Point tilePos, int variant, PlaySoundEvent onPlay ) : |
||
entry | SfxEntry | |
tilePos | Point | |
variant | int | |
onPlay | PlaySoundEvent | |
리턴 |
public static Play ( SfxEntry entry, Point tilePos, int variant, float volMod = Single.NaN, float pitch = Single.NaN, float panMod = Single.NaN ) : |
||
entry | SfxEntry | |
tilePos | Point | |
variant | int | |
volMod | float | |
pitch | float | |
panMod | float | |
리턴 |
public static Play ( SfxEntry entry, Vector2 position ) : |
||
entry | SfxEntry | |
position | Vector2 | |
리턴 |
public static Play ( SfxEntry entry, Vector2 position, int variant, PlaySoundEvent onPlay ) : |
||
entry | SfxEntry | |
position | Vector2 | |
variant | int | |
onPlay | PlaySoundEvent | |
리턴 |
public static Play ( SfxEntry entry, Vector2 position, int variant, float volMod = Single.NaN, float pitch = Single.NaN, float panMod = Single.NaN ) : |
||
entry | SfxEntry | |
position | Vector2 | |
variant | int | |
volMod | float | |
pitch | float | |
panMod | float | |
리턴 |