public TimeMarker(FbxGlobalSettings.TimeMarker pTimeMarker) : this(FbxWrapperNativePINVOKE.new_FbxGlobalSettings_TimeMarker__SWIG_1(FbxGlobalSettings.TimeMarker.getCPtr(pTimeMarker)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void ReplaceTimeMarker(int pIndex, FbxGlobalSettings.TimeMarker pTimeMarker)
 {
     FbxWrapperNativePINVOKE.FbxGlobalSettings_ReplaceTimeMarker__SWIG_1(swigCPtr, pIndex, FbxGlobalSettings.TimeMarker.getCPtr(pTimeMarker));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void AddTimeMarker(FbxGlobalSettings.TimeMarker pTimeMarker, FbxStatus pStatus)
 {
     FbxWrapperNativePINVOKE.FbxGlobalSettings_AddTimeMarker__SWIG_0(swigCPtr, FbxGlobalSettings.TimeMarker.getCPtr(pTimeMarker), FbxStatus.getCPtr(pStatus));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 public void ReplaceTimeMarker(int pIndex, FbxGlobalSettings.TimeMarker pTimeMarker, FbxStatus pStatus)
 {
     fbx_wrapperPINVOKE.FbxGlobalSettings_ReplaceTimeMarker__SWIG_0(swigCPtr, pIndex, FbxGlobalSettings.TimeMarker.getCPtr(pTimeMarker), FbxStatus.getCPtr(pStatus));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #5
0
 public void AddTimeMarker(FbxGlobalSettings.TimeMarker pTimeMarker)
 {
     fbx_wrapperPINVOKE.FbxGlobalSettings_AddTimeMarker__SWIG_1(swigCPtr, FbxGlobalSettings.TimeMarker.getCPtr(pTimeMarker));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public FbxGlobalSettings.TimeMarker assign(FbxGlobalSettings.TimeMarker pTimeMarker)
 {
     FbxGlobalSettings.TimeMarker ret = new FbxGlobalSettings.TimeMarker(FbxWrapperNativePINVOKE.FbxGlobalSettings_TimeMarker_assign(swigCPtr, FbxGlobalSettings.TimeMarker.getCPtr(pTimeMarker)), false);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
 public FbxGlobalSettings.TimeMarker GetTimeMarker(int pIndex)
 {
     FbxGlobalSettings.TimeMarker ret = new FbxGlobalSettings.TimeMarker(FbxWrapperNativePINVOKE.FbxGlobalSettings_GetTimeMarker__SWIG_1(swigCPtr, pIndex), true);
     return(ret);
 }
 public FbxGlobalSettings.TimeMarker GetTimeMarker(int pIndex, FbxStatus pStatus)
 {
     FbxGlobalSettings.TimeMarker ret = new FbxGlobalSettings.TimeMarker(FbxWrapperNativePINVOKE.FbxGlobalSettings_GetTimeMarker__SWIG_0(swigCPtr, pIndex, FbxStatus.getCPtr(pStatus)), true);
     return(ret);
 }