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