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

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

461. laya.ui.LayoutBox [ 69%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite botto...

来源: laya_api 发布时间: 20170929

462. laya.d3.physicscannon.CannonPhysicsCollider_API3.0 [ 69%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

463. laya有没有类似unity dontDestroyOnLoad方法[ 69%]

...个一个方法,走进了第二方法里 请问有没有方法能够获取“鼠标是否处于按下状态”? Laya mac版IDE 是没测试就上线了吗? 成都雨墨游戏 求 laya 程序开发人员 有无类似flashfirebug、firebugH5 canvas Inspector? 关于Laya实现Matter.js...

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

464. 列表组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 69%]

... class MyItem extends Laya.GButton { //注意!在onConstruct里才可以获取子对象,建议在这里做初始化,不要在构造函数里做初始化 onConstruct() { //this.xx = this.getChild("xx"); //this.xx.on(Laya.Event.CLICK, this, this.onClick); } sayHello() { console.log("Hello from M...

来源: Laya3.0_文档 发布时间: 20251128

465. laya.physics.joint.MotorJoint_API3.0 [ 69%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

466. laya.ui.AdvImage_API3.0 [ 69%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...

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

467. laya.map.MapLayer_API3.0 [ 69%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

468. laya.physics.joint.DistanceJoint_API3.0 [ 69%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

469. laya.ui.ScaleBox_API3.0 [ 69%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

470. 如何让一个模型居中显示呢 [ 69%]

...机屏幕中央显示呢?尝试通过MeshSprite3D.meshRender.boundingBox获取模型长宽高,获取max和min什么意思啊,不太懂?我思路是如果模型中心点默认是模型正中央话,是不是可以通过2维思路调整模型positionx坐标位于Lay...

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