Exemplo n.º 1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPropertyTFbxDouble obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 2
0
        public FbxPropertyTFbxDouble assign(double pValue)
        {
            FbxPropertyTFbxDouble ret = new FbxPropertyTFbxDouble(FbxWrapperNativePINVOKE.FbxPropertyTFbxDouble_assign(swigCPtr, pValue), false);

            return(ret);
        }