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

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

571. Ts简单对象池 [ 69%]

...应的编号对应好,否则使用时会出问题 */   export default class PoolManager { static _instance:any; public m_ObjectPoolDic:{[key:number]:QueueT<Laya.MeshSprite3D>}={} constructor() { } static getInstance() { return this._instance || (this._instance = new PoolManager()) }  //初...

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

572. HScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 69%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.HScrollBar)。 ​ HScrollBar 组件的图像资源示例: ​ ![图片0.png](img/1.png) ​ (图1) ​ ![图片0.png](img/2.png) ​ (图2) ​ ![图片0.png](img/3.png) ​ (图3) ​ ![图片0.p...

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

573. 通过PrimitiveMesh创建简单Mesh(ActionScript-3D基础(AS3)-LayaAir3D之模型和网格) [ 69%]

...API](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.resource.models.PrimitiveMesh)。 创建时需注意的是,加载到场景中的引擎自带模型,轴心点在模型正中心,因此我们是以模型中心点为参考进行移动、旋转、缩放。加...

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

574. VScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 69%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VScrollBar)。 ​ VScrollBar 组件的图像资源示例: ​ ![图片0.png](img/1.png) ​ (图1) ​ ![图片0.png](img/2.png) ​ (图2) ​ ![图片0.png](img/3.png) ​ (图3) ​ ![图片0.p...

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

575. laya.d3.core.particleShuriKen.module.FrameOverTime [ 69%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames FrameOverTimeProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class FrameOverTimeInheritanceFrameOverTime ObjectImplements laya.d3.core.IClone FrameOverTime 类用于创建时间帧。 Public P...

来源: laya_api 发布时间: 20170929

576. laya.d3.core.particleShuriKen.module.FrameOverTime [ 69%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames FrameOverTimeProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class FrameOverTimeInheritanceFrameOverTime ObjectImplements laya.d3.core.IClone FrameOverTime 类用于创建时间帧。 Public P...

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

577. Tree属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 69%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tree)。 ### 1.1 Tree 组件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动条 VScrollBar; ### 1.2 Tree 组件的单元格通常由四部分...

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

578. 在微信小游戏中,主域中显示开发域的list为什么显示不全? [ 69%]

...题。 2018-05-08 0 0 分享 微博 QZONE 微信 Miller 赞同来自:   class Item extends Laya.Box {   public static WID: number = 600; public static HEI: number = 85; private img: Laya.Image;         //private text: Laya.Label; constructor(){ super(); this.size(Item.WID, Item.HEI); this...

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

579. 射线检测-放置物体 [ 69%]

...ere.transform.rotate(new Laya.Vector3(0, 90, 0), false, false); } }); })();class RayPicking02 { private ray: Laya.Ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); private point: Laya.Vector2 = new Laya.Vector2(); private _outHitInfo: Laya.RaycastHit = new Laya.RaycastHit(); ...

来源: Laya_示例 发布时间: 20241002

580. DragonBone动画使用(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 69%]

...打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创建文档类DragonBonesDemo.as,代码编写如下: ```jav...

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