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

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

1741. flashbuilder运行快捷键是什么? [ 56%]

...据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" 问题状态 最新活动: 2018-01-10 15:56 浏览: 664 关注: 2 人 newlearn • 2018-01-10 16:06 Ctrl + F11或者F11 是做as3开发的 就是试过不行才来问的 设置浏览器为chrome的话 就是打开flas...

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

1742. laya.d3.math.native.ConchQuaternion_API3.0 [ 56%]

...xported Menu Globals "laya/d3/math/Native/ConchQuaternion" ConchQuaternion Class ConchQuaternion Quaternion 类用于创建四元数。 Hierarchy ConchQuaternion Implements IClone Index Constructors constructor Properties elements DEFAULT NAN Accessors w x y z Methods clone cloneTo equals fromArray ...

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

1743. 2.2.0beta3版本的UI库中,WXOpenDataViewer没有注册 [ 56%]

...本的UI库中,WXOpenDataViewer没有注册 在laya.ui.js中,需要在class WXOpenDataViewer类定义后加上代码:     Laya.ILaya.regClass(WXOpenDataViewer);     Laya.ClassUtils.regClass("laya.ui.WXOpenDataViewer", WXOpenDataViewer);     Laya.ClassUtils.regClass("Laya.WXOpenData...

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

1744. 加载UI不成功,项目源码已经上传 [ 56%]

...17-11-13 16:39 我截图的这个是源码 wudi199553 • 2017-11-13 19:48 class TestUI extends ui.test.TestPageUI { constructor() { super(); } } Laya.init(600, 400); Laya.stage.bgColor = "#FFFFF00"; this.onLoaded(); function onLoaded(): void { var testUI: TestUI = new TestUI(); Laya.stage...

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

1745. 富文本使用图集 [ 56%]

...,使用ani的标签,但是我用了后会提示我 [error] Undefined class: ani 这是我哪里用的不对吗?   Laya.loader.load("res/1.json", Handler.create(this, createAnimation), null, Loader.ATLAS);  public function createAnimation():void         {             var appen...

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

1746. 怎么暂停2d粒子的播放? [ 56%]

... qian 赞同来自: http://layaair.ldc.layabox.com/api/?category=Core&class=laya.particle.Particle2D stop不可以么 2018-03-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 vvv123 相关问题 unity导出粒子文件问题 使用...

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

1747. 获取Sprite位置问题 [ 56%]

获取Sprite位置问题 class Plant extends Laya.Sprite { public body :Laya.Animation; constructor(){ super(); this.body = new Laya.Animation(); Laya.Animation.createFrames(["res/war/hero_fly1.png","res/war/hero_fly2.png"],"fly"); this.addChild(this.body); this.body.play(0,true,"fly"); //获取动...

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

1748. 骨骼动画-Spine事件 [ 56%]

... = Laya.Stat; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class Skeleton_SpineEvent { private mAniPath:string; private mStartX:number = 400; private mStartY:number = 500; private mFactory:Templet; private mActionIndex:number = 0; private mCurrIndex:number = 0; private mArmature:Skel...

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

1749. 加载UI为什么总是加载白底 [ 56%]

...var start = (function(_super){ function start(){ start.super(this); } Laya.class(start,"start",_super); //var _proto = Game.prototype; return start; })(ui.startUI) 2018-12-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

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

1750. 怎么实现同一个工程内分包? [ 56%]

....StageScaleMode; import flash.events.Event; import login.LoginView; public class Main extends Sprite { public function Main():void { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function init(e:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); t...

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