大约有 2,107 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0070 秒)
Laya_社区(1965) laya_api(36) Laya3.0_api(29) Laya2.0_文档(25) Laya3.0_文档(22) Laya2.0_api(20) Laya_示例(5) Laya2.0_示例(5)
...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
...te getRawText getTagSource getText nextTag parseAttributes CDATA_END CDATA_START COMMENT_END COMMENT_START Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
... : AnimationPlayer[read-only] 获取动画播放器。 KeyframeAnimations started : Boolean是否已执行start函数。Component3D templet : AnimationTemplet[override] SkinAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties Hide Inherited Protected Pro...
来源: laya_api 发布时间: 20170929
...3-19 15:01:04.986 15556-15556/? E/LayaConch5: plugin-----------------EngineStart() = /data/data/com.layabox.conch5//LayaCache/localstorage 03-19 15:01:05.101 15556-15556/? E/SysUtils: ApplicationContext is null in ApplicationStatus 03-19 15:01:05.326 15556-15556/? E/0: ==============Java流程 Flash...
来源: Laya_社区 发布时间: 20180319
...个js中的对象 var client:any = new Laya.Browser.window.Demo1(); client.start(); } script.onerror = function():void{ //加载错误函数 } Laya.Browser.document.body.appendChild(script); } } new Main; 然后再新建一个js文件,简单代码如下: var Demo1 = (function () { function Clien...
来源: Laya3.0_文档 发布时间: 20241014
...og('********'); Laya.timer.once(500,this,function(){ // Laya.Scene.load('start.json'); Laya.Scene.open('start.json'); }) 2019-07-21 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 ...
来源: Laya_社区 发布时间: 20190721