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

大约有 240 项符合查询结果, 库内数据总量为 30,949 项。 (搜索耗时: 0.0046 秒)

61. LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 [ 70%]

... 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

62. laya.d3.component.volume.batchvolume.BatchRender_API3.0 [ 70%]

...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

63. 分享一个Shader版的CoolDown实现 [ 70%]

... public static shader: coolDownShader = new coolDownShader();         constructor() {             var vs: string = " \             attribute vec2 position; \             attribute vec2 texcoord; \             attribute vec4 color; \             uniform vec2 size; \ ...

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

64. laya.d3.core.trail.TrailRenderer_API3.0 [ 70%]

...染器。 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

65. laya.d3.core.pixelline.PixelLineRenderer_API3.0 [ 70%]

...器。 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

66. 3Ddemo加载Unity导出场景报错resou._removeReference is not a function [ 70%]

...弹脚本。 */ 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

67. must set document class! [ 70%]

...caught Can not find class 错误 发布微信小游戏运行错误,Class constructor xx cannot be invoked without 'new' 问题状态 最新活动: 2018-07-28 10:22 浏览: 946 关注: 3 人

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

68. 富文本:LayaAir下 HtmlDivElement的使用汇总 [ 70%]

...行的时候 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

69. 绘制矩形与圆角矩形(TypeScript-LayaAir基础篇(TS)-矢量图) [ 69%]

...ite_DrawShapes {         private sp: Sprite;           constructor()         {             //初始化舞台             Laya.init(500, 300);             this.drawSomething();         }           private drawSomething...

来源: Laya2.0_文档 发布时间: 20210715

70. 错误类型 :cannot read property "tranisfrom" [ 69%]

...? 怎样解决? 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