大约有 2,110 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0083 秒)
...下,点击贴图,勾选sRGB和Alpha Channel,TextureType依然为Default,点击Apply按钮,确保修改成功 4.3 设置火焰材质 (图4.3) 在Assets下创建一个材质,命名为FlameRoundYellowParticle,Shader使用Laya.Particle,基本上所有的粒子特效都使用此Shader...
来源: Laya3.0_文档 发布时间: 20251010
...下,点击贴图,勾选sRGB和Alpha Channel,TextureType依然为Default,点击Apply按钮,确保修改成功 4.3 设置火焰材质 (图4.3) 在Assets下创建一个材质,命名为FlameRoundYellowParticle,Shader使用Laya.Particle,基本上所有的粒子特效都使用此Shader...
来源: Laya3.0_文档 发布时间: 20250104
...: "TypeError: Cannot read property 'call' of undefined at Function.<anonymous> (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:130:41) at new GameScene (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/src/GameScene.js:4:19) at HomePageUI.onGa...
来源: Laya_社区 发布时间: 20180709
...actory.Destroy(a, null); box2d.ENABLE_ASSERTS && box2d.b2Assert(0 < this.m_jointCount); --this.m_jointCount; if (!b) for (a = d.GetContactList(); a;) a.other === c && a.contact.FlagForFiltering(), a = a.next } }; box2d.b2Assert=function(a,b,c){ if (box2d.DEBUG && !a) {cons...
来源: Laya_社区 发布时间: 20181213
...only] 资源管理员。 Resource sortedLoadedResourcesByName : Vector.<Resource>[static] [read-only] 本类型排序后的已载入资源。 Resource url : String 获取资源的URL地址。 ResourceProtected Properties PropertyDefined By _loaded : Boolean = false是否已加载,限...
来源: laya_api 发布时间: 20170422
... Laya.BlinnPhongMaterial(); boxMat.albedoTexture = tex; for (var i = 0; i < circleCount; i++) { radius.z = 1.0 + i * 0.15; radius.y = i * 0.03; var oneCircleCount = 100 + i * 15; for (var j = 0; j < oneCircleCount; j++) { var boxSprite = new Laya.MeshSprite3D(boxMesh); boxSprite.meshRenderer.s...
来源: Laya_社区 发布时间: 20191112
...,第一次使用会拷贝实例对象。 BaseRender materials : Vector.<BaseMaterial> 获取潜拷贝实例材质列表,第一次使用会拷贝实例对象。 BaseRender receiveShadow : Boolean 获得是否接收阴影属性 BaseRender sharedMaterial : BaseMaterial 返回第一个材质。...
来源: laya_api 发布时间: 20170603
...-08-19 16:47 1.客户端bin目录下添加socket.io.js 2.inddex.html引入<script src="socket.io.js"></script> (https://github.com/socketio/so ... r/dist) 3.在src目录下添加ts接口文件 socket.io-client.d.ts (https://github.com/DefinitelyT ... client) 4.在需要使用...
来源: Laya_社区 发布时间: 20161214
... if (this._input.length > 0 && this._input.bytesAvailable < 1) { this._input.clear(); this._addInputPosition = 0; } var pre: number = this._input.pos; !this._addInputPosition && (this._addInputPosition...
来源: Laya_社区 发布时间: 20220822
...ents ITreeNodePublic Properties PropertyDefined By _children : Vector.<OctreeNode>OctreeNode debugMode : Boolean = false[static] 是否开启四/八叉树调试模式。 OctreeNode exactBox : BoundBoxOctreeNode relaxBox : BoundBoxOctreeNodePublic Methods MethodDefined By Octr...
来源: laya_api 发布时间: 20170929