MCPcopy Create free account
hub / github.com/LabSound/LabSound / coneOuterAngle

Method coneOuterAngle

src/core/PannerNode.cpp:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581float PannerNode::coneOuterAngle() const
582{
583 return static_cast<float>(m_coneEffect->outerAngle());
584}
585void PannerNode::setConeOuterAngle(float angle)
586{
587 m_coneOuterAngle->setFloat(angle);

Callers

nothing calls this directly

Calls 1

outerAngleMethod · 0.80

Tested by

no test coverage detected