internal static _SelectWindow SelectWindow() { if (_SelectWindowFunc == null) { _SelectWindowFunc = (_SelectWindow)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnGuiWindowCtrl_selectWindow"), typeof(_SelectWindow)); } return(_SelectWindowFunc); }
internal static _SelectWindow SelectWindow() { if (_SelectWindowFunc == null) { _SelectWindowFunc = (_SelectWindow)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnGuiWindowCtrl_selectWindow"), typeof(_SelectWindow)); } return(_SelectWindowFunc); }