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

大约有 478 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0059 秒)

451. laya.ui.TextInput [ 51%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite gray : Boolean 是否变灰。UIComponent  height : Number[override] 显示...

来源: Laya2.0_api 发布时间: 20190513

452. 自定义shader-地形shader [ 51%]

....material.TerrainMaterial; import laya.d3.core.scene.Scene; import laya.d3.graphics.VertexElementUsage; import laya.d3.math.Vector2; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.models.CapsuleMesh; import laya.d3.resource.models...

来源: Laya_示例 发布时间: 20241119

453. laya.ui.Dialog [ 51%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite  group : String组名称Dialog height : Number[override] 显示对象的高...

来源: Laya2.0_api 发布时间: 20190513

454. TypeError: Cannot read property '_byteLength' of null [ 51%]

...peError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' TypeError: Laya.MovieClip is not...

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

455. LayaAir复杂数据对象 预加载 [ 50%]

...预加载后获取到的是一个Texture类型对象,可以直接通过graphics.drawTexture显示   2016-05-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Jackevent 相关问题 两个对象new了一个相同的对象,调用第...

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

456. 如何在不destroy Laya.Image对象的前提下,clean掉之前load的image图片/皮肤 [ 50%]

...自: 更换资源之前你将原来显示的图片清理掉就好了 img.graphics.clear(); 2018-03-21 0 0 分享 微博 QZONE 微信 qian 赞同来自: matthew_liu http://ldc.layabox.com/doc/?nav=zh-as-3-2-7 看一下这个 2018-03-20 1 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...

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

457. TypeError: Cannot read property '_byteLength' of null [ 50%]

...peError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' TypeError: Laya.MovieClip is not...

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

458. laya.display.Text [ 50%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite  height : Number[override] 显示对象的高度,单位为像素,默认为...

来源: Laya2.0_api 发布时间: 20190513

459. laya.display.Input [ 49%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite height : Number[override] 显示对象的高度,单位为像素,默认为0...

来源: Laya2.0_api 发布时间: 20190513

460. 点击拖动图片,当鼠标移出再移回舞台中时如何保持点击状态 [ 49%]

...() { Laya.init(500,500); Laya.stage.bgColor="#EEFFCC"; sp=new Sprite(); sp.graphics.drawRect(0,0,100,50,"#FF0000"); sp.size(100,50); // 设置轴心点为显示对象的中心,显示位置在可拖拽区域之内 sp.pivot(sp.width/2,sp.height/2); sp.pos(250,450); Laya.stage.addChild(sp); //为需...

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