大约有 2,258 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0075 秒)
Laya_社区(1808) Laya3.0_api(129) laya_api(84) Laya2.0_api(82) Laya2.0_文档(76) Laya_示例(36) Laya3.0_文档(28) Laya2.0_示例(15)
...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
...置数据 ParticleTemplateBaseProtected Properties PropertyDefined By texture : Texture 粒子贴图 ParticleTemplateBasePublic Methods MethodDefined By ParticleTemplateBase() 创建一个新的 ParticleTemplateBase 类实例。 ParticleTemplateBase addParticleArray(position:Float32Array...
来源: Laya2.0_api 发布时间: 20190513
...Templet srcBoneMatrixArr : Array 存放原始骨骼信息 Templet subTextureDic : Object 存放纹理数据 Templet TEMPLET_DICTIONARY : Object[static] Templet tfArr : Array transform数据 Templet yReverseMatrix : Matrix 反转矩阵,有些骨骼动画要反转才能显示 TempletP...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
webgl模式下,Texture绘制出现内存泄漏【有demo】 大家好: 我们使用Layabox制作了一款3D微信小游戏,在绘制排行榜的出现了内存泄漏。 为此,我写了一个仅有排行榜功能的demo。 运行demo后反复打开关闭排行榜,可以看到“内存...
来源: Laya_社区 发布时间: 20180813
... { .......//前面摄影机,猴子精灵相关操作忽略 var heightMap:Texture2D = Loader.getRes("res/threeDimen/scene/TerrainScene/Assets/HeightMap.png") as Texture2D; //初始化MeshTerrainSprite3D terrainSprite = MeshTerrainSprite3D.createFromMeshAndHeightMap(meshSprite3D.meshFilter.sharedMes...
来源: Laya2.0_文档 发布时间: 20210714
... 报错: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
...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
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