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

Method coneInnerAngle

src/core/PannerNode.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572float PannerNode::coneInnerAngle() const
573{
574 return static_cast<float>(m_coneEffect->innerAngle());
575}
576void PannerNode::setConeInnerAngle(float angle)
577{
578 m_coneInnerAngle->setFloat(angle);

Callers

nothing calls this directly

Calls 1

innerAngleMethod · 0.80

Tested by

no test coverage detected