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

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

371. graphics矢量图和svg矢量图有什么区别吗 [ 65%]

...次方图集区别在哪? var 与 name 的详细区别是什么? Laya.Handler.createnew Laya.Handler有啥区别 TrailSprite3D的ALIGNMENT_TRANSFORM_Z模式和ALIGNMENT_VIEW模式有什么区别? Image和Sprite在应用上的区别 在初始化时候使用canvas 或者WebGL 两种模式对...

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

372. 材质动画的使用(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 65%]

....load("res/threeDimen/scene/materialScene/Conventional/layaScene.ls", Laya.Handler.create(this, function(scene) { Laya.stage.addChild(scene); var camera = scene.getChildByName("Main Camera"); camera.addComponent(CameraMoveScript); })); ```

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

373. Sprite的loadImage和Image的skin的区别 [ 65%]

...次方图集区别在哪? var 与 name 的详细区别是什么? Laya.Handler.createnew Laya.Handler有啥区别 view和Dialog区别 LayaAirIDE1.7.17 版本,LayaNative下面 Stat统计的sprite数量不准,误将sprite.visible=false的对像也统计进去了,网页端就没有问题 di...

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

374. ComboBox属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 65%]

...pt (function() { var Stage = Laya.Stage; var ComboBox = Laya.ComboBox; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var skin = "res/ui/combobox.png"; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH =...

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

375. 材质动画的使用(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 64%]

....load("res/threeDimen/scene/materialScene/Conventional/layaScene.ls", Laya.Handler.create(this, function(scene) { Laya.stage.addChild(scene); var camera = scene.getChildByName("Main Camera") as Laya.Camera; camera.addComponent(CameraMoveScript); })); ```

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

376. 报错,这不是个构造函数 "StartPage is not a constructor" [ 64%]

...Laya.stage.bgColor = "#ffcccc"; Laya.loader.load("res/atlas/ui.atlas",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS); })() function onLoaded(){ var StartPage = new StartPage(); Laya.stage.addChild(StartPage); var GamePage = new GamePage(); Laya.stage.addChild(GamePage); } })(); 2018-10-2...

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

377. 动画挂点(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 64%]

...ypescript Scene3D.load("LayaScene_SceneMonkey/Conventional/SceneMonkey.ls",Handler.create(this,function(res:Scene3D):void{ Laya.stage.addChild(res); //用于挂点的精灵 var box: MeshSprite3D = new MeshSprite3D(PrimitiveMesh.createBox(1,1,1)); var material: BlinnPhongMaterial = new BlinnPhongMate...

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

378. TieldMap is not counstructer [ 64%]

... this._tMap.createMap("../bin/map/orthogonal-outside.json",viewRect,Laya.Handler.create(this,this.onComplete));     附件 : --> 2020-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 157*****593 赞同来...

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

379. var 与 name 的详细区别是什么? [ 64%]

... 用二的幂次方图集和非二的幂次方图集区别在哪? Laya.Handler.createnew Laya.Handler有啥区别 微信小游戏绘制开放域内容,字体模糊是什么原因? 关于打包图集时的图片默认属性与repeat的区别 dispone和destory的区别 view和Dialog区别 atl...

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

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

...); //加载地球贴图 Texture2D.load("res/threeDimen/texture/earth.png", Handler.create(this, function(texture:Texture2D):void { //设置纹理 material.texture = texture; })); earth.meshRenderer.material = material; ``` ![](img/1.gif)(图12)

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