public override void _notifyWorldTransforms(Matrix4 xform)
 {
     OgreOverlayPINVOKE.OverlayContainer__notifyWorldTransforms(swigCPtr, Matrix4.getCPtr(xform));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }