大约有 240 项符合查询结果, 库内数据总量为 30,949 项。 (搜索耗时: 0.0046 秒)
... static physicsDebug:boolean=false; static exportSceneToJson:boolean=true; constructor(){} static init(){ var reg: Function = Laya.ClassUtils.regClass; reg("script/GameUI.ts",GameUI); reg("script/GameControl.ts",GameControl); reg("script/Bullet.ts",Bullet); reg("script/DropBox.ts",DropBox); } } Game...
来源: Laya_社区 发布时间: 20181001
...stanceBatchRender StatiVertexMergeBatchRender Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bounds boundsChange castShadow checkLOD destroyed distanceForSort enabled hideFlags id lightmapIn...
来源: Laya3.0_api 发布时间: 20231115
... public static shader: coolDownShader = new coolDownShader(); constructor() { var vs: string = " \ attribute vec2 position; \ attribute vec2 texcoord; \ attribute vec4 color; \ uniform vec2 size; \ ...
来源: Laya_社区 发布时间: 20170606
...染器。 Hierarchy BaseRender TrailRenderer Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors alignment awaked bounds boundsChange castShadow colorGradient destroyed distanceForSort enabled hideFlags...
来源: Laya3.0_api 发布时间: 20231115
...器。 Hierarchy BaseRender PixelLineRenderer Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bounds boundsChange castShadow destroyed distanceForSort enabled hideFlags id lightmapIndex light...
来源: 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/Conventional/terrain.ls",Laya.Handler.cre...
来源: Laya_社区 发布时间: 20190426
...caught Can not find class 错误 发布微信小游戏运行错误,Class constructor xx cannot be invoked without 'new' 问题状态 最新活动: 2018-07-28 10:22 浏览: 946 关注: 3 人
来源: Laya_社区 发布时间: 20180706
...行的时候 let html:HTMLDivElement = new HTMLDivElement(); 会报Illegal constructor daohu • 2017-05-05 20:34 @cuixueying @Laya_XS 设置字体类型怎么写,这个字体类型的名字是怎么来的,系统里的名字?我想使用嵌入 @font-face { font-family: word; src: url('media/fo...
来源: Laya_社区 发布时间: 20161027
...ite_DrawShapes { private sp: Sprite; constructor() { //初始化舞台 Laya.init(500, 300); this.drawSomething(); } private drawSomething...
来源: Laya2.0_文档 发布时间: 20210715
...? 怎样解决? new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor Box自动宽度计算错误 Uncaught TypeError: Cannot read property 'props' of undefined 问题状态 最新活动: 2019-05-22 12:03 浏览: 706 关注: 1 人
来源: Laya_社区 发布时间: 20190522