Esempio n. 1
0
            internal static _SelectMesh SelectMesh()
            {
                if (_SelectMeshFunc == null)
                {
                    _SelectMeshFunc =
                        (_SelectMesh)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiNavEditorCtrl_selectMesh"), typeof(_SelectMesh));
                }

                return(_SelectMeshFunc);
            }
Esempio n. 2
0
            internal static _SelectMesh SelectMesh()
            {
                if (_SelectMeshFunc == null)
                {
                    _SelectMeshFunc =
                        (_SelectMesh)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiNavEditorCtrl_selectMesh"), typeof(_SelectMesh));
                }

                return(_SelectMeshFunc);
            }