大约有 3,176 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0085 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) 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
... = 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_示例 发布时间: 20241119
...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
...复 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
...微博 QZONE 微信 1617866298用户 赞同来自: 给_focus一个默认值false可以解决问题,因为_focus没有给到默认值,导致undefined !== false 为true 2024-02-06 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 可以先按上述开发者说的,临时给this._focus 一个...
来源: Laya_社区 发布时间: 20240201
...llisionGroup, canCollideWith); this._enableProcessCollisions = false; } _addToSimulation() { this._simulation._addPhysicsCollider(this, this._collisionGroup, this._canCollideWith); } _removeFromSimulation() { this._simulation._removePhysics...
来源: Laya_社区 发布时间: 20200505
...的错误应该是没有问题的,你可以设置Laya.alertGlobalError = false;这样就不会弹出错误提示了 app下可以设置window.showAlertOnJsException(false);(项目运行过程中有时会弹出一些错误的提示,这些提示都是项目中有代码写错了。我们的建议...
来源: Laya_社区 发布时间: 20171122