大约有 148 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya3.0_api(59) Laya_社区(43) laya_api(11) Laya2.0_文档(11) Laya3.0_文档(8) Laya2.0_api(7) Laya_示例(6) Laya2.0_示例(3)
...oad loadedmetadata off offAll offAllCaller on once pause play destroyUnusedResources Constructors constructor new VideoTexture(): VideoTexture Overrides BaseTexture.constructor Defined in laya/media/VideoTexture.ts:33 创建VideoTexture对象, Returns VideoTexture Properties _id _id: number = 0 In...
来源: Laya3.0_api 发布时间: 20231115
...dex setVector3 setVector3ByIndex setVector4 setVector4ByIndex destroyUnusedResources load Constructors constructor new PBRMaterial(): PBRMaterial Overrides Material.constructor Defined in laya/d3/core/material/PBRMaterial.ts:638 Returns PBRMaterial Properties _id _id: number = 0 Inherited from Resou...
来源: Laya3.0_api 发布时间: 20231115
...NE; Laya.Stat.show(); this.path = new Array(); //预加载所有资源 var resource = [ { url: "../../res/threeDimen/scene/TerrainScene/XunLongShi.ls", clas: Laya.Scene, priority: 1 }, { url: "../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", clas: Laya.Sprite3D, priority: 1 }, { url: "../.....
来源: Laya_示例 发布时间: 20241118
...dex setVector3 setVector3ByIndex setVector4 setVector4ByIndex destroyUnusedResources load Constructors constructor new PBRStandardMaterial(): PBRStandardMaterial Overrides PBRMaterial.constructor Defined in laya/d3/core/material/PBRStandardMaterial.ts:90 创建一个 PBRStandardMaterial 实例。 Re...
来源: Laya3.0_api 发布时间: 20231115
...erial" Material Class Material Material 类用于创建材质。 Hierarchy Resource Material PixelLineMaterial UnlitMaterial BlinnPhongMaterial PBRMaterial SkyBoxMaterial SkyProceduralMaterial ShurikenParticleMaterial TrailMaterial SkyPanoramicMaterial EffectMaterial ExtendTerrainMaterial WaterPrima...
来源: Laya3.0_api 发布时间: 20231115
Resources Already Exits导致图片无法正常显示 如图,我确定代码里没有任何加载该资源的部分, 上方搜索 结果一个是Image节点下的, 另一个是Loadlist里面的, 我不知道这样为什么会报这种警告,我怀疑就是这个警告导致该Image无法...
来源: Laya_社区 发布时间: 20200320
...lay.Sprite; import laya.events.Event; import laya.maths.Point; import laya.resource.HTMLCanvas; import laya.resource.Texture; import laya.utils.Handler; import laya.utils.Stat; import laya.webgl.WebGL; public class Main { private var _tex:Texture; private var _htmlCanvas:HTMLCanvas; private var _col...
来源: Laya_社区 发布时间: 20180302
...截2D图,3D模型场景截的坐标角度都有问题 let canvas: laya.resource.HTMLCanvas = Laya.stage.drawToCanvas(600, 1000, 0, 0); let tex: laya.resource.Texture = canvas.getTexture(); let sp: Laya.Sprite = new Laya.Sprite(); sp.texture = tex; Laya.stage.addChild(sp); 附件 : --> 2019-10-12 ...
来源: Laya_社区 发布时间: 20191012
...new laya.Loader_SingleType();package { import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Loader_SingleType { public function Loader_SingleType() { Laya.init(550, 400); // 加载一张png类型资源 Laya.loader.load("../../../../res/apes/monkey0.png", Hand...
来源: Laya_示例 发布时间: 20241118
...();package { import laya.events.Event; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Loader_ProgressAndErrorHandle { public function Loader_ProgressAndErrorHandle() { Laya.init(550, 400); // 无加载失败重试 Laya.loader.retryNum = 0; var urls:Arra...
来源: Laya_示例 发布时间: 20241118