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

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

111. 射线检测-选取物体 [ 92%]

... 6, 10, 10))); var planeMat = new Laya.StandardMaterial(); planeMat.diffuseTexture = Laya.Texture2D.load("../../res/threeDimen/texture/layabox.png"); planeMat.albedo = new Laya.Vector4(0.9, 0.9, 0.9, 1); plane.meshRender.material = planeMat; var boxCollider = plane.addComponent(Laya.BoxCollider); bo...

来源: Laya_示例 发布时间: 20241118

112. 麻烦问一下 二进制arraybuffer 如何转换为bitmap?或者texture [ 92%]

麻烦问一下 二进制arraybuffer 如何转换为bitmap?或者texture 就是Laya.Byte:getBuffer() 的数据如何转换为Texture 或者Bitmap? 2017-09-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_...

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

113. drawTexture 画出来的数据会有以前的数据 [ 92%]

drawTexture 画出来的数据会有以前的数据 private var iconSpr:Sprite; private var htmlCanvas:HTMLCanvas; private var texture:Texture; private var xNum:int = 0; private var yNum:int = 0; private var img:Image; public function TestView() { img = new Image("comp/lhjicon_5.png"); img.x = 640;...

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

114. 鼠标交互-拖动 [ 92%]

... Sprite(); this.ape.loadImage(ApePath); Laya.stage.addChild(this.ape); let texture = Laya.loader.getRes(ApePath); this.ape.pivot(texture.width / 2, texture.height / 2); this.ape.x = Laya.stage.width / 2; this.ape.y = Laya.stage.height / 2; this.ape.on(Event.MOUSE_DOWN, this, this.onStartDrag); } sho...

来源: Laya2.0_示例 发布时间: 20241118

115. LayaAirUnityPlugin_beta 不显示texture setting [ 92%]

LayaAirUnityPlugin_beta 不显示texture setting 按照2.0文档步骤,unity5.6.6安装LayaAirUnityPlugin_beta 后不显示texture setting 等内容。 2018-10-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ...

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

116. 如果把一张图片在内存中修改后,再重新加载为texture[ 92%]

如果把一张图片在内存中修改后,再重新加载为texture? 现在希望对一张下载的图片进行模糊,再把模糊后的对象放入texture或者image中显示, 请问下这个流程要怎么处理? 2017-07-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

117. 关于微信小游戏渲染子域图的问题 [ 92%]

关于微信小游戏渲染子域图的问题 new Texture(Browser.window.sharedCanvas); 上面这句报错: gameThirdScriptError value._addReference is not a function TypeError: value._addReference is not a function     at Texture.<anonymous> (http://127.0.0.1:10656/game/js/bundle.js:1518...

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

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

...or:Vector4` 颜色。 `renderMode:int` [write-only] 设置渲染模式。 `texture:BaseTexture` 贴图。 `tilingOffset:Vector4` 纹理平铺和偏移。 #### 创建和使用Effect材质 下面代码来自官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=...

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

119. laya.ani.bone.SkinSlotDisplayData_API3.0 [ 92%]

...nSlotDisplayData Index Properties attachmentName bones height lengths name texture transform triangles type uvs verLen vertices weights width Methods createTexture destory Properties attachmentName attachmentName: string Defined in laya/ani/bone/SkinSlotDisplayData.ts:12 附件名称 bones bones: an...

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

120. Texture.getPixels在LayaPlayer上会报错。 [ 92%]

Texture.getPixels在LayaPlayer上会报错。 Texture.getPixels在LayaPlayer上会报错。如图,info会为Null 附件 : --> 2017-09-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 加...

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