internal static _SetNodeWidth SetNodeWidth()
            {
                if (_SetNodeWidthFunc == null)
                {
                    _SetNodeWidthFunc =
                        (_SetNodeWidth)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiRiverEditorCtrl_setNodeWidth"), typeof(_SetNodeWidth));
                }

                return(_SetNodeWidthFunc);
            }
示例#2
0
            internal static _SetNodeWidth SetNodeWidth()
            {
                if (_SetNodeWidthFunc == null)
                {
                    _SetNodeWidthFunc =
                        (_SetNodeWidth)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiRoadEditorCtrl_setNodeWidth"), typeof(_SetNodeWidth));
                }

                return(_SetNodeWidthFunc);
            }