| 552 | } |
| 553 | |
| 554 | float PannerNode::maxDistance() |
| 555 | { |
| 556 | return static_cast<float>(m_distanceEffect->maxDistance()); |
| 557 | } |
| 558 | void PannerNode::setMaxDistance(float maxDistance) |
| 559 | { |
| 560 | m_maxDistance->setFloat(maxDistance); |
nothing calls this directly
no outgoing calls
no test coverage detected