Esempio n. 1
0
            internal static _CutSelection CutSelection()
            {
                if (_CutSelectionFunc == null)
                {
                    _CutSelectionFunc =
                        (_CutSelection)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnForestSelectionTool_cutSelection"), typeof(_CutSelection));
                }

                return(_CutSelectionFunc);
            }
Esempio n. 2
0
            internal static _CutSelection CutSelection()
            {
                if (_CutSelectionFunc == null)
                {
                    _CutSelectionFunc =
                        (_CutSelection)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnForestSelectionTool_cutSelection"), typeof(_CutSelection));
                }

                return(_CutSelectionFunc);
            }