MCPcopy Create free account
hub / github.com/axmolengine/axmol / getAlphaThreshold

Method getAlphaThreshold

core/2d/ClippingNode.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326float ClippingNode::getAlphaThreshold() const
327{
328 return _stencilStateManager->getAlphaThreshold();
329}
330
331void ClippingNode::setAlphaThreshold(float alphaThreshold)
332{

Callers 2

visitMethod · 0.95
setAlphaThresholdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected