大约有 407 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...u Globals "laya/components/AnimationClip2DParser01" AnimationClip2DParse01 Class AnimationClip2DParse01 AnimationClip2DParse01 AnimationClip资源解析 Hierarchy AnimationClip2DParse01 Globals "laya/components/AnimationClip2DParser01" AnimationClip2DParse01 Legend Object literal Variable Function T...
来源: Laya3.0_api 发布时间: 20231115
...ly exported Menu Globals "laya/components/ComponentDriver" ComponentDriver Class ComponentDriver Hierarchy ComponentDriver Index Properties _toDestroys Properties Readonly _toDestroys _toDestroys: Set<Component> = new Set() Defined in laya/components/ComponentDriver.ts:10 Globals "laya/compone...
来源: Laya3.0_api 发布时间: 20231115
...,建议用脚本方式实现,比如子弹脚本。 */ export default class GameUI extends ui.test.TestSceneUI { constructor() { super(); //加载3D场景 //var scene: Laya.Scene3D = Laya.stage.addChild(new Laya.Scene3D()) as Laya.Scene3D; Laya.Scene3D.load("res/LayaScene_terrain...
来源: Laya_社区 发布时间: 20190426
...ernals Only exported Menu Globals "laya/filters/NativeFilter" NativeFilter Class NativeFilter Filter 是滤镜基类。 Hierarchy NativeFilter Implements IFilter Index Constructors constructor Methods _filter Constructors constructor new NativeFilter(): NativeFilter Defined in laya/filters/NativeFil...
来源: Laya3.0_api 发布时间: 20231115
...nherited Externals Only exported Menu Globals "laya/filters/Filter" Filter Class Filter Filter 是滤镜基类。 Hierarchy Filter BlurFilter ColorFilter GlowFilter Implements IFilter Index Constructors constructor Methods _filter Constructors constructor new Filter(): Filter Defined in laya/filters...
来源: Laya3.0_api 发布时间: 20231115
...ned错误 Cannot read property 'displayObject' of null Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 构建APP Android Studio打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function 关于graphics.drawTexture方法设置纹理报错TypeErr...
来源: Laya_社区 发布时间: 20200309
...a/d3/RenderObjs/NativeOBJ/NativeCommandUniformMap" NativeCommandUniformMap Class NativeCommandUniformMap Hierarchy CommandUniformMap NativeCommandUniformMap Index Constructors constructor Properties _stateName Methods getMap hasPtrID Constructors constructor new NativeCommandUniformMap(_nativeObj: a...
来源: Laya3.0_api 发布时间: 20231115
...ly exported Menu Globals "laya/d3/resource/models/SkyRenderer" SkyRenderer Class SkyRenderer SkyRenderer 类用于实现天空渲染器。 Hierarchy SkyRenderer Index Constructors constructor Properties SUNLIGHTDIRCOLOR SUNLIGHTDIRECTION Accessors material mesh Methods __init__ Constructors construc...
来源: Laya3.0_api 发布时间: 20231115
ts项目 模块问题 b文件写了个class ,怎么在a文件new class? export 显示未定义,require也用不了 //b文件 export default class player extends Laya.Sprite { constructor() { super(); this.pivot(this.width / 2, this.height / 2); this.graphics.drawRect(0, 0, this._size, this...
来源: Laya_社区 发布时间: 20180804
...te; this.bg.loaImage("war/beijing.png"); this.addchild(this.bg); }; Laya.class(BackGround,"BackGround",_super) return BackGround; })(Laya.sprite); BackGround.super(this);这个报错 Cannot read property 'call' of undefined 2018-01-10 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 该问...
来源: Laya_社区 发布时间: 20180110