Uses of Interface
zombie.ISoundSystem.ISoundInstance
Packages that use ISoundSystem.ISoundInstance
-
Uses of ISoundSystem.ISoundInstance in zombie
Methods in zombie that return ISoundSystem.ISoundInstanceModifier and TypeMethodDescriptionISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, boolean bStreaming, boolean bLooped, float fVolume) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, boolean bStreaming, boolean bLooped, float fVolume, float fPanning) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, boolean bStreaming, boolean bLooped, float fVolume, float fPanning, float fPitch) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, int nVariants, boolean bStreaming, boolean bLooped, float fVolume) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, int nVariants, boolean bStreaming, boolean bLooped, float fVolume, float fPanning) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, int nVariants, boolean bStreaming, boolean bLooped, float fVolume, float fPanning, float fPitch)