internal static _OnWindowClosed OnWindowClosed() { if (_OnWindowClosedFunc == null) { _OnWindowClosedFunc = (_OnWindowClosed)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnPfxVis_onWindowClosed"), typeof(_OnWindowClosed)); } return(_OnWindowClosedFunc); }
internal static _OnWindowClosed OnWindowClosed() { if (_OnWindowClosedFunc == null) { _OnWindowClosedFunc = (_OnWindowClosed)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnPfxVis_onWindowClosed"), typeof(_OnWindowClosed)); } return(_OnWindowClosedFunc); }