How would I go about drawing within a control?
I have tried subscribing events to TCEFrameWindow:: EventRenderingEnded and EventRenderingStarted, where I would attempt drawing a red square, but that was no good.
I assume there is a way to do this, and that i'm trying it the wrong way.
I understand I could call draw commands after calling TCESystem.renderGUI(), but then render ordering and advanced partial rendering would have to come into place with windows/controls overtop, which would kind of require more work than I think necessary.
I'm basically looking for an event that is called 'right' after it renders the control (not including the controls within that control) so I can draw stuff ontop of it, so controls within it will render over what I draw.
Hoping you understand what i'm getting at.
*bashes head on wall for having a speech impediment when it comes to technical terms*
I have tried subscribing events to TCEFrameWindow:: EventRenderingEnded and EventRenderingStarted, where I would attempt drawing a red square, but that was no good.
I assume there is a way to do this, and that i'm trying it the wrong way.
I understand I could call draw commands after calling TCESystem.renderGUI(), but then render ordering and advanced partial rendering would have to come into place with windows/controls overtop, which would kind of require more work than I think necessary.
I'm basically looking for an event that is called 'right' after it renders the control (not including the controls within that control) so I can draw stuff ontop of it, so controls within it will render over what I draw.
Hoping you understand what i'm getting at.
*bashes head on wall for having a speech impediment when it comes to technical terms*