Esempio n. 1
0
        public FbxNodeEvalState GetNodeEvalState(FbxNode pNode)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxAnimEvalState_GetNodeEvalState(swigCPtr, FbxNode.getCPtr(pNode));
            FbxNodeEvalState      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxNodeEvalState(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxNodeEvalState obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }