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

大约有 1,796 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0074 秒)

1491. Uncaught Can not find class Laya.Text [ 52%]

...erty 'cursor' of undefined错误 2.0.0编译报错Cannot find global type 'Array' 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. LayaNative2.2运行报错。:getBitmapData Cannot find the specified character in all fonts:263c Uncaught TypeError: Cannot read property '...

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

1492. 求绘制遮罩会引起黑屏的解决办法 [ 52%]

... Mac 2.0.0beta3 Chrome调试黑屏 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 问题状态 最新活动: 2018-07-25 16:02 浏览: 2161 关注: 1 人

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

1493. WebGL状态下,graphics绘制显示不正常 [ 52%]

...图片是IDE自带的,也不显示 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 问题状态 最新活动: 2018-11-16 17:20 浏览: 2964 关注: 1 人

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

1494. Touch接口缺少stageX,stageY [ 52%]

...: private onMouseDown(e: Event): void {             var touches: Array<any> = e.touches;             if (touches && touches.length == 2) {                 this.preRadian = Math.atan2(                     touches[0].stageY - touches[1].stageY,        ...

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

1495. 这样一个ui怎么做 [ 52%]

...后你自己写分页代码。每页显示四个,也就是每次给list.array赋值一个length为小于等于4的数组。

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

1496. 微信小游戏怎么加载本地的配置文件 [ 52%]

...小游戏加载会报无效的请求这种错,laya是正常的 var protoArray = new Array(); protoArray.push("res/proto/fbh5.proto"); this.ProtoBuf.load(protoArray, this.onAssetsLoaded);

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

1497. 屏幕适配-屏幕适配 [ 52%]

...aya.WebGL; export class SmartScale_T { //所有适配模式 private modes: Array = ["noscale", "exactfit", "showall", "noborder", "full", "fixedwidth", "fixedheight"]; //当前适配模式索引 private index: number = 0; //全局文本信息 private txt: Text; constructor() { // 不支持WebGL时...

来源: Laya_示例 发布时间: 20251219

1498. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 52%]

...质。 ShurikenParticleMaterial  onAsynLoaded(url:String, data:*, params:Array):void[override] private ShurikenParticleMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefine...

来源: laya_api 发布时间: 20170929

1499. 动画-新版骨骼动画 [ 52%]

...mator: Laya.Animator; private curStateIndex: number = 0; private clipName: Array = ["walk", "attack", "left_fall", "right_fall", "back_fall"]; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var ...

来源: Laya_示例 发布时间: 20251219

1500. Uncaught Can not find class srcipt/game/Game_App.ts [ 52%]

...t unknown animationClip version. 2.0.0编译报错Cannot find global type 'Array' Warning!,this class[MiniAdpter] already exist: Object {init: } 问题状态 最新活动: 2020-02-07 19:37 浏览: 3326 关注: 2 人

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