• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 573 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0049 秒)

321. Tiled 中GridSprite.hide无效 [ 60%]

...人 聆听 相关问题 动画混合无效(版本2.6) 2.0 drawTexture color参数无效 matter.js mouseconstraint在微信小游戏中无效 (此问题已经无效) LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 lh文件内meshSprite添加阴影属性无效 关于同为object层,层...

来源: Laya_社区 发布时间: 20181122

322. 使用typescript开发项目,解决文件引用顺序问题 [ 60%]

...//helloworld.js var txt = new Laya.Text(); txt.text = "Hello Layabox"; txt.color = "#ffffff"; export default txt  二、发布 安装工具,在ide上使用快捷键【ctrl+` 】打开终端,输入下面指令安装打包需要的node.js工具,因为之前已经安装过typescript,所以下...

来源: Laya_社区 发布时间: 20171120

323. laya.d3.core.render.command.CommandBuffer_API3.0 [ 60%]

...RenderTarget drawMesh drawMeshInstance drawRender getCommandsSize setGlobalColor setGlobalInt setGlobalMatrix setGlobalNumber setGlobalTexture setGlobalVector setGlobalVector2 setGlobalVector3 setRenderTarget setShaderDataColor setShaderDataInt setShaderDataMatrix setShaderDataNumber setShaderDataTe...

来源: Laya3.0_api 发布时间: 20231115

324. ConchInput settype无效 [ 60%]

... letian0111 相关问题 动画混合无效(版本2.6) 2.0 drawTexture color参数无效 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 (此问题已经无效) 关于同为object层,层级设置无效的问题 matter.js mouseconstraint在微信小游戏中无效 lh文件内meshSprite...

来源: Laya_社区 发布时间: 20190715

325. Sprite3D添加组件或脚本(ActionScript-3D基础(AS3)-LayaAir3D之精灵) [ 59%]

...t = scene.addChild(new DirectionLight()) as DirectionLight; directionLight.color = new Vector3(0.6, 0.6, 0.6); //加载精灵 var monkey:Sprite3D = Loader.getRes("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh"); //精灵添加脚本 monkey.addComponent(MonkeyScript); scene.addChild(monkey); } ``...

来源: Laya2.0_文档 发布时间: 20210714

326. 为什么动态设置聚光灯朝向无效呢 [ 59%]

...? matter.js mouseconstraint在微信小游戏中无效 2.0 drawTexture color参数无效 关于同为object层,层级设置无效的问题 2.2.0beta4,微信上动态合批报错. anchor锚点设置不生效 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnabl...

来源: Laya_社区 发布时间: 20171105

327. Cannot read property 'rayCast' of undefined [ 59%]

...ode = Laya.Stage.SCREEN_NONE; //2.设置舞台背景色为空 Laya.stage.bgColor = null; this.scene = new Laya.Scene3D(); this.camera = new Laya.Camera(0, 0.1, 100); Laya.stage.addChild(this.scene); this.scene.addChild(this.camera); this.camera.transform.translate(new Laya.Vector3(0, 3.5, 1)); this....

来源: Laya_社区 发布时间: 20200903

328. as hello world 背景还是黑色 [ 59%]

...nction LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#ffffff"; var sp : Label = new Label("hello world"); //sp.fontSize = 55; sp.pos(100, 100) ; //sp.color = "#000000"; Laya.stage.addChild(sp); } } } chrome 下查看源代码 <html> <head> <meta charset=...

来源: Laya_社区 发布时间: 20170711

329. 如何获取HTMLDivElement对象的文本值 [ 59%]

...颜色div.innerHTML="<span href='http://ask.layabox.com/'><font color='#FF0000'>LayaBox欢迎你的加入!</font></span>";就不行了 2017-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...

来源: Laya_社区 发布时间: 20170314

330. 陀螺仪与加速计(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 59%]

...550, 400); this.info = new Laya.Text(); this.info.fontSize = 50; this.info.color = "#FFFFFF"; this.info.size(Laya.stage.width, Laya.stage.height);  Laya.stage.addChild(this.info);  Laya.Gyroscope.instance.on(Laya.Event.CHANGE, this, onDeviceorientation); function onDeviceorientation(absolute, rota...

来源: Laya2.0_文档 发布时间: 20210714