Esempio n. 1
0
 public FbxControlSet.EType GetType()
 {
     FbxControlSet.EType ret = (FbxControlSet.EType)fbx_wrapperPINVOKE.FbxControlSet_GetType(swigCPtr);
     return(ret);
 }
Esempio n. 2
0
 public FbxControlSet.EType GetType()
 {
     FbxControlSet.EType ret = (FbxControlSet.EType)FbxWrapperNativePINVOKE.FbxControlSet_GetType(swigCPtr);
     return(ret);
 }
Esempio n. 3
0
 public void SetType(FbxControlSet.EType pType)
 {
     fbx_wrapperPINVOKE.FbxControlSet_SetType(swigCPtr, (int)pType);
 }
Esempio n. 4
0
 public void SetType(FbxControlSet.EType pType)
 {
     FbxWrapperNativePINVOKE.FbxControlSet_SetType(swigCPtr, (int)pType);
 }