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

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

551. laya.d3.core.particleshuriken.module.shape.HemisphereShape_API3.0 [ 50%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/shape/HemisphereShape" HemisphereShape Class HemisphereShape HemisphereShape 类用于创建半球形粒子形状。 Hierarchy BaseShape HemisphereShape Implements I...

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

552. UI的内嵌 加载 分离模式 三种模式貌似资源都要预加载 [ 50%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 分享:LayaAir下如何获取图集下的小图资源? 小游戏项目 加载有中文的json文件 报错 横屏模式在锁定竖屏...

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

553. laya.d3.core.particleshuriken.module.TextureSheetAnimation_API3.0 [ 50%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/TextureSheetAnimation" TextureSheetAnimation Class TextureSheetAnimation TextureSheetAnimation 类用于创建粒子帧动画。 Hierarchy TextureSheetAnimation Impl...

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

554. laya.ani.bone.canvasmesh.SkinMeshForGraphic_API3.0 [ 50%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/canvasmesh/SkinMeshForGraphic" SkinMeshForGraphic Class SkinMeshForGraphic Laya Hierarchy MeshData SkinMeshForGraphic Index Constructors constructor Properties canvasPadding indexes textur...

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

555. laya.d3.core.render.RenderContext3D_API3.0 [ 50%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/RenderContext3D" RenderContext3D Class RenderContext3D RenderContext3D 类用于实现渲染状态。 Hierarchy RenderContext3D Index Constructors constructor Properties configPipeLi...

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

556. Laya.util.Ease这个类是用来配合Tween的,可是怎么使用?没有任何资料啊。 [ 50%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 问题状态 最新活动: 2018-04-02 16:45 浏览: 2295 关注: 3 人 cuixueying • 2017-01-05 22:06 Tween下的Ease方法不需要开发者手动设置参数,直接拿来用就可以了,或者自己声明...

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

557. laya.html.XMLIterator_API3.0 [ 50%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/html/XMLIterator" XMLIterator Class XMLIterator Hierarchy XMLIterator Index Properties attrParsed lastTagEnd lastTagName lowerCaseName parsePos source sourceLen tagLength tagName tagPos tagType Acc...

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

558. Spine3D渲染器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 50%]

...添加的示例如下: const { regClass, property } = Laya; @regClass() export class Demo extends Laya.Script { spine3D: Laya.Spine3DRenderer; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { // 加载Spine动画数据资源(...

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

559. LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 [ 50%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 问题状态 最新活动: 2016-10-11 18:14 浏览: 4056 关注: 4 人

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

560. 仿照laya官方demo做了一个视频播放的UI,为啥在微信里不能用? [ 50%]

...回事?代码如下:   /**Created by the LayaAirIDE*/ module view { export class Guide extends ui.GuideUI { constructor() { super(); // 创建Video元素 let videoElmt: any = Laya.Browser.createElement("video"); Laya.Browser.document.body.appendChild(videoElmt); // 设置Video元素地样式和...

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