예제 #1
0
 public FbxAnimCurveBase.EExtrapolationType GetPostExtrapolation()
 {
     FbxAnimCurveBase.EExtrapolationType ret = (FbxAnimCurveBase.EExtrapolationType)FbxWrapperNativePINVOKE.FbxAnimCurveBase_GetPostExtrapolation(swigCPtr);
     return(ret);
 }
예제 #2
0
 public FbxAnimCurveBase.EExtrapolationType GetPreExtrapolation()
 {
     FbxAnimCurveBase.EExtrapolationType ret = (FbxAnimCurveBase.EExtrapolationType)fbx_wrapperPINVOKE.FbxAnimCurveBase_GetPreExtrapolation(swigCPtr);
     return(ret);
 }
예제 #3
0
 public void SetPostExtrapolation(FbxAnimCurveBase.EExtrapolationType pExtrapolation)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveBase_SetPostExtrapolation(swigCPtr, (int)pExtrapolation);
 }
예제 #4
0
 public void SetPreExtrapolation(FbxAnimCurveBase.EExtrapolationType pExtrapolation)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveBase_SetPreExtrapolation(swigCPtr, (int)pExtrapolation);
 }