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

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

261. laya.display.cmd.DrawTexturesCmd [ 87%]

...cumentationAll Packages | All Classes | Index | Frames No Frames DrawTexturesCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawTexturesCmdInheritanceDrawTexturesCmd Object 根据坐标集合绘制多个贴图 Public Properties PropertyDefined By  pos : Arra...

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

262. laya.particle.ParticleTemplateBase [ 87%]

...置数据 ParticleTemplateBaseProtected Properties PropertyDefined By  texture : Texture 粒子贴图 ParticleTemplateBasePublic Methods  MethodDefined By  ParticleTemplateBase() 创建一个新的 ParticleTemplateBase 类实例。 ParticleTemplateBase  addParticleArray(position:Float32Array...

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

263. laya.ani.bone.Templet [ 87%]

...Templet  srcBoneMatrixArr : Array 存放原始骨骼信息 Templet  subTextureDic : Object 存放纹理数据 Templet  TEMPLET_DICTIONARY : Object[static] Templet  tfArr : Array transform数据 Templet  yReverseMatrix : Matrix 反转矩阵,有些骨骼动画要反转才能显示 TempletP...

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

264. laya.display.cmd.DrawTextureCmd_API3.0 [ 87%]

...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

265. laya.resource.AtlasResource_API3.0 [ 87%]

...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

266. webgl模式下,Texture绘制出现内存泄漏【有demo】 [ 87%]

webgl模式下,Texture绘制出现内存泄漏【有demo】 大家好: 我们使用Layabox制作了一款3D微信小游戏,在绘制排行榜的出现了内存泄漏。   为此,我写了一个仅有排行榜功能的demo。 运行demo后反复打开关闭排行榜,可以看到“内存...

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

267. 寻路系统(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 87%]

... { .......//前面摄影机,猴子精灵相关操作忽略 var heightMap:Texture2D = Loader.getRes("res/threeDimen/scene/TerrainScene/Assets/HeightMap.png") as Texture2D; //初始化MeshTerrainSprite3D terrainSprite = MeshTerrainSprite3D.createFromMeshAndHeightMap(meshSprite3D.meshFilter.sharedMes...

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

268. Unity3d导出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format [ 86%]

... 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format unity版本:2018.4.7f1 插件当日Laya2.4版本插件 步骤,导入插件-->将prefab拖入场景-->手动修改shader为BlinnPhong此时LayaBlinnPhongGUI.cs会报空引用错误-->设置导出...

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

269. 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

270. drawTexture时,Matrix对象,a=-1,无法实现水平翻转 [ 86%]

drawTexture时,Matrix对象,a=-1,无法实现水平翻转 g.drawTexture(texture,100, 100, texture.width, texture.height, new laya.maths.Matrix(-1)); 为何无法实现水平翻转? 绘制的图片直接看不见了,如果不设置matrix.a = -1就不会出现。 2017-02-21 添加评论 免...

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