internal static _SetSelectedById SetSelectedById()
            {
                if (_SetSelectedByIdFunc == null)
                {
                    _SetSelectedByIdFunc =
                        (_SetSelectedById)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_setSelectedById"), typeof(_SetSelectedById));
                }

                return(_SetSelectedByIdFunc);
            }
示例#2
0
            internal static _SetSelectedById SetSelectedById()
            {
                if (_SetSelectedByIdFunc == null)
                {
                    _SetSelectedByIdFunc =
                        (_SetSelectedById)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_setSelectedById"), typeof(_SetSelectedById));
                }

                return(_SetSelectedByIdFunc);
            }