* Fix issue 490

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9444 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
Sha..om 13 years ago
parent 59336dee4d
commit 68551c8c17
  1. 4
      engine/src/core/com/jme3/audio/AudioNode.java

@ -372,14 +372,14 @@ public class AudioNode extends Node {
}
/**
* @return The time offset in seconds when the sound will start playing.
* @return the time offset in the sound sample when to start playing.
*/
public float getTimeOffset() {
return timeOffset;
}
/**
* Set the time offset in seconds when the sound will start playing.
* Set the time offset in the sound sample when to start playing.
*
* @param timeOffset The time offset
* @throws IllegalArgumentException If timeOffset is negative

Loading…
Cancel
Save