I'm wondering if it's possible to use NGUI anchor system not just for horizontal/vertical alignment of elements but also to rotate something. Let's say I have a rectangle-based line with 4px Y size (height) and variable X size (length) that I want to always have attached to a corner of one object and stretched to a corner of another object, even if those corners are not horizontally aligned.
I would guess it's not possible using only the anchors and I'm better off just writing a bit of custom code doing the rotation and X scaling? Something similar to widespread "look at" implementations, with me leaving anchors to handle just the origin point of that line and nothing else, I guess?