大约有 208 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)
Laya_社区(65) Laya3.0_api(60) Laya_示例(29) laya_api(14) Laya2.0_文档(11) Laya3.0_文档(10) Laya2.0_api(10) Laya2.0_示例(9)
...public class ParticleMaterialInheritanceParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明...
来源: laya_api 发布时间: 20170603
...rikenParticleMaterialInheritanceShurikenParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明...
来源: laya_api 发布时间: 20170929
...会自动复制到发布目录。 代码里引用的资源,必须放到resources目录里,才会被复制到发布目录里。 1.2 项目源码目录src src里源码目录,如图1-3所示。 (图1-3) 源码目录比较容易理解,通常在安装了代码编辑器后,可以双击源码来...
来源: Laya3.0_文档 发布时间: 20241014
...public class StandardMaterialInheritanceStandardMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By albedo : Vector4 设置反射率。 StandardMaterial alphaTest : Boolean 获取是否透明裁...
来源: laya_api 发布时间: 20170929
...d3.core.materialClasspublic class BaseMaterialInheritanceBaseMaterial laya.resource.ResourceImplements laya.d3.core.ICloneSubclasses ExtendTerrainMaterial, GlitterMaterial, PBRMaterial, ShurikenParticleMaterial, StandardMaterial, TerrainMaterial, WaterDetailMaterial, WaterMaterial BaseMaterial 类...
来源: laya_api 发布时间: 20170929
...成的资源。 批量预加载的示例代码如下: ```typescript var resource:Array = [ "xx.ls", "xx/xx.lh", "xx/xx.lmat", "xx/xx.png", "xx/xx.lm", "xx/xx.ltc", "xx/xx.lani", ]; //批量预加载 Laya.loader.create(resource, Laya.Handler.create(this, this.onLoaded)); onLoaded(): void { //加载...
来源: Laya2.0_文档 发布时间: 20210714
...erialClasspublic class PBRMaterialInheritancePBRMaterial BaseMaterial laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测...
来源: laya_api 发布时间: 20170929
...ge.html:1 j.onmessage @ gamePage.html:1 2code.js:57322 HHHH false VM1768:1 Resources already exist,is repeated loading: https://piggy.q1.comres/sound/BGM.mp3 console.warn @ VM1768:1 Loader.cacheRes @ code.js:12995 SoundManager.playSound @ code.js:4963 SoundManager.playMusic @ code.js:4988 GameEx.onL...
来源: Laya_社区 发布时间: 20180531