public DefaultShadowCameraSetupPtr(DefaultShadowCameraSetupPtr r) : this(OgrePINVOKE.new_DefaultShadowCameraSetupPtr__SWIG_2(DefaultShadowCameraSetupPtr.getCPtr(r)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DefaultShadowCameraSetupPtr obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }