• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 826 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)

611. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 47%]

...; case 4: obj.type = "angel"; break; case 5: obj.type = "aeroboat"; break; default: alert("网络连接错误,请重新进入游戏~"); break; } obj.lel = target.lel; // 加载主体的背景 Laya.loader.load("res/island.png", Handler.create(this, function() { // 图片加载 var t = Laya.loader.g...

来源: Laya_社区 发布时间: 20170720

612. laya.d3.graphics.Vertex.VertexMesh [ 47%]

...AL,COLOR,UV,UV1,BLENDWEIGHT,BLENDINDICES,TANGENT"。  compatible:Boolean (default = true)ReturnsVertexDeclaration — 顶点声明。 Constant DetailinstanceMVPMatrixDeclarationConstantpublic static const instanceMVPMatrixDeclaration:VertexDeclarationinstanceWorldMatrixDeclarationConstant public s...

来源: Laya2.0_api 发布时间: 20190513

613. laya.device.media.HtmlVideo_API3.0 [ 47%]

...Resource._addReference Defined in laya/resource/Resource.ts:203 Parameters Default value count: number = 1 Returns void _clearReference _clearReference(): void Inherited from Resource._clearReference Defined in laya/resource/Resource.ts:220 Returns void _removeReference _removeReference(count?: numb...

来源: Laya3.0_api 发布时间: 20231102

614. LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 [ 47%]

...port DropBox from "./script/DropBox" /* * 游戏初始化配置; */ export default class GameConfig{ static width:number=640; static height:number=1136; static scaleMode:string="fixedwidth"; static screenMode:string="none"; static startScene:string="test/TestScene.scene"; static sceneRoot:string="";...

来源: Laya_社区 发布时间: 20181001

615. [LayaAir2] 在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 47%]

...a.HtmlVideo播放视频 * @ author:xs * @ data: 2024-03-05 16:20 */ export default class VideoDom { htmlvideo:Laya.HtmlVideo; constructor() { Laya.stage.on(Laya.Event.CLICK,this,this.onClick); } onClick(){ this.initVideo(); } initVideo() { this.htmlvideo = new Laya.HtmlVideo(); this.htmlvideo.setSou...

来源: Laya_社区 发布时间: 20240305

616. laya.spine.SpineTemplet_API3.0 [ 47%]

...Resource._addReference Defined in laya/resource/Resource.ts:203 Parameters Default value count: number = 1 Returns void _clearReference _clearReference(): void Inherited from Resource._clearReference Defined in laya/resource/Resource.ts:218 清除引用 Returns void _parse _parse(desc: string | Arra...

来源: Laya3.0_api 发布时间: 20231115

617. 提示资源重复加载 [ 47%]

...d_swimpool01.png"; let swimpoorpath02="Comp/yard_swimpool02.png";  export default class Yard extends Laya.Sprite { private swimpoolani:Laya.Animation;  constructor() { super(); this.swimpoolani=new Laya.Animation(); //this.init(); this.swimpoolani.loadAtlas("./res/atlas/Comp.atlas",Laya.Handler.cr...

来源: Laya_社区 发布时间: 20190805

618. laya.ani.bone.Templet_API3.0 [ 47%]

...Resource._addReference Defined in laya/resource/Resource.ts:203 Parameters Default value count: number = 1 Returns void _clearReference _clearReference(): void Inherited from Resource._clearReference Defined in laya/resource/Resource.ts:218 清除引用 Returns void _parse _parse(texture: Texture, c...

来源: Laya3.0_api 发布时间: 20231115

619. laya.device.geolocation.Geolocation_API3.0 [ 47%]

...ameters onSuccess: Handler 带有唯一Position参数的回调处理器。 Default value onError: Handler = null 可选的。带有错误信息的回调处理器。错误代码为Geolocation.PERMISSION_DENIED、Geolocation.POSITION_UNAVAILABLE和Geolocation.TIMEOUT之一。 Returns void Static watch...

来源: Laya3.0_api 发布时间: 20231115

620. 纹理压缩 · LayaAir3.0文档 · LAYABOX [ 46%]

...ox.png”图片,可以在右边的属性面板中,看到默认是使用Default选项,纹理格式选择的是“带透明通道的位图(32位)”。在没有纹理压缩前,图片在所有平台都使用此格式。 纹理压缩在PC端和手机端有所不同,如动图2-2所示,若在D...

来源: Laya3.0_文档 发布时间: 20241109