大约有 1,112 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0054 秒)
Laya_社区(423) Laya3.0_api(324) Laya2.0_api(157) laya_api(90) Laya2.0_文档(47) Laya_示例(32) Laya3.0_文档(25) Laya2.0_示例(14)
...ay, caller, method, args, coverBefore); } 使用示例如下: const { regClass } = Laya; import { RuntimeScriptBase } from "./RuntimeScript.generated"; @regClass() export class RuntimeScript extends RuntimeScriptBase { onAwake(): void { //60帧后,图片的透明度变为0.5 Laya.timer.frameOnce...
来源: Laya3.0_文档 发布时间: 20241014
....__super.call(this); } //Floor 是一个显示对象 继承此 Sprite Laya.class(Floor, "Floor", laya.display.Sprite); var _proto = Floor.prototype; _proto.init = function(type){ //创建一个帧循环处理函数 Laya.timer.frameLoop(1, this, this.onLoop); } //在地板上面添加物品 _proto.ad...
来源: Laya_社区 发布时间: 20160728
...unction (_super){ function Building(params) { Building.super(this); } Laya.class(Building,"Building",_super); return Building; })(Laya.Sprite) //床 var Bed = (function (_super){ function Bed(params) { Bed.super(this); } Laya.class(Bed,"Bed",Building); return Bed; })() var HomeView = (funct...
来源: Laya_社区 发布时间: 20171106
...ls Only exported Menu Globals "laya/d3/core/trail/TrailFilter" TrailFilter Class TrailFilter TrailFilter 类用于创建拖尾过滤器。 Hierarchy TrailFilter Index Constructors constructor Properties _curtime _lastPosition _ownerRender alignment CURTIME LIFETIME WIDTHCURVE WIDTHCURVEKEYLENGTH Acc...
来源: Laya3.0_api 发布时间: 20231115
...d3/RenderObjs/NativeOBJ/NativeSceneRenderManager" NativeSceneRenderManager Class NativeSceneRenderManager Hierarchy NativeSceneRenderManager Implements ISceneRenderManager Index Constructors constructor Properties _customCullList _customUpdateList Accessors list Methods addMotionObject addRenderObje...
来源: Laya3.0_api 发布时间: 20231115
...边获取不了了。。。 以前通过对象获取类名方法: obj.__class__和obj["__class__"]. 2017-10-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 lvfy 赞同来自: 已经解决: obj["__proto__"].c...
来源: Laya_社区 发布时间: 20171019
... Externals Only exported Menu Globals "laya/filters/GlowFilter" GlowFilter Class GlowFilter 发光滤镜(也可以当成阴影滤使用) Hierarchy Filter GlowFilter Implements IFilter Index Constructors constructor Methods getBlurInfo1Native getBlurInfo2Native getColorNative _filter Constructors c...
来源: Laya3.0_api 发布时间: 20231115
API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainHeightDataProperties | Methods Packagelaya.d3.terrainClasspublic class TerrainHeightDataInheritanceTerrainHeightData laya.resource.Resource TerrainHeightData 类用于描述地形高度信息。 Public Properties...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainResProperties | Methods Packagelaya.d3.terrainClasspublic class TerrainResInheritanceTerrainRes laya.resource.Resource TerrainRes 类用于描述地形信息。 Public Properties PropertyDefined By _alphaMaps ...
来源: Laya2.0_api 发布时间: 20190513
... Only exported Menu Globals "laya/d3/graphics/IndexBuffer3D" IndexBuffer3D Class IndexBuffer3D 请使用LayaGL.RenderOBJCreate.createIndexBuffer3D来创建 IndexBuffer3D 类用于创建索引缓冲。 Hierarchy IndexBuffer IndexBuffer3D NativeIndexBuffer3D Index Constructors constructor Properties _...
来源: Laya3.0_api 发布时间: 20231115