大约有 960 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)
...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
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 分享:LayaAir下如何获取图集下的小图资源? 小游戏项目 加载有中文的json文件 报错 横屏模式在锁定竖屏...
来源: Laya_社区 发布时间: 20180426
...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
...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
...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
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 问题状态 最新活动: 2018-04-02 16:45 浏览: 2295 关注: 3 人 cuixueying • 2017-01-05 22:06 Tween下的Ease方法不需要开发者手动设置参数,直接拿来用就可以了,或者自己声明...
来源: Laya_社区 发布时间: 20170105
...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
...添加的示例如下: const { regClass, property } = Laya; @regClass() export class Demo extends Laya.Script { spine3D: Laya.Spine3DRenderer; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { // 加载Spine动画数据资源(...
来源: Laya3.0_文档 发布时间: 20260203
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 问题状态 最新活动: 2016-10-11 18:14 浏览: 4056 关注: 4 人
来源: Laya_社区 发布时间: 20161011
...回事?代码如下: /**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