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

Method maxDistance

src/core/PannerNode.cpp:554–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554float PannerNode::maxDistance()
555{
556 return static_cast<float>(m_distanceEffect->maxDistance());
557}
558void PannerNode::setMaxDistance(float maxDistance)
559{
560 m_maxDistance->setFloat(maxDistance);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected