| TransformProxyComponent | 
| GetLocalTransform | Override to provide the local transform | 
| GetWorldTransform | Override to provide the world transform. The default implementation will calculate it using GetLocalTransform() based on the parent. | 
| MarkTransformChanged | Tell our other components, and our children that our transform has changed. This will update things like Renderers to update their render positions. | 
| OnDisabled | |
| OnEnabled | |
| SetLocalTransform | |
| SetWorldTransform | Called when the world transform is being set |