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

大约有 2,565 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0076 秒)

381. laya.d3.core.scene.Scene [ 62%]

...e.sceneClasspublic class SceneInheritanceScene Sprite Node EventDispatcher ObjectImplements ISubmit, laya.resource.ICreateResource BaseScene 类用于实现场景。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值...

来源: laya_api 发布时间: 20170929

382. MovieClip 的 bug [ 62%]

...find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"file not find"); return; } //保护修改-----end------------------ this.basePath =_atlasPath?Loader.getAtlas(_atlasPath).dir:_url.split(".swf")[0] + "...

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

383. laya.d3.physics.PhysicsComponent [ 62%]

...icsClasspublic class PhysicsComponentInheritancePhysicsComponent Component ObjectSubclasses CharacterController, PhysicsTriggerComponent PhysicsComponent 类用于创建物理组件的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By ...

来源: Laya2.0_api 发布时间: 20190513

384. laya.display.Node [ 62%]

... Packagelaya.displayClasspublic class NodeInheritanceNode EventDispatcher ObjectSubclasses ComponentNode, Sprite Node 类是可放在显示列表中的所有对象的基类。该显示列表管理 Laya 运行时中显示的所有对象。使用 Node 类排列显示列表中的显示对象。Node ...

来源: laya_api 发布时间: 20170929

385. laya.d3.core.MeshTerrainSprite3D [ 62%]

...eshSprite3D RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object TerrainMeshSprite3D 类用于创建网格。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHiera...

来源: laya_api 发布时间: 20170929

386. 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined [ 62%]

...on.MiniAdpter.init (http://127.0.0.1:37684/game/code.js:21174:16)     at Object.init (http://127.0.0.1:37684/game/code.js:106755:29)     at Object.init (http://127.0.0.1:37684/game/code.js:131022:24)     at http://127.0.0.1:37684/game/code.js:131545:21     at require (http://127.0.0.1:37684/...

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

387. Laya怎么使用雪碧图(spritesheet)? [ 62%]

...ng = a; var u:String = s.substr(0, s.length - 4);//去掉.swf后缀 var o1:Object = { url:u + "/sheet.js?v=" + config.version, type:ResLoader.TXT, size:1}; var o2:Object = { url:u + "/sheet.png?v=" + config.version, type:ResLoader.BMD, size:1}; b.push(o1); b.push(o2); } App.loader.loadAssets(b, new ...

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

388. laya的ide如何import js并调用里面的类和方法?VS Code正常。 [ 62%]

...hed anonymous define() module: function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const t = require("./test/TestExportClass"); // 程序入口 class GameMain { constructor() { // Laya.init(600,400); console.log("start"); var exportCls = new t.T...

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

389. Byte二进制读写(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 62%]

...](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/DataView)视图提供了一个与平台中字节在内存中的排列顺序(字节序)无关的从[`ArrayBuffer`](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)读写多...

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

390. laya.d3.core.light.DirectionLight [ 62%]

...onLightInheritanceDirectionLight LightSprite Sprite3D Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy :...

来源: Laya2.0_api 发布时间: 20190513