We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ec646 commit 6887e7bCopy full SHA for 6887e7b
1 file changed
src/gameobjects/shader/Shader.js
@@ -792,7 +792,7 @@ var Shader = new Class({
792
*
793
* @param {string} key - The key of the uniform to return the value for.
794
795
- * @return {this} This Shader instance.
+ * @return {any} A reference to the uniform object. This is not a copy, so modifying it will update the original object also.
796
*/
797
getUniform: function (key)
798
{
0 commit comments