* Fix issue 490
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9444 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
59336dee4d
commit
68551c8c17
@ -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() {
|
public float getTimeOffset() {
|
||||||
return timeOffset;
|
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
|
* @param timeOffset The time offset
|
||||||
* @throws IllegalArgumentException If timeOffset is negative
|
* @throws IllegalArgumentException If timeOffset is negative
|
||||||
|
Loading…
x
Reference in New Issue
Block a user