internal static _Remove Remove() { if (_RemoveFunc == null) { _RemoveFunc = (_Remove)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnGuiImageList_remove"), typeof(_Remove)); } return _RemoveFunc; }
internal static _Remove Remove() { if (_RemoveFunc == null) { _RemoveFunc = (_Remove)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnSimSet_remove"), typeof(_Remove)); } return(_RemoveFunc); }