Ejemplo n.º 1
0
        public FbxPropertyDouble Set(double pValue)
        {
            FbxPropertyDouble ret = new FbxPropertyDouble(NativeMethods.FbxPropertyDouble_Set(swigCPtr, pValue), false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPropertyDouble obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }