I know this is probably simple, but I can't get this to work. I need to pass a float[] to a method, how is that wrote in a Reflector?
From the documentation it looks like the type is "[F"...I've tried "java.lang.float" too, but neither work. I'm guessing I'm not using the correct RunMethod- I've tried 2 and 4. I looked at RunPublicmethod, but can't figure out what it is wanting for the Class stuff. setCornerRadii is a Public method though.
From the documentation it looks like the type is "[F"...I've tried "java.lang.float" too, but neither work. I'm guessing I'm not using the correct RunMethod- I've tried 2 and 4. I looked at RunPublicmethod, but can't figure out what it is wanting for the Class stuff. setCornerRadii is a Public method though.