| 800 | { return 0; } |
| 801 | |
| 802 | float JavascriptMasterEffect::getAttribute(int index) const |
| 803 | { |
| 804 | return getCurrentNetworkParameterHandler(&contentParameterHandler)->getParameter(index); |
| 805 | } |
| 806 | |
| 807 | void JavascriptMasterEffect::setInternalAttribute(int index, float newValue) |
| 808 | { |
nothing calls this directly
no test coverage detected