public void CopyLayers(FbxTakeInfo pTakeInfo) { FbxWrapperNativePINVOKE.FbxTakeInfo_CopyLayers(swigCPtr, FbxTakeInfo.getCPtr(pTakeInfo)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public bool SetTakeInfo(FbxTakeInfo pTakeInfo) { bool ret = fbx_wrapperPINVOKE.FbxDocument_SetTakeInfo(swigCPtr, FbxTakeInfo.getCPtr(pTakeInfo)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxTakeInfo assign(FbxTakeInfo pTakeInfo) { FbxTakeInfo ret = new FbxTakeInfo(FbxWrapperNativePINVOKE.FbxTakeInfo_assign(swigCPtr, FbxTakeInfo.getCPtr(pTakeInfo)), false); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxTakeInfo(FbxTakeInfo pTakeInfo) : this(FbxWrapperNativePINVOKE.new_FbxTakeInfo__SWIG_1(FbxTakeInfo.getCPtr(pTakeInfo)), true) { if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public void Reset(FbxTakeInfo pTakeInfo) { FbxWrapperNativePINVOKE.FbxAnimStack_Reset__SWIG_0(swigCPtr, FbxTakeInfo.getCPtr(pTakeInfo)); }
public void Reset(FbxTakeInfo pTakeInfo) { fbx_wrapperPINVOKE.FbxAnimStack_Reset__SWIG_0(swigCPtr, FbxTakeInfo.getCPtr(pTakeInfo)); }