大约有 846 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0090 秒)
Laya_社区(499) Laya3.0_api(111) Laya3.0_文档(71) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(30) 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; priva...
来源: Laya_示例 发布时间: 20260106
... 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
...de项目 5. 把第2步生成的layadccout下cache目录拷贝至xcode下的resource目录 6. 把第1步发布的所有文件上传至“http://xxx.xxx.com/”目录下 7. 把第3步生成的update目录上传至“http://xxx.xxx.com/”目录下 8. 在xcode下编译生成并运行游戏,可以正...
来源: Laya_社区 发布时间: 20190430
....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_示例 发布时间: 20260106
...预制体,例如MyWidget.widget。建议将此类预制体放置到editorResources目录或其子目录。 editorResources目录是一个LayaAirIDE里约定名称的特殊目录,它和resources的特性类似,也就是无论它放在多深的子目录下,资源的路径都可以从editorReso...
来源: Laya3.0_文档 发布时间: 20251010
...; 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_示例 发布时间: 20260106
...--------------------------------------- 下面是我修改2.1.0的源码resources\app\out\vs\layaEditor\h5\layabuilder.max.js 修改下面五个地方,即可解决上面的问题: 1,替换两个函数: CodeManager.createTsSamePackageCode=function(packages,packageDic,preCode){ var tP...
来源: Laya_社区 发布时间: 20190531
...s() export class UI_ComboBox extends Laya.Script { private skin: string = "resources/res/ui/combobox.png";//资源来自“引擎API使用示例” pageWidth: number; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onA...
来源: Laya3.0_文档 发布时间: 20251010
... ] } 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
...\AppData\Roaming\LayaAirTool 还有这一条可能性,你可以按照\resources\app\extensions\git找到相应的git文件夹,删了 2018-06-28 0 0 分享 微博 QZONE 微信 如鹿切慕溪水 赞同来自: 没了?大家都可以来此补充啊 2018-09-07 0 0 分享 微博 QZONE 微信 虎...
来源: Laya_社区 发布时间: 20180308