大约有 478 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0060 秒)
Laya_社区(254) Laya_示例(61) Laya3.0_api(38) Laya2.0_文档(33) Laya2.0_api(28) Laya2.0_示例(25) laya_api(21) Laya3.0_文档(18)
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya2.0_示例 发布时间: 20260303
请问一下,怎么将下面这段AS3代码翻译成LayaAir的API 我想把一个以前AS3写的翻页效果移植过来。我发现LayaAir没有BitmapData的draw方法 var sprite_:Sprite = new Sprite(); var bitmap_:BitmapData = new BitmapData(_loader.width, _loader.height); bitmap_.draw(_loader,...
来源: Laya_社区 发布时间: 20170414
LayaBox现在支持骨骼动画的具体骨骼旋转等操作么。findBone()获取的不是具体骨个么?用了后没有生效 var bone:Laya.Bone = this.mTemplete.mRootBone.findBone("头"); let angle:number = Math.atan2(Laya.stage.mouseY - (this.y - bone.transform.y), Laya.stage.mouseX - (this...
来源: Laya_社区 发布时间: 20180607
[LayaAirIDE3]2d相机打包后问题 图二为ide,图二为打包为安卓app,我使用了2d相机,并且也设置了limit的四个方向的范围,我在ide上运行,角色可以走到边界并且不露出limit范围以外的区域,但是打包成app安装到手机上,就会如 图一...
来源: Laya_社区 发布时间: 20251125
同步龙骨插槽动画方案 Laya Ver2.1.1 export class MSketon { private mFactory: Laya.Templet; public mArmature: Laya.Skeleton private _handler: Laya.Handler; constructor(url: string, handler: Laya.Handler, aniMode: number = 0) { ...
来源: Laya_社区 发布时间: 20200618
...找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 仅凭截图看不出来。。。至少要上传demo 2019-05-16 0 1 分享 微博 QZONE 微信 133*****579 赞同来自: package { import laya.display.Graphics; import laya.display.Sprite; import laya....
来源: Laya_社区 发布时间: 20190515
...载墙面 this.loadwall(); this.loopShoot(); } public loopShoot(): void{ Laya.timer.loop(1000, this, this.shootBall); } public shootBall(): void{ //生成空中降落的球 //var random: number = Math.random()*24-7; let ball: Laya.MeshSprite3D = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphe...
来源: Laya_社区 发布时间: 20190506
...就是放一张底图,上面叠一张特效帧 package { import laya.webgl.WebGL; import laya.utils.Handler; import laya.display.Sprite; import laya.ui.Image; public class LayaSample { public function LayaSample() { ...
来源: Laya_社区 发布时间: 20190110
...x | Frames No Frames Matrix3x3Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Matrix3x3InheritanceMatrix3x3 ObjectImplements laya.d3.core.IClone Matrix3x3 类用于创建3x3矩阵。 Public Properties PropertyDefined By elements : Float32Array矩阵元素数组Matrix3x...
来源: laya_api 发布时间: 20170929
...x | Frames No Frames Matrix3x3Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Matrix3x3InheritanceMatrix3x3 ObjectImplements laya.d3.core.IClone Matrix3x3 类用于创建3x3矩阵。 Public Properties PropertyDefined By elements : Float32Array矩阵元素数组Matrix3x...
来源: Laya2.0_api 发布时间: 20190513