예제 #1
0
            internal static _SetCaption SetCaption()
            {
                if (_SetCaptionFunc == null)
                {
                    _SetCaptionFunc =
                        (_SetCaption)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiInspectorField_setCaption"), typeof(_SetCaption));
                }

                return(_SetCaptionFunc);
            }
예제 #2
0
            internal static _SetCaption SetCaption()
            {
                if (_SetCaptionFunc == null)
                {
                    _SetCaptionFunc =
                        (_SetCaption)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiFormCtrl_setCaption"), typeof(_SetCaption));
                }

                return(_SetCaptionFunc);
            }