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

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

461. laya.ui.RadioGroup_API3.0 [ 66%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

462. laya.ui.CheckBox_API3.0 [ 66%]

... _graphics _graphics: AutoBitmap Inherited from Button._graphics Overrides Sprite._graphics Defined in laya/ui/Button.ts:212 _ownGraphics _ownGraphics: boolean = false Implementation of ISelect._ownGraphics Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Im...

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

463. laya.ui.Radio_API3.0 [ 66%]

... _graphics _graphics: AutoBitmap Inherited from Button._graphics Overrides Sprite._graphics Defined in laya/ui/Button.ts:212 _ownGraphics _ownGraphics: boolean = false Implementation of ISelect._ownGraphics Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Im...

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

464. laya.ui.Tab_API3.0 [ 66%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

465. laya.ui.Label_API3.0 [ 66%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

466. 开放域关系链 掉帧严重有什么优化方案吗? [ 66%]

...ncil功能 微信小游戏利用开放域好友关系链做排行榜 大量sprite如何优化性能 官网示例摇一摇报错,就解决方案 laya2 发布微信开放域工程,用微信开发者工具打开报错 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeE...

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

467. 分享:使用 Chart.js 创建图标 [ 66%]

...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 分享:自定义事件派发与侦听(A页面派发 B页面侦听) LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 ...

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

468. Sprite 设置 cacheAs = "bitmap"报错 [ 66%]

Sprite 设置 cacheAs = "bitmap"报错 版本:2.0.0 beta5.1 TypeError: Cannot read property 'context' of nullpreload.js:55     at WebGLContext2D.__proto.drawCanvas (/***/bin/libs/laya.webgl.js:12261:18)     at RenderSprite3D.__proto._canvas (/***/bin/libs/laya.core.js:8717:12)     at Ren...

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

469. 克隆sprite [ 66%]

LayaAir引擎 克隆sprite 什么克隆一个对象啊?  在下面的“   tempSpr2.graphics.drawTexture(tempSpr.texture, 0, 0, tempSpr.width, tempSpr.height);”中 tempSpr.texture 是空的 if (data && data.items != []) {             let tempSpr: Sprite = new Sprite();     ...

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

470. [分享]实现颜色渐变 [ 66%]

...ient.addColorStop(0,"#FF0000"); my_gradient.addColorStop(1,"#0000FF"); let sprite = new Laya.Sprite(); Laya.stage.addChild(sprite); sprite.graphics.drawRect(0,0,640,1136,my_gradient); 2018-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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