Class Sound3d

    • Field Detail

      • soundfile

        protected java.lang.String soundfile
      • loop

        protected boolean loop
      • volume

        protected double volume
      • continuosly

        protected boolean continuosly
      • positional

        protected boolean positional
      • numRndFiles

        protected int numRndFiles
    • Constructor Detail

      • Sound3d

        public Sound3d​(java.lang.String soundfile,
                       boolean loop,
                       double volume,
                       boolean continuosly,
                       boolean positional,
                       int numRndFiles,
                       IParsedExpression cond)
    • Method Detail

      • getSoundfile

        public java.lang.String getSoundfile()
        Returns:
        the soundfile
      • setSoundfile

        public void setSoundfile​(java.lang.String soundfile)
        Parameters:
        soundfile - the soundfile to set
      • isLoop

        public boolean isLoop()
        Returns:
        the loop
      • setLoop

        public void setLoop​(boolean loop)
        Parameters:
        loop - the loop to set
      • getVolume

        public double getVolume()
        Returns:
        the volume
      • setVolume

        public void setVolume​(double volume)
        Parameters:
        volume - the volume to set
      • isContinuosly

        public boolean isContinuosly()
        Returns:
        the continuosly
      • setContinuosly

        public void setContinuosly​(boolean continuosly)
        Parameters:
        continuosly - the continuosly to set
      • isPositional

        public boolean isPositional()
        Returns:
        the positional
      • setPositional

        public void setPositional​(boolean positional)
        Parameters:
        positional - the positional to set
      • setCond

        public void setCond​(IParsedExpression cond)
        Parameters:
        cond - the cond to set
      • getNumRndFiles

        public int getNumRndFiles()
        Returns:
        the numRndFiles
      • setNumRndFiles

        public void setNumRndFiles​(int numRndFiles)
        Parameters:
        numRndFiles - the numRndFiles to set