예제 #1
0
            internal static _RemoveAll RemoveAll()
            {
                if (_RemoveAllFunc == null)
                {
                    _RemoveAllFunc =
                        (_RemoveAll)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnEventManager_removeAll"), typeof(_RemoveAll));
                }

                return(_RemoveAllFunc);
            }
예제 #2
0
            internal static _RemoveAll RemoveAll()
            {
                if (_RemoveAllFunc == null)
                {
                    _RemoveAllFunc =
                        (_RemoveAll)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnEventManager_removeAll"), typeof(_RemoveAll));
                }

                return(_RemoveAllFunc);
            }