Exemplo n.º 1
0
            internal static _SetText SetText()
            {
                if (_SetTextFunc == null)
                {
                    _SetTextFunc =
                        (_SetText)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiButtonBaseCtrl_setText"), typeof(_SetText));
                }

                return(_SetTextFunc);
            }
Exemplo n.º 2
0
            internal static _SetText SetText()
            {
                if (_SetTextFunc == null)
                {
                    _SetTextFunc =
                        (_SetText)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiMLTextCtrl_setText"), typeof(_SetText));
                }

                return(_SetTextFunc);
            }