-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can ı add this into a cube or canvas ı want? #682
Comments
Unfortunately no. Please check #658 (comment) . |
Thank you, since I am not professional on this subject, I want to ask another question, there is one picture on the canvas, and the dimensions of the picture are: posx 16, posy 66, width 280, height 157. And I want the webview screen to have these dimensions too. |
The argments of webViewObject.SetMargins(16, 66, Screen.width - (16 + 280), Screen.height - (66 + 157)); |
Thank you for your attention and for this nice plugin problem solved. |
Can I transfer the webview from the plugin onto a cube?
The text was updated successfully, but these errors were encountered: