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

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

111. laya.resource.RenderTextureCube_API3.0 [ 53%]

...ture generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount multiSamples obsolute referenceCount samples width wrapModeU wrapModeV wrapModeW bindCanvasRender cpuMemory currentActive gpuMemory Methods _addReference _clearReference _end _removeReference _setCPUMemory _setCreateURL...

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

112. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 53%]

...ture generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount multiSamples obsolute referenceCount samples width wrapModeU wrapModeV wrapModeW bindCanvasRender cpuMemory currentActive gpuMemory Methods _addReference _clearReference _createRenderTarget _removeReference _setCPUMemor...

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

113. laya.d3.resource.models.MorphTargetData_API3.0 [ 53%]

...hy MorphTargetData Index Constructors constructor Properties bounds elementCount vertexCount vertexDec Accessors channelCount Methods addMorphChannel clone destroy getMorphChannel getMorphChannelbyIndex initData Constructors constructor new MorphTargetData(): MorphTargetData Defined in laya/d3/resou...

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

114. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 53%]

...ture generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount multiSamples obsolute referenceCount samples width wrapModeU wrapModeV wrapModeW bindCanvasRender cpuMemory currentActive gpuMemory Methods _addReference _clearReference _createRenderTarget _end _getSource _removeRefere...

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

115. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 53%]

... startSpeedType threeDStartRotation threeDStartSize Accessors aliveParticleCount bufferState colorOverLifetime customBounds destroyed drawType emission emissionTime indexFormat instanceCount isAlive isEmitting isPaused isPlaying maxParticles mode rotationOverLifetime shape sizeOverLifetime startLife...

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

116. as3数组push进去对象,为什么对象的属性没了 [ 53%]

....rewardID = GameInstance.StandardList[rollNumbers[i]-1].id; rewardVo.rewardCount = GameInstance.StandardList[rollNumbers[i]-1].count; trace(rewardVo); this.showArr.push(rewardVo); trace(showArr) 这咋回事呀 附件 : --> 2017-12-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

117. laya.components.AnimationClip2D_API3.0 [ 52%]

...rl uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addEvent destroy duration event hasListener hermiteCurveSplineWeight isCreateFromURL off offAll offAll...

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

118. Uncaught unknown animationClip version. [ 52%]

...operty 'props' of undefined Uncaught TypeError: Cannot read property 'indexCount' Uncaught TypeError: Cannot read property 'LayaMotionState' of undefined 这个怎么办 laya.core.js:16463 Uncaught TypeError: Cannot read property '_tf' of null 同一个Graphics里面绘制超过20000个矢量rect的...

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

119. laya.d3.core.material.ExtendTerrainMaterial [ 52%]

...dDefined By  ExtendTerrainMaterial()ExtendTerrainMaterial _addReference(count:int = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* ...

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

120. list中加的button不能接收点击事件 求一个list中加button的demo [ 51%]

...          var itemList = new BagItem(items.icon,items.name,items.count);             itemList.pos(70,posY);             data.push(itemList);             posY = posY + 200;         }         let list = new Laya.List;         list.width = ...

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