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

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

501. laya.d3.math.BoundsImpl_API3.0 [ 68%]

... Externals Only exported Menu Globals "laya/d3/math/BoundsImpl" BoundsImpl Class BoundsImpl BoundsImp 用于创建包围体。 Hierarchy BoundsImpl Implements IClone Index Constructors constructor Properties _boundBox Accessors max min Methods calculateBoundsintersection clone cloneTo getCenter g...

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

502. laya.d3.physics.shape.SphereColliderShape_API3.0 [ 68%]

...nu Globals "laya/d3/physics/shape/SphereColliderShape" SphereColliderShape Class SphereColliderShape SphereColliderShape 用于创建球形碰撞器。 Hierarchy ColliderShape SphereColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTA...

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

503. laya.d3.core.particleShuriKen.module.shape.ConeShape [ 68%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ConeShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class ConeShapeInheritanceConeShape BaseShape Object ConeShape 用于创建锥形粒子形状。 Public Properties Hide Inheri...

来源: laya_api 发布时间: 20170929

504. laya.d3.core.particleShuriKen.module.shape.ConeShape [ 68%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ConeShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class ConeShapeInheritanceConeShape BaseShape Object ConeShape 用于创建锥形粒子形状。 Public Properties Hide Inheri...

来源: Laya2.0_api 发布时间: 20190513

505. laya.filters.ColorFilter [ 68%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ColorFilterProperties | Methods Packagelaya.filtersClasspublic class ColorFilterInheritanceColorFilter Filter ObjectImplements IFilter ColorFilter 是颜色滤镜。使用 ColorFilter 可以将 4 x 5 矩阵转换应...

来源: Laya2.0_api 发布时间: 20190513

506. 封装的时候 怎么在中表示自身? [ 68%]

封装的时候 怎么在中表示自身? class BackGround extends Laya.Sprite{ constructor() { super(); new init(); function init() { var bg1 = new Laya.Sprite(); var bg2 = new Laya.Sprite(); //背景图 // box.loadImage("../bin/background.png"); // Laya.stage.addChild(box); bg1.loadImage("....

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

507. laya.resource.HTMLCanvas [ 68%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames HTMLCanvasProperties | Methods | Constants Packagelaya.resourceClasspublic class HTMLCanvasInheritanceHTMLCanvas laya.resource.Bitmap HTMLCanvas 是 Html Canvas 的代理,封装了 Canvas 的属性和方法。。...

来源: laya_api 发布时间: 20170929

508. 继承Ui得时候报的错 [ 68%]

...个UI的基那不就无法继承了 laya 1.7.5 为什么不能用 Laya.class 继承了 问题状态 最新活动: 2017-11-17 11:37 浏览: 839 关注: 2 人

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

509. ViewStack属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 68%]

...用请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.ViewStack](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.ViewStack)。 ## 2、通过LayaAirIDE创建ViewStack组件 ### 2.1 创建ViewStack页面 ##...

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

510. dialog的popup方法不会关闭其他弹窗 [ 68%]

...窗没有图层蒙版也没有关闭其他dialog 登录界面的代码: class LoginView extends ui.loginUI { normalDialog: NormalDialog; constructor() { super();  this.btn_signin.on(Laya.Event.CLICK, null, () => { this.showDialog("登录成功") }); this.btn_register.on(Laya.Event.CLICK, null,...

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