コード例 #1
0
        public FbxPropertyValue Get(FbxPropertyValue arg0)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyEntry_Get__SWIG_1(swigCPtr, FbxPropertyValue.getCPtr(arg0));
            FbxPropertyValue      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyValue(cPtr, false);

            return(ret);
        }
コード例 #2
0
        public FbxPropertyValue Clone(FbxPropertyPage arg0)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyValue_Clone(swigCPtr, FbxPropertyPage.getCPtr(arg0));
            FbxPropertyValue      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyValue(cPtr, false);

            return(ret);
        }
コード例 #3
0
        public static FbxPropertyEntry Create(int pParentId, FbxPropertyInfo pInfo, FbxPropertyValue pValue, FbxPropertyConnect pConnect)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyEntry_Create(pParentId, FbxPropertyInfo.getCPtr(pInfo), FbxPropertyValue.getCPtr(pValue), FbxPropertyConnect.getCPtr(pConnect));
            FbxPropertyEntry      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyEntry(cPtr, false);

            return(ret);
        }
コード例 #4
0
        public static FbxPropertyValue Create(SWIGTYPE_p_void pData, EFbxType pType)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyValue_Create(SWIGTYPE_p_void.getCPtr(pData), (int)pType);
            FbxPropertyValue      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyValue(cPtr, false);

            return(ret);
        }
コード例 #5
0
ファイル: FbxProperty.cs プロジェクト: zwiglm/NeoAxisEngine
        public FbxPropertyValue EvaluateValue(FbxTime pTime)
        {
            FbxPropertyValue ret = new FbxPropertyValue(FbxWrapperNativePINVOKE.FbxProperty_EvaluateValue__SWIG_4(swigCPtr, FbxTime.getCPtr(pTime)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #6
0
        public FbxPropertyValue GetPropertyValue(FbxProperty pProperty, FbxTime pTime)
        {
            FbxPropertyValue ret = new FbxPropertyValue(FbxWrapperNativePINVOKE.FbxAnimEvaluator_GetPropertyValue__SWIG_3(swigCPtr, FbxProperty.getCPtr(pProperty), FbxTime.getCPtr(pTime)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #7
0
        public FbxPropertyValue GetPropertyValue(FbxProperty pProperty, FbxTime pTime, bool pForceEval)
        {
            FbxPropertyValue ret = new FbxPropertyValue(fbx_wrapperPINVOKE.FbxAnimEvaluator_GetPropertyValue__SWIG_2(swigCPtr, FbxProperty.getCPtr(pProperty), FbxTime.getCPtr(pTime), pForceEval), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #8
0
 public void Set(FbxPropertyValue pValue)
 {
     fbx_wrapperPINVOKE.FbxPropertyEntry_Set__SWIG_1(swigCPtr, FbxPropertyValue.getCPtr(pValue));
 }
コード例 #9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPropertyValue obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #10
0
ファイル: FbxProperty.cs プロジェクト: zwiglm/NeoAxisEngine
        public FbxPropertyValue EvaluateValue()
        {
            FbxPropertyValue ret = new FbxPropertyValue(FbxWrapperNativePINVOKE.FbxProperty_EvaluateValue__SWIG_5(swigCPtr), false);

            return(ret);
        }
コード例 #11
0
 public void Set(FbxPropertyValue pValue)
 {
     FbxWrapperNativePINVOKE.FbxPropertyEntry_Set__SWIG_1(swigCPtr, FbxPropertyValue.getCPtr(pValue));
 }