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

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

2191. 最新版本 1.7.5 beta fontClip [ 64%]

...博 QZONE 微信 a13121527420 - 哇啦哇啦哇啦! 赞同来自: public function set index(value:int):void {             _index = value;             if (_bitmap && _sources) {                 this.graphics.clear();                 var splitArr:Arr...

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

2192. 事件绑定不触发bug [ 64%]

...ar WebGL   = Laya.WebGL;         var sp;                  function callback(event) {             console.log(" callback test");         }                  function laya_test()         {             // 不支持WebGL时自动切换至Canvas     ...

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

2193. 使用laya官方示例代码制作微信小游戏无法显示 [ 64%]

..., Handler.create(null, beginLoad), Laya.ResourceVersion.FILENAME_VERSION); function beginLoad(){ Laya.loader.load("res/atlas/comp.atlas", Handler.create(null, onLoaded)); } function onLoaded(): void { //实例UI界面 new laya.UI_Label(); }   上图为在layaIDE中的显示效果。   不知道具...

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

2194. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 64%]

...ew=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; var REG: Function = Laya.ClassUtils.regClass; export module ui.test { export class TestSceneUI extends Laya.Scene {         public scoreLbl:Laya.Label;         public tipLbll:Laya.Label; constructor(){ super()} createC...

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

2195. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 64%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

来源: Laya3.0_api 发布时间: 20231115

2196. 多摄像机窗口的使用(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 64%]

.../threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(null, function(sp){ //将模型加到场景上 var layaMonkey = scene.addChild(sp); })) ``` 编译运行上述代码,运行效果如图6。开发者们同时也可以测试,在单摄像机下时,DrawCall与三角面数会少...

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

2197. BlinnPhong材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 64%]

... Texture2D.load("res/threeDimen/texture/earth.png", Handler.create(this, function(texture:Texture2D):void { //设置材质纹理 material.albedoTexture = texture; })); //material.albedoTexture earth2.meshRenderer.material = material; ``` ![](img/4.png)(图4) ##### 法线贴图 **Normal maps(法线...

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

2198. 点击区域问题 [ 64%]

...gle(-50,-100,100,100); sp.on(laya.events.Event.CLICK,this,this.spHandler); function spHandler() {     sp.graphics.clear();     var rc:number = Math.floor(Math.random()*0xffffff);     sp.graphics.drawRect(-50,-100,100,100,"#"+rc); } 这样多包几层,点击区域就会怪怪的,绘...

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

2199. 1.7.9LayaIDE 发布出现Cannot find module 'colors'错误 [ 64%]

...错误   module.js:472 throw err; ^ Error: Cannot find module 'colors' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/private/var/folders/g5/h...

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

2200. 多摄像机窗口的使用(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 64%]

.../threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(null, function(sp) { //将模型加到场景上 var layaMonkey = scene.addChild(sp); })) ``` 编译运行上述代码,运行效果如图6。开发者们同时也可以测试,在单摄像机下时,DrawCall与三角面数会少...

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