大约有 756 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0055 秒)
Laya_社区(438) Laya3.0_api(111) Laya3.0_文档(48) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(24) Laya2.0_示例(9)
....Stage; import laya.events.Event; import laya.maths.Rectangle; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Interaction_Drag { private const ApePath:String = "../../res/apes/monkey2.png"; private var ape:Sprite; private var...
来源: Laya2.0_示例 发布时间: 20241119
...de项目 5. 把第2步生成的layadccout下cache目录拷贝至xcode下的resource目录 6. 把第1步发布的所有文件上传至“http://xxx.xxx.com/”目录下 7. 把第3步生成的update目录上传至“http://xxx.xxx.com/”目录下 8. 在xcode下编译生成并运行游戏,可以正...
来源: Laya_社区 发布时间: 20190430
...s() export class UI_ComboBox extends Laya.Script { private skin: string = "resources/res/ui/combobox.png";//资源来自“引擎API使用示例” pageWidth: number; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onA...
来源: Laya3.0_文档 发布时间: 20241014
... class PBRStandardMaterialInheritancePBRStandardMaterial BaseMaterial laya.resource.Resource PBRStandardMaterial 类用于实现PBR(Standard)材质。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By albedoColor : Vector4 获取漫反射颜...
来源: Laya2.0_api 发布时间: 20190513
...ld(sp1); sp1.pos(200, 190); // 加载并显示一个图片1 sp1.loadImage("resources/layabox.png", null); //需要在resources文件夹下放入layabox.png图片 let sp2 = new Laya.Sprite(); Laya.stage.addChild(sp2); // 加载并显示一个图片2 sp2.loadImage("atlas/comp/image.png", null); // 设...
来源: Laya3.0_文档 发布时间: 20241014
...; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handler; import laya.utils.Stat; import laya.webgl.WebGLContext; import common.Cam...
来源: Laya_示例 发布时间: 20241119
...--------------------------------------- 下面是我修改2.1.0的源码resources\app\out\vs\layaEditor\h5\layabuilder.max.js 修改下面五个地方,即可解决上面的问题: 1,替换两个函数: CodeManager.createTsSamePackageCode=function(packages,packageDic,preCode){ var tP...
来源: Laya_社区 发布时间: 20190531
... ] } flashdevelop运行输出: Running process: D:\Laya3DTest\LayaAir\resources\app\out\vs\layaEditor\laya\libs\2.0.0beta2\as\layajs.exe "D:\Laya3DTest\code\3dtest\3dtest.as3proj";out=bin/js/bundle.js;iflash=false;quickcompile=false;outlaya=true; Laya AS2JS Compiler[Ver 2018091801] start... Qui...
来源: Laya_社区 发布时间: 20181012
...锁定, 无法添加新回复 发起人 海货 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND 用 texturepacker .json+.png File file上传图片 获得的base64 怎么 显示在laya舞台上啊 发布OPPO快游戏生成rpk错误(附Demo) Laya2.8.0 File has no manifest.json LayaAir3D W...
来源: Laya_社区 发布时间: 20180715
...如下所示: ```java package { import laya.display.Sprite; import laya.resource.Texture; import laya.utils.Handler; public class Main { private var monkey1:String = "res/img/monkey1.png"; private var monkey2:String = "res/img/monkey2.png"; private var flag:Boolean = false; private var img:Sprite;...
来源: Laya2.0_文档 发布时间: 20210715