![]() |
|
Where I find MouseMovableUIElement3D - Printable Version +- AB4D Forum (https://forum.ab4d.com) +-- Forum: Products Forums (https://forum.ab4d.com/forumdisplay.php?fid=4) +--- Forum: Ab3d.PowerToys (https://forum.ab4d.com/forumdisplay.php?fid=9) +--- Thread: Where I find MouseMovableUIElement3D (/showthread.php?tid=4412) |
Where I find MouseMovableUIElement3D - Onisim - 08-31-2023 I need to use MouseMovableUIElement3D in my solution, and I didn't find the MouseMovableUIElement3D class. I thought that it would be in Ab3d.Controls but it wasn't. Where I will find it, to import it? RE: Where I find MouseMovableUIElement3D - abenedik - 09-01-2023 It is in the Ab3d.Utilities namespace. Note that you also need to use the latest version of Ab3d.PowerToys v11.0. In previous versions that class was not public but internal. |