Return the curve model currently used distance attenuation of positional sounds.
| 395 | |
| 396 | /// Return the curve model currently used distance attenuation of positional sounds. |
| 397 | SFXDistanceModel getDistanceModel() const { return mDistanceModel; } |
| 398 | |
| 399 | /// |
| 400 | void setDistanceModel( SFXDistanceModel model ); |
no outgoing calls
no test coverage detected