| 570 | } |
| 571 | |
| 572 | float PannerNode::coneInnerAngle() const |
| 573 | { |
| 574 | return static_cast<float>(m_coneEffect->innerAngle()); |
| 575 | } |
| 576 | void PannerNode::setConeInnerAngle(float angle) |
| 577 | { |
| 578 | m_coneInnerAngle->setFloat(angle); |
nothing calls this directly
no test coverage detected