I want to simulate the Transform operation in the thread, such as setting the parent node for it. What I can think of is to create a virtual Transform, and then record the localposition, localrotation, and localscale. But when I set the parent node for virtual transform, how do I update localposition, localrotation, and localscale? What is the conversion relationship between localposition and position, localrotation and rotation, localscale and scale?