A serializable transform that is either absolute in world space, or local to a GameObject so it
follows that object. It carries position and rotation - so it can describe a direction or a frame
as well as a location. Resolve it with Sandbox.SceneAnchor.ToWorld. Implicitly constructible from a
Vector3 (a world position) or a Transform (a world transform).