Example #1
0
            internal static void removeAll(IntPtr thisPtr, [MarshalAs(UnmanagedType.LPWStr)] string listenerName)
            {
                if (_removeAllFunc == null)
                {
                    _removeAllFunc =
                        (_removeAll)Marshal.GetDelegateForFunctionPointer(Torque3D.DllLoadUtils.GetProcAddress(Torque3D.Torque3DLibHandle,
                                                                                                               "fn_EventManager_removeAll"), typeof(_removeAll));
                }

                _removeAllFunc(thisPtr, listenerName);
            }
Example #2
0
 set => SetProperty(ref _removeAll, value);