public void Capture()
 {
     if (transformCapturer != null)
     {
         transformCapturer.Capture();
     }
     if (componentCapturer != null)
     {
         componentCapturer.Capture();
     }
 }