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

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

1081. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 52%]

...件,在laya内测试正常加载显示,代码如下:// 程序入口 class LayaAir3D { /*3D场景*/ private scene:Laya.Scene; /*3D角色*/ private role:Laya.Sprite3D; /*3D摄像机*/ public camera:Laya.Camera; constructor() { //初始化微信小游戏 Laya.MiniAdpter.init(); //初始化引擎 ...

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

1082. Laya.Sprite loadImage 参数问题 [ 52%]

...: 与内容相关的链接 提交 1 个回复 大当家的 赞同来自: class Main { constructor() { //初始化舞台 Laya.init(1334,750,Laya.WebGL); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //原始位图 this.createImg(100,50); //红色滤镜 this.creteRedFilter(); //灰色滤镜 ...

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

1083. swf在layaairts里播放的问题,播放不了,swf在群文件star.swf [ 52%]

...oader = Laya.Loader;     import Handler = Laya.Handler;     export class Loader_MultipleType {         private ROBOT_DATA_PATH: string = "res/swf/star.swf"; private ROBOT_DATA_PATHS: string = "res/swf/star.json";         private ROBOT_TEXTURE_PATH: string = "res/swf/star.png"...

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

1084. laya.d3.physics.PhysicsCollider_API3.0 [ 52%]

...ly exported Menu Globals "laya/d3/physics/PhysicsCollider" PhysicsCollider Class PhysicsCollider PhysicsCollider 用于创建物理碰撞器。 Hierarchy PhysicsTriggerComponent PhysicsCollider Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath ...

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

1085. 打包Android单机版原生应用,屏幕黑屏,但是看日志发现逻辑正常执行了 [ 52%]

...辑正常执行了 09-10 18:47:40.537 26418-26418/com.layabox.game E/art: ClassLinker::FindClass not found:Landroid/widget/ViewStub; 09-10 18:47:40.538 26418-26418/com.layabox.game E/art: ClassLinker::FindClass not found:Landroid/webkit/ViewStub; 09-10 18:47:40.539 26418-26418/com.layabox.game E/art...

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

1086. Laya3.0正式版spine3.8的动画资源不能正常显示 [ 52%]

... Loader = Laya.Loader; import SpineTemplet = Laya.SpineTemplet; const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { private skeleton: SpineSkeleton; private index: number = -1; public pageWidth: number; public pageHeight: number; onStart() { console.log("Game sta...

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

1087. Cannot find module Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js [ 52%]

...用会报错 如何获取animation的node节点? Uncaught Can not find class Laya.Text layaair2-cmd 编译bug 关于@prop {name:Tab,type:Node} 我觉得好麻烦啊 ,请问一下有别的方法吗 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. 2.0.0编译报错Can...

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

1088. layaFlash 无法使用 Loader 加载外部SWF和图片 [ 52%]

... flash.system.ApplicationDomain; import flash.system.LoaderContext; public class SwfBinary extends Sprite { public function SwfBinary() { super(); if(stage) { init(); } else { this.addEventListener(Event.ADDED_TO_STAGE,init); } } private function init(e:Event=null):void { var loader:Loader=new Loade...

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

1089. 官方提供的关系链代码执行报错,是不是wx的sharedCanvas不是Laya的canvas导致的问题 [ 52%]

...码 /** *<code>Texture</code> 是一个纹理处理。 */ //class laya.resource.Texture extends laya.events.EventDispatcher var Texture=(function(_super){ function Texture(bitmap,uv){ /**图片或者canvas 。*/ //this.bitmap=null; /**UV信息。*/ //this.uv=null; /**沿 X 轴偏移...

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

1090. 同步龙骨插槽动画方案 [ 52%]

同步龙骨插槽动画方案 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