Exemplo n.º 1
0
 internal static _BindObj BindObj() {
     if (_BindObjFunc == null) {
         _BindObjFunc =
             (_BindObj)Marshal.GetDelegateForFunctionPointer(
                 Torque3D.DllLoadUtils.GetProcAddress(
                     Torque3D.Torque3DLibHandle,
                     "fnActionMap_bindObj"), typeof(_BindObj));
     }
     
     return _BindObjFunc;
 }
Exemplo n.º 2
0
            internal static _BindObj BindObj()
            {
                if (_BindObjFunc == null)
                {
                    _BindObjFunc =
                        (_BindObj)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnActionMap_bindObj"), typeof(_BindObj));
                }

                return(_BindObjFunc);
            }