internal static _DropSelectionAtScreenCenter DropSelectionAtScreenCenter()
            {
                if (_DropSelectionAtScreenCenterFunc == null)
                {
                    _DropSelectionAtScreenCenterFunc =
                        (_DropSelectionAtScreenCenter)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiConvexEditorCtrl_dropSelectionAtScreenCenter"), typeof(_DropSelectionAtScreenCenter));
                }

                return(_DropSelectionAtScreenCenterFunc);
            }
Exemple #2
0
            internal static _DropSelectionAtScreenCenter DropSelectionAtScreenCenter()
            {
                if (_DropSelectionAtScreenCenterFunc == null)
                {
                    _DropSelectionAtScreenCenterFunc =
                        (_DropSelectionAtScreenCenter)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiConvexEditorCtrl_dropSelectionAtScreenCenter"), typeof(_DropSelectionAtScreenCenter));
                }

                return(_DropSelectionAtScreenCenterFunc);
            }