Package com.fs.starfarer.api
Interface SoundAPI
public interface SoundAPI
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setLocation
(float x, float y) void
setPitch
(float pitch) void
setVolume
(float newValue) void
stop()
-
Method Details
-
stop
void stop() -
setVolume
void setVolume(float newValue) -
setPitch
void setPitch(float pitch) -
setLocation
void setLocation(float x, float y) -
isPlaying
boolean isPlaying()
-