Beispiel #1
0
 internal static _Save Save() {
     if (_SaveFunc == null) {
         _SaveFunc =
             (_Save)Marshal.GetDelegateForFunctionPointer(
                 Torque3D.DllLoadUtils.GetProcAddress(
                     Torque3D.Torque3DLibHandle,
                     "fnActionMap_save"), typeof(_Save));
     }
     
     return _SaveFunc;
 }
Beispiel #2
0
            internal static _Save Save()
            {
                if (_SaveFunc == null)
                {
                    _SaveFunc =
                        (_Save)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnNavMesh_save"), typeof(_Save));
                }

                return(_SaveFunc);
            }