Can anyone point me in the direction to find out a method of doing complex layouts (like tables) in a .Window method?
I am having problems with this .Window layout. For some reason it is not dragging. Anyone know what’s up with this?
GUI.DragWindow (); On your window function.
I’ll try this out tonight. Thank you
Got it to work with some tweaking thx
Ok,
Moving on to something a bit more complex. Can someone point me in the direction of a method to draw a camera’s perspective in a GUI?
Can this be done with Handles.DrawCamera, or is this for something else?
How do I use texture buttons on a .SelectionGrid?