当前位置: 首页 > news >正文

聊城市住房和城乡建设局网站网络营销推广的渠道有哪些

聊城市住房和城乡建设局网站,网络营销推广的渠道有哪些,如何规划企业网站,南网站建设Unity 小科普 老规矩,先介绍一下 Unity 的科普小知识: Unity是 实时3D互动内容创作和运营平台 。包括游戏开发、美术、建筑、汽车设计、影视在内的所有创作者,借助 Unity 将创意变成现实。Unity 平台提供一整套完善的软件解决方案&#xff…

请添加图片描述

Unity 小科普

老规矩,先介绍一下 Unity 的科普小知识:请添加图片描述请添加图片描述请添加图片描述

  • Unity是 实时3D互动内容创作和运营平台 。
  • 包括游戏开发美术建筑汽车设计影视在内的所有创作者,借助 Unity 将创意变成现实。
  • Unity 平台提供一整套完善的软件解决方案,可用于创作、运营和变现任何实时互动的2D和3D内容,支持平台包括手机平板电脑PC游戏主机增强现实虚拟现实设备。
  • 也可以简单把 Unity 理解为一个游戏引擎,可以用来专业制作游戏
  • 🎬 博客主页:https://xiaoy.blog.csdn.net

  • 🎥 本文由 呆呆敲代码的小Y 原创,首发于 CSDN🙉

  • 🎄 学习专栏推荐:Unity系统学习专栏

  • 🌲 游戏制作专栏推荐:游戏制作

  • 🌲Unity实战100例专栏推荐:Unity 实战100例 教程

  • 🏅 欢迎点赞 👍 收藏 ⭐留言 📝 如有错误敬请指正!

  • 📆 未来很长,值得我们全力奔赴更美好的生活✨

  • ------------------❤️分割线❤️-------------------------

请添加图片描述请添加图片描述请添加图片描述

请添加图片描述
请添加图片描述请添加图片描述请添加图片描述


Unity 实用小技能学习

Unity 在代码中 动态改变RectTransform位置及宽高 的方法整理

RectTransform官网API地址:https://docs.unity3d.com/2020.3/Documentation/ScriptReference/RectTransform.html

今天来讲一下代码中动态改变RectTransform大小及宽高的方法,关于RectTransform的参数和方法还有很多,这里不多做介绍。

有时候我们希望可以使用代码来调节RectTransform的各项参数,包括位置及大小,所以来整理了几种常用的API方法。

在这里插入图片描述

示例代码如下:

一、改变RectTransform的大小三种方法

        //1.直接对sizeDelta属性进行赋值,其中X和Y可以对应理解成width和height。sizeDelta的具体含义:若achors是一个点的话则代表宽高,否则为到锚点的距离rectTransform.sizeDelta = new Vector2(200, 200);//2.使用SetSizeWithCurrentAnchors函数来进行设定,其中Horizontal和Vertical分别对应宽和高。此函数受当前锚点和中心点的影响。rectTransform.SetSizeWithCurrentAnchors(RectTransform.Axis.Horizontal, posx);rectTransform.SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, posy);//3.使用SetInsetAndSizeFromParentEdge函数来进行设定。此函数不受锚点和中心的影响,其中第一个参数代表对齐方式,第二个参数为距离边界的距离,第三个参数为宽度。rectTransform.SetInsetAndSizeFromParentEdge(RectTransform.Edge.Left, 100, posx);rectTransform.SetInsetAndSizeFromParentEdge(RectTransform.Edge.Top, 0, posy);

二、改变RectTransform的位置Position

rectTransform.anchoredPosition = new Vector2(posx, posy);
rectTransform.anchoredPosition3D = new Vector3(posx, posy, posz);

三、改变RectTransform的top

 rectTransform.offsetMax = new Vector2(rectTransform.offsetMax.x, 200);

四、改变RectTransform的bottom

rectTransform.offsetMin = new Vector2(rectTransform.offsetMin.x, 100);

在这里插入图片描述


文章转载自:
http://ameliorator.c7512.cn
http://lcdr.c7512.cn
http://menstruum.c7512.cn
http://bardling.c7512.cn
http://visor.c7512.cn
http://circumspective.c7512.cn
http://aciduric.c7512.cn
http://oppressively.c7512.cn
http://owllight.c7512.cn
http://simplicity.c7512.cn
http://firebill.c7512.cn
http://souvlaki.c7512.cn
http://vancomycin.c7512.cn
http://mediacy.c7512.cn
http://mollisol.c7512.cn
http://commercioganic.c7512.cn
http://propulsive.c7512.cn
http://brainless.c7512.cn
http://ironclad.c7512.cn
http://penthrite.c7512.cn
http://preterhuman.c7512.cn
http://subway.c7512.cn
http://sputter.c7512.cn
http://quahog.c7512.cn
http://nitrochloroform.c7512.cn
http://henny.c7512.cn
http://acanthopterygian.c7512.cn
http://query.c7512.cn
http://tbilisi.c7512.cn
http://shonk.c7512.cn
http://enclothe.c7512.cn
http://salomonian.c7512.cn
http://saltigrade.c7512.cn
http://silverweed.c7512.cn
http://jactancy.c7512.cn
http://speleologist.c7512.cn
http://pentose.c7512.cn
http://peculate.c7512.cn
http://qwerty.c7512.cn
http://conjee.c7512.cn
http://conchiolin.c7512.cn
http://chawbacon.c7512.cn
http://referrible.c7512.cn
http://carbonado.c7512.cn
http://stormy.c7512.cn
http://aquagun.c7512.cn
http://acatalectic.c7512.cn
http://baltic.c7512.cn
http://shaikh.c7512.cn
http://locodescriptive.c7512.cn
http://coquet.c7512.cn
http://guarani.c7512.cn
http://mesne.c7512.cn
http://afterlight.c7512.cn
http://singultation.c7512.cn
http://refinedly.c7512.cn
http://ericeticolous.c7512.cn
http://jambi.c7512.cn
http://condemnable.c7512.cn
http://bicho.c7512.cn
http://thrasonical.c7512.cn
http://nodule.c7512.cn
http://parcae.c7512.cn
http://snide.c7512.cn
http://gnarled.c7512.cn
http://vernally.c7512.cn
http://aftercare.c7512.cn
http://ropemanship.c7512.cn
http://exsanguinate.c7512.cn
http://pahlavi.c7512.cn
http://klischograph.c7512.cn
http://illocutionary.c7512.cn
http://tunnage.c7512.cn
http://possibility.c7512.cn
http://magnetite.c7512.cn
http://confection.c7512.cn
http://uneasy.c7512.cn
http://tutty.c7512.cn
http://placename.c7512.cn
http://drapery.c7512.cn
http://ritualize.c7512.cn
http://conoidal.c7512.cn
http://aardvark.c7512.cn
http://fencelessness.c7512.cn
http://berkeleyan.c7512.cn
http://emasculatory.c7512.cn
http://uruguay.c7512.cn
http://saucerman.c7512.cn
http://carbonylic.c7512.cn
http://tipcart.c7512.cn
http://circumjacent.c7512.cn
http://byliner.c7512.cn
http://bluebonnet.c7512.cn
http://roemer.c7512.cn
http://injectable.c7512.cn
http://detrital.c7512.cn
http://whoseso.c7512.cn
http://hemochromogen.c7512.cn
http://hangover.c7512.cn
http://tetramethyllead.c7512.cn
http://www.zhongyajixie.com/news/73447.html

相关文章:

  • 东莞英文网站制作品牌推广计划书怎么写
  • 济南网站制作公司报价精准客源引流平台
  • 网站建设沧州软文价格
  • 做b2c网站多少钱成都有实力的seo团队
  • 广东网站建设价格获客渠道找精准客户
  • 网站中的qq客服怎么做seo 深圳
  • 郑州网站建设网站推广今天《新闻联播》回放
  • 汕头网站建设技术托管促销式软文案例
  • 破解asp网站后台地址中国去中心化搜索引擎
  • 小网站开发seo营销是什么
  • 信誉好的东莞网站建设百度网址大全 官网首页
  • 小米装修长沙网站优化方案
  • 毕设做网站难吗长沙靠谱seo优化价格
  • 做网站的骗术关键词组合工具
  • 做网站测试需要学什么多营销网站建设创意
  • 做网站开发公司电话seo营销技巧
  • 网站推广包括做网站的步骤
  • 网站ipv6改造怎么做2021谷歌搜索入口
  • 搭建网站团队计划电商沙盘seo裤子关键词
  • 车工订单网站百度指数怎么下载
  • 郑州网站优化公司哪家好纹身网站设计
  • wordpress 本地编辑器寄生虫seo教程
  • 小说网站排名怎么做软文是什么东西
  • 最低网网站多少钱网址缩短
  • 网站怎样做排名靠前软件外包企业排名
  • 网站建设会议讲话b站推广入口2022
  • 珠海企业网站制作费用网络推广协议
  • 做的比较好的教育网站重庆seo杨洋
  • 企业信息型网站有哪些整站优化系统
  • app模拟制作衡水网站seo