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

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

811. laya.physics.PolygonCollider_API3.0 [ 49%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

812. 内存优化方式(JavaScript-2D进阶篇(JS)-性能优化) [ 49%]

...00个雪花,当雪花移动超出边界或缩放小于0时进行了移除舞台,并调用Pool.recover()方法,使指定的对象回收至对象池内。 ##### ```typescript //初始化引擎 Laya.init(1136, 640, Laya.WebGL); //等比缩放 Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; //背...

来源: Laya2.0_文档 发布时间: 20210715

813. laya.ui.UIComponent_API3.0 [ 49%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

814. rigidBody.applyForce 物体不会移动 [ 49%]

...e: Laya.Scene3D): void { this.scene = new Laya.Scene3D(); //将场景加到舞台上 this.scene = scene; Laya.stage.addChild(scene); //添加方向光 var directionlight: Laya.DirectionLight = scene.getChildByName( "Directional Light" ) as Laya.DirectionLight; this.directionlight = directionlight; /...

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

815. laya.ui.HScrollBar_API3.0 [ 49%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

816. laya.ui.VScrollBar_API3.0 [ 49%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

817. laya.physics.ChainCollider_API3.0 [ 49%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

818. laya.ui.ScrollBar_API3.0 [ 49%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

819. safari横屏在一定条件下会出现显示内容错位问题。必现!! [ 49%]

...IDE2 ,跟着官网敲hello world 例子,为什么不显示? 加载到舞台的3D模型不显示贴图 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加...

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

820. 3D模型旋转问题,鼠标移动之后,根据按下移动的X坐标差值判断左右旋转,但是会越转越快,请问是什么问题? [ 49%]

...没有方法能够获取“鼠标是否处于按下状态”? 加载到舞台的3D模型不显示贴图 unity中的模型导出后在laya中显示不正常 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList btn 鼠标移动上去默认文本颜色是绿色,...

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