Adding a comment.

This commit is contained in:
Evelyn Eastmond 2019-05-11 10:40:27 -04:00
parent eabff71461
commit 9ae2c4b1f1

View file

@ -437,21 +437,21 @@ class BoostMotor {
}
/**
* @return {number} - time, in milliseconds, of when the pending timeout began.
* @return {number} - time, in milliseconds, of when the pending duration timeout began.
*/
get pendingTimeoutStartTime () {
return this._pendingDurationTimeoutStartTime;
}
/**
* @return {number} - delay, in milliseconds, of the pending timeout.
* @return {number} - delay, in milliseconds, of the pending duration timeout.
*/
get pendingTimeoutDelay () {
return this._pendingDurationTimeoutDelay;
}
/**
* @return {number} - delay, in milliseconds, of the pending timeout.
* @return {number} - delay, in milliseconds, of the pending duration timeout.
*/
get pendingPositionDestination () {
return this._pendingRotationDestination;