public FbxAnimCurveBase.EExtrapolationType GetPostExtrapolation() { FbxAnimCurveBase.EExtrapolationType ret = (FbxAnimCurveBase.EExtrapolationType)FbxWrapperNativePINVOKE.FbxAnimCurveBase_GetPostExtrapolation(swigCPtr); return(ret); }
public FbxAnimCurveBase.EExtrapolationType GetPreExtrapolation() { FbxAnimCurveBase.EExtrapolationType ret = (FbxAnimCurveBase.EExtrapolationType)fbx_wrapperPINVOKE.FbxAnimCurveBase_GetPreExtrapolation(swigCPtr); return(ret); }
public void SetPostExtrapolation(FbxAnimCurveBase.EExtrapolationType pExtrapolation) { FbxWrapperNativePINVOKE.FbxAnimCurveBase_SetPostExtrapolation(swigCPtr, (int)pExtrapolation); }
public void SetPreExtrapolation(FbxAnimCurveBase.EExtrapolationType pExtrapolation) { fbx_wrapperPINVOKE.FbxAnimCurveBase_SetPreExtrapolation(swigCPtr, (int)pExtrapolation); }