大约有 846 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0061 秒)
Laya_社区(499) Laya3.0_api(111) Laya3.0_文档(71) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(30) Laya2.0_示例(9)
...Laya.TextArea(); this.logger.scrollType = 2; this.logger.vScrollBarSkin = "resources/res/ui/vscroll.png"; this.logger.fontSize = 18; this.logger.color = "#FFFFFF"; this.logger.align = 'center'; this.logger.valign = 'middle'; this.logger.left = this.logger.right = this.logger.bottom = 10; this.logger...
来源: Laya3.0_文档 发布时间: 20251010
...*  (图5) **iOS XCode:**  (图6)IOS是resource目录 #### 4.4 更新服务器 这是App发布后最常见的操作。每当更新了html5项目的内容,需要提交到服务器或者本地测试的时候,都要生成新的dcc,以便客户端能更新到最...
来源: Laya2.0_文档 发布时间: 20210714
...; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handler; import laya.utils.Stat; import common.CameraMoveScript; /** * ... * @auth...
来源: Laya_示例 发布时间: 20260106
...间 http.http.timeout = 10000; //发送了一个简单的请求 http.send("resources/data.txt", "", "get", "text");//需要在resources文件夹下新建一个data.txt文件 //设置完成事件,添加回调方法 http.once(Laya.Event.COMPLETE, this, this.completeHandler); //设置错误事件,...
来源: Laya3.0_文档 发布时间: 20250104
... Image from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy: Invalid response. Origin 'null' is therefore not allowed access. 2016-08-31 0 2 分享 微博 QZONE 微信 xiaobear250 赞同来自: 写得很好,谢谢楼主分享。两个问题请问一下。 1...
来源: Laya_社区 发布时间: 20160722
...void Defined in laya/d3/core/render/PostEffect/ColorGradEffect.ts:45 bloom resource init Returns void Globals "laya/d3/core/render/PostEffect/ColorGradEffect" ToneMappingType ColorGradEffect constructor _lutTex SHADERDEFINE_ACES SHADERDEFINE_CUSTOMLUT SHADERVALUE_CUSTOMLUT SHADERVALUE_CUSTOMLUTPARAM...
来源: Laya3.0_api 发布时间: 20231115
...RT, ignoring 10-13 17:31:15.901 6514-6514/com.vivo.vs W/chromium: [WARNING:resource_bundle.cc(315)] locale_file_path.empty() 10-13 17:31:15.901 6514-6514/com.vivo.vs I/chromium: [INFO:aw_browser_main_parts.cc(63)] Load from apk succesful, fd=90 off=872512 len=2961 10-13 17:31:15.901 6514-6514/com.vi...
来源: Laya_社区 发布时间: 20181013
...距(两个位图字体左边界之间的距离) 如图2-7所示,在resources文件夹下有十二张图片,分别是”鼠牛虎兔龙蛇马羊猴鸡狗猪“十二个字的位图,将这十二张图作为位图字体。图片的高度为151 px,所以行高设置为151。占位默认为0...
来源: Laya3.0_文档 发布时间: 20251010
...erialClasspublic class PBRMaterialInheritancePBRMaterial BaseMaterial laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测...
来源: laya_api 发布时间: 20170929
...age.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete)); } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resource/ui/button.png","label");//创建一个 Button ...
来源: Laya3.0_api 发布时间: 20231115