Exemplo n.º 1
0
            internal static _SetSelectedPath SetSelectedPath()
            {
                if (_SetSelectedPathFunc == null)
                {
                    _SetSelectedPathFunc =
                        (_SetSelectedPath)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiFileTreeCtrl_setSelectedPath"), typeof(_SetSelectedPath));
                }

                return(_SetSelectedPathFunc);
            }
Exemplo n.º 2
0
            internal static _SetSelectedPath SetSelectedPath()
            {
                if (_SetSelectedPathFunc == null)
                {
                    _SetSelectedPathFunc =
                        (_SetSelectedPath)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiFileTreeCtrl_setSelectedPath"), typeof(_SetSelectedPath));
                }

                return(_SetSelectedPathFunc);
            }