大约有 2,831 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0078 秒)
Laya_社区(1671) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(82) Laya2.0_示例(16) Laya_示例(11)
...rAll removeAniSprite showDebugInfo Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ying 赞同来自: asdf131 <!-- 物理引擎matter.js --> <script type="text/javascript" src="libs/matter.js"></script> <script type="text/javascript" src="libs/LayaRender.js"></script>//注意此处是LayaRender.js而并非matter-RenderLaya.js我们的问题,新版...
来源: Laya_社区 发布时间: 20170425
...式码该怎么做呢? <!--启动类添加到这里--> <script type="text/javascript" src="main.min.js"></script> <script type="text/javascript" src="main.js"></script> <script> var gameCanvas = document.getElementById("layaCanvas"); if ((sys.platform !== sys.DE...
来源: Laya_社区 发布时间: 20180129
...,何种的动画有限制? Unity:5.6.4,插件:1.7.0 Animation type:Generic 老式legacy 的 Animation不知道如何导出,没有看到相关文档。只看到Animator了。。 #update: 转为legacy animation可以用了...但是animator为啥不行咧??? 预览laya run ...
来源: Laya_社区 发布时间: 20171116
...anes cullSphere direction position Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...pha(opacity=0);opacity:0;width: 29%;height:11%;"; z_file.type ="file";//设置类型是file类型。 z_file.id ="z_sfz";//设置ID。 z_file.accept="image/*";//设置文件的格式为png; z_file.style.position ="absolute"; ...
来源: Laya_社区 发布时间: 20171128
...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...
来源: laya_api 发布时间: 20170929
...verflow-x:hidden;overflow-y:hidden;background-color: #000;'> <script type="text/javascript" src="bytebuffer.js"></script> <script type="text/javascript" src="protobuf.js"></script> <script type="text/javascript" src="zlib.min.js"></script> <script src='Main....
来源: Laya_社区 发布时间: 20180310
...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type : Laya.Sprite}) public spr: Laya.Sprite; onAwake(): void { this.spr.size(512, 313); //设置Sprite大小 this.spr.loadImage("atlas/comp/image.png"); //添加纹理 } } 效果如图4-2所示: (图4-2) 4.1.2 3D节点...
来源: Laya3.0_文档 发布时间: 20251010
...PARENT SHADERDEFINE_ALPHATEST load Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102