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

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

291. laya.display.cmd.DrawTextureCmd_API3.0 [ 86%]

...d All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawTextureCmd" DrawTextureCmd Class DrawTextureCmd 绘制单个贴图 Hierarchy DrawTextureCmd Index Properties alpha blendMode color height matrix texture uv width x y ID Methods recover Properties alpha alpha: number Defined i...

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

292. laya.resource.AtlasResource_API3.0 [ 86%]

...ctors constructor Properties _id destroyedImmediately dir frames lock name textures url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event has...

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

293. 只有图集资源,没有小图资源,可以使用类似官网的json文件控制取图路径吗?还是说只能靠Texture这种方式,每次都要调用的时候创建? [ 86%]

...使用类似官网的json文件控制取图路径吗?还是说只能靠Texture这种方式,每次都要调用的时候创建? 如题,谢谢! 2017-05-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuix...

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

294. 相机texture内模型移动的问题 [ 86%]

相机texture内模型移动的问题 我是参照官方这个demo(https://layaair2.ldc2.layabox.com/demo2/?language=zh&category=3d&group=Advance&name=Scene2DPlayer3D)做的2D场景加载3D模型,但是我的地图上需要加上百个人物和怪物,demo中的方式每个3D模...

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

295. 动画能类似图片纹理切换一样切换吗? [ 86%]

...换吗? 图片纹理切换的案例代码: ape.graphics.clear(); var texture = Laya.loader.getRes(textureUrl); ape.graphics.drawTexture(texture, 0, 0);   Laya.Animation()这样的动画有类似纹理切换这样的方法吗? 2017-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

296. laya.gltf.glTFUtils_API3.0 [ 86%]

...mponentsNum getAnimationRoot getAttributeNum getBufferwithAccessorIndex getTextureConstructParams getTextureFilterMode getTextureFormat getTextureMipmap getTexturePropertyParams getTextureWrapMode getTexturewithInfo pickMeshMaterials Properties Static Extensions Extensions: {} Defined in laya/gltf/g...

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

297. 分享:截屏! [ 86%]

...Event;     import laya.resource.HTMLCanvas;     import laya.resource.Texture;     import laya.utils.Browser;     import laya.webgl.WebGL;          public class LayaAirDemo {         private var sp:Sprite ;         public function LayaAirDemo() {             //...

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

298. laya.display.cmd.FillTextureCmd [ 86%]

...cumentationAll Packages | All Classes | Index | Frames No Frames FillTextureCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class FillTextureCmdInheritanceFillTextureCmd Object 填充贴图 Public Properties PropertyDefined By  height : Number (可选)高度。...

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

299. 怎么对graphics画出来的图片进行鼠标点击拖动??? [ 86%]

...tage; import Event = Laya.Event; import Rectangle = Laya.Rectangle; import Texture = Laya.Texture; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Interaction_Drag { private ApePath: string = "../laya/monkey2.png"; private ape: Sprite; private dr...

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

300. 官方提供的关系链代码执行报错,是不是wx的sharedCanvas不是Laya的canvas导致的问题 [ 85%]

... 微信主域代码: Laya.timer.once(400,this,function():void{ var rankTexture:Texture = new Texture(Browser.window.sharedCanvas); rankTexture.bitmap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 rankSprite2.graphics.drawTexture(rankTexture,5,78,rankTexture.width,rankTexture.hei...

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