예제 #1
0
 public void SetMarkerType(FbxMarker.EType pType)
 {
     NativeMethods.FbxMarker_SetMarkerType(swigCPtr, (int)pType);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public FbxMarker.EType GetMarkerType()
 {
     FbxMarker.EType ret = (FbxMarker.EType)NativeMethods.FbxMarker_GetMarkerType(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
예제 #3
0
 public FbxMarker.EType GetType()
 {
     FbxMarker.EType ret = (FbxMarker.EType)fbx_wrapperPINVOKE.FbxMarker_GetType(swigCPtr);
     return(ret);
 }
예제 #4
0
 public void SetType(FbxMarker.EType pType)
 {
     fbx_wrapperPINVOKE.FbxMarker_SetType(swigCPtr, (int)pType);
 }
예제 #5
0
 public FbxMarker.EType GetType()
 {
     FbxMarker.EType ret = (FbxMarker.EType)FbxWrapperNativePINVOKE.FbxMarker_GetType(swigCPtr);
     return(ret);
 }
예제 #6
0
 public void SetType(FbxMarker.EType pType)
 {
     FbxWrapperNativePINVOKE.FbxMarker_SetType(swigCPtr, (int)pType);
 }