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

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

341. laya.ui.Radio_API3.0 [ 72%]

... _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

342. laya.ui.Tab_API3.0 [ 72%]

...: 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

343. laya.ui.Label_API3.0 [ 72%]

...: 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

344. laya.ui.List_API3.0 [ 72%]

...Children?: boolean): List Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns List Properties Optional _extra _extra: INodeExtra Inherited from ...

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

345. 同时使用雾和粒子系统,粒子的颜色变成雾的颜色 [ 72%]

...答(最新版本:1.7.16) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体?...

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

346. 设置内存上限后,时不时会闪屏的问题 [ 72%]

...对象,统计面板的显存和内存就会显示成负数 如何设置Sprite的宽高和点击区域? graphics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 Laya3D里的material可以设置flat shading么 问题状态 最新活动: 2017-10-31 16:49 ...

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

347. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 72%]

...d(testView); // //return; Laya.timer.once(3000, this, function():void{ var sprite:Sprite = new Sprite(); sprite.pos(0, 0); var texture:Texture = new Texture(Browser.window.sharedCanvas); texture.bitmap.alwaysChange = true;//小程序使用,非常费,这个参数可以根据自己的需求适当...

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

348. Sprite3D-Sprite3D克隆 [ 72%]

...onComplete)); function onComplete() { var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); //克隆sprite3d var layaMonkey_clone1 = Laya.Sprite3D.instantiate(layaMonkey, scene, false, new Laya.Vector3(0.6, 0, 0)); //克隆sprite3d var layaMo...

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

349. 在创建了 Textture2D如何对其进行宽高赋值 [ 72%]

... 155*****949 相关问题 Texture图片能否进行翻转? 如何设置Sprite的宽高和点击区域? 分享:使用 Chart.js 创建图标 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 创建动效模板 可能存在bug 排行榜的创建 一个时间轴动画里创建的...

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

350. 关于微信小游戏关系链的问题 [ 72%]

...itmap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 rankSprite2.graphics.drawTexture(rankTexture,5,78,rankTexture.width,rankTexture.height); });       开发数据域: MiniAdpter.init(true,true); Laya.init(1280,720);//标注:开发数据域不支持webgl模式,只能运...

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