大约有 2,127 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1975) laya_api(36) Laya3.0_文档(32) Laya3.0_api(29) Laya2.0_文档(25) Laya2.0_api(20) Laya_示例(5) Laya2.0_示例(5)
... 十六 • 2019-02-27 15:12 按了的,按了bin文件夹下才生成了Start.json以及ui文件夹下的StartUI文件,就是没有报错里面提示的bin路径下的Start.scene文件。而且打开场景用的是Scene.open("场景名.json")方法而不是Scene.open("场景名&qu...
来源: Laya_社区 发布时间: 20190227
...aya_Aaron 赞同来自: 题主找到原因, 不是调速度 是调整了 Start Lifetime 以后速度就变了。。。 结帖。 2018-06-21 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个序列帧播放速度可以调整的。 2018-06-21 0 3 分享 微博 QZONE 微信 为什么被...
来源: Laya_社区 发布时间: 20180621
... : AnimationPlayer[read-only] 获取动画播放器。 KeyframeAnimations started : Boolean是否已执行start函数。Component3D templet : AnimationTemplet 获取动画模板。 KeyframeAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties Hide Inherited...
来源: laya_api 发布时间: 20170603
...vate _chain; } /**开始游戏,通过激活本脚本方式开始游戏*/ startGame(): void { if (!this._started) { this._started = true; this.enabled = true; } var ground=this.owner.getChildByName("ground"); //****新增代码*****, ground.addComponent(Laya.ChainCollider); ...
来源: Laya_社区 发布时间: 20181130
... : AnimationPlayer[read-only] 获取动画播放器。 KeyframeAnimations started : Boolean是否已执行start函数。Component3D templet : AnimationTemplet 获取动画模板。 KeyframeAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties Hide Inherited...
来源: laya_api 发布时间: 20170603
...RCLE_WIDTH: number = 20 public $circleSprite: Sprite = new Sprite() public startY: number = -90 constructor() { super() this._init() } private _init() { this.cacheAs = "bitmap" this.size(this.DEF_SIZE,this.DEF_SIZE) this.pos(200,200) this.cacheAs = "bitmap" this.graphics.drawPie(this.DEF_SIZE >&g...
来源: Laya_社区 发布时间: 20180123
... : AnimationPlayer[read-only] 获取动画播放器。 KeyframeAnimations started : Boolean是否已执行start函数。Component3D templet : AnimationTemplet[override] RigidAnimations url : String[override] [write-only] 设置url地址。 RigidAnimationsProtected Properties Hide Inherited Pr...
来源: laya_api 发布时间: 20170929
...wner : ComponentNode[read-only] 获取所属Sprite3D节点。 Component3D started : Boolean是否已执行start函数。Component3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By MeshCollider() 创建一个 SphereCollider 实例。 MeshCollider _in...
来源: laya_api 发布时间: 20170929
...js中的对象。 var client:Object = new Browser.window.Demo1(); client.start(); } script.onerror = function():void { //加载错误函数 } Browser.document.body.appendChild(script); } } } ``` 然后在新建一个js文件,简单代码如下: ```javascript var Demo1=(function(){ function Clien...
来源: Laya2.0_文档 发布时间: 20210715
...\Users\Administrator\Personal\myLaya2.2\Client\.laya\compile.js [16:39:18] Starting 'tsc'... [16:39:18] Starting 'CopyNoneTSFile'... [16:39:18] Finished 'CopyNoneTSFile' after 169 ms error { Error: Command failed: D:\laya\2.2.0\resources\app\node_modules\.bin\tsc.cmd -b "D:\Users\Administrator\Perso...
来源: Laya_社区 发布时间: 20190730