public void SetSkeletonType(FbxSkeleton.EType pSkeletonType) { NativeMethods.FbxSkeleton_SetSkeletonType(swigCPtr, (int)pSkeletonType); if (NativeMethods.SWIGPendingException.Pending) { throw NativeMethods.SWIGPendingException.Retrieve(); } }
public FbxSkeleton.EType GetSkeletonTypeDefaultValue() { FbxSkeleton.EType ret = (FbxSkeleton.EType)NativeMethods.FbxSkeleton_GetSkeletonTypeDefaultValue(swigCPtr); if (NativeMethods.SWIGPendingException.Pending) { throw NativeMethods.SWIGPendingException.Retrieve(); } return(ret); }
public FbxSkeleton.EType GetSkeletonType() { FbxSkeleton.EType ret = (FbxSkeleton.EType)FbxWrapperNativePINVOKE.FbxSkeleton_GetSkeletonType(swigCPtr); return(ret); }
public void SetSkeletonType(FbxSkeleton.EType pSkeletonType) { FbxWrapperNativePINVOKE.FbxSkeleton_SetSkeletonType(swigCPtr, (int)pSkeletonType); }
public FbxSkeleton.EType GetSkeletonType() { FbxSkeleton.EType ret = (FbxSkeleton.EType)fbx_wrapperPINVOKE.FbxSkeleton_GetSkeletonType(swigCPtr); return(ret); }
public void SetSkeletonType(FbxSkeleton.EType pSkeletonType) { fbx_wrapperPINVOKE.FbxSkeleton_SetSkeletonType(swigCPtr, (int)pSkeletonType); }