大约有 3,244 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0097 秒)
Laya_社区(2446) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(77) Laya_示例(52) Laya2.0_示例(18)
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: 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._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...栈溢出异常 laya.html.dom.HTMLDivElement对象 设置 style.wordWrap = false; 会导致 Maximum call stack size exceeded异常! 2017-06-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 answerHom 赞同来...
来源: Laya_社区 发布时间: 20170615
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: 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._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
... = 750,居中_html.style.align=“center”,换行_html.style.wordWrap=false,_html.innerHtml="<font>显示的字符</font>"时,文本不会换行,我的舞台是750宽度的,按理来说显示的字符应该在舞台中间。 然后我把HtmlDivElement文本的换行属性_ht...
来源: Laya_社区 发布时间: 20190628
...后,物体只被一个相机渲染,但是他的渲染状态_visible为false,导致动画被停止播放。 对照了源码之后,发现后面进行裁剪的相机会把前面相机的裁剪计算结果覆盖掉,导致即使被渲染了,也被判定为visible为false的状态。 目前只...
来源: Laya_社区 发布时间: 20200106
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: 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 _scene3D _scene3D: any Inherited from Scene._scene3D Defined in l...
来源: Laya3.0_api 发布时间: 20231115
...r3(0, 0.5, 1)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); //3.清除照相机颜色 camera.clearColor = null; var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.direction = new Laya.Vector3(0, -0.8, -1); directionLight.color = new Laya.Vector3(0.7...
来源: Laya_示例 发布时间: 20251209
...class List_Example { public function List_Example() { Laya.init(640, 800, "false");//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", ...
来源: Laya3.0_api 发布时间: 20231115
...llisionGroup, canCollideWith); this._enableProcessCollisions = false; } _addToSimulation() { this._simulation._addPhysicsCollider(this, this._collisionGroup, this._canCollideWith); } _removeFromSimulation() { this._simulation._removePhysics...
来源: Laya_社区 发布时间: 20200505
...复 shiyang 赞同来自: Laya.Handler.create(this,this.onClickCreate,null,false) 2023-12-21 0 0 分享 微博 QZONE 微信 Laya_Fred 赞同来自: layabox 、勤 您好,您可以设置handler的create方法的参数内容,设置第四个参数once为false可以触发多次,不传参默认是t...
来源: Laya_社区 发布时间: 20231221