What have we forgotten to add to the documentation for transform position?
Often when you feel like you want to change the position, it's easier to use Transform.Translate() instead.
This is an answer that contains some bold text.
and here we have a hyperlink and some preformatted text:
#include <stdio.h>
int main (void) {
printf("hello world
");
return 0;
}