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

Method coneOuterGain

src/core/PannerNode.cpp:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590float PannerNode::coneOuterGain() const
591{
592 return static_cast<float>(m_coneEffect->outerGain());
593}
594void PannerNode::setConeOuterGain(float angle)
595{
596 m_coneEffect->setOuterGain(angle);

Callers

nothing calls this directly

Calls 1

outerGainMethod · 0.80

Tested by

no test coverage detected