Example #1
0
 public void SetGlobalSettings(FBXGlobalSettingsPtr value)
 {
     FBXImporterUnmanagedPINVOKE.FBXScenePtr_SetGlobalSettings(swigCPtr, FBXGlobalSettingsPtr.getCPtr(value));
     if (FBXImporterUnmanagedPINVOKE.SWIGPendingException.Pending)
     {
         throw FBXImporterUnmanagedPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public FBXGlobalSettingsPtr(FBXGlobalSettingsPtr other) : this(FBXImporterUnmanagedPINVOKE.new_FBXGlobalSettingsPtr__SWIG_2(FBXGlobalSettingsPtr.getCPtr(other)), true)
 {
     if (FBXImporterUnmanagedPINVOKE.SWIGPendingException.Pending)
     {
         throw FBXImporterUnmanagedPINVOKE.SWIGPendingException.Retrieve();
     }
 }