The TransformProxyComponent class in the Sandbox
namespace is designed to help implement a component that completely overrides the transform of a GameObject. This is particularly useful in scenarios where you want to maintain the local transform of a GameObject but apply an offset for specific reasons. Note that having multiple instances of this component on a single GameObject is not supported and may lead to unexpected behavior.