大约有 302 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0079 秒)
...ader, this.shaderValue, 0, 0); } 附件 : --> 2017-06-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 谢谢! 2017-06-06 0 1 分享 微博 QZONE 微信 chunjine 赞同...
来源: Laya_社区 发布时间: 20170606
...把这两个目录拖到Unity面板的Assets下,否则会导致重命名添加(会导致报错),而不是升级覆盖。 ### 三、初识LayaAir的Unity插件功能模块 当LayaAir的Unity插件导入成功(安装)后,在Unity中能见到的主要是三个组成模块,我们先对...
来源: Laya2.0_文档 发布时间: 20210714
...候没有设置资源路径,在构建完项目以后,依然可以手动添加资源,添加方法参考 [LayaDcc工具](https://ldc2.layabox.com/doc/?language=zh&nav=zh-ts-6-2-0)。 **注意:** 把资源打包的缺点是会增加包体的大小。 打包资源的在线游戏,...
来源: Laya2.0_文档 发布时间: 20210715
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent _anchorY : Number = NaNY锚点...
来源: Laya2.0_api 发布时间: 20190513
...点击事件处理器。 Laya.stage.addChild(button);//将此 button 对象添加到显示列表。 } private function onClickButton(button:Button):void { trace("按钮button被点击了!"); } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefe...
来源: Laya3.0_api 发布时间: 20231115
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties PropertyDefined By measureHeight : Number[read-only] 显示对象的实际显示区域高度(以像素为单位)。 Component measureWidth : Number[read-only] 显示对...
来源: laya_api 发布时间: 20170929
...置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/input.png"], laya.utils.Handler.create(this, onL...
来源: Laya3.0_api 发布时间: 20231115
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来...
来源: Laya2.0_api 发布时间: 20190513
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来...
来源: Laya2.0_api 发布时间: 20190513
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By measureHeight : Number[read-only] 显示对象的实际显示区域高度(以像素...
来源: laya_api 发布时间: 20170929