大约有 2,154 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0056 秒)
Laya3.0_api(672) Laya_社区(471) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(5)
...el/Zombie/new/Zombie.lh")); zombie.once(Laya.Event.HIERARCHY_LOADED, this, function () { //获取Animator动画组件 zombieAnimator = zombie.getChildAt(0).getComponentByType(Laya.Animator); loadUI(); }); function loadUI() { var clipName = ["walk","attack","left_fall","right_fall","back_fall"]; var ...
来源: Laya_示例 发布时间: 20241120
...:Array = ; private var arr2:Array = ; private var pop:TestDialogUI; public function TestView() { super(); _path.pivot(0,0); _path.pos(a.x,a.y); this.addChild(_path); _path.rotation = Math.atan2(b.y - a.y, b.x - a.x) / Math.PI * 180; _path2.rotation = Math.atan2(b.y - a.y+300, b.x - a.x) / Math.PI * ...
来源: Laya_社区 发布时间: 20171129
...cess/ACES/ACESShaderLib" ACESShaderLib init Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...gb2312 unicode转换表然后,自己写算法查找和装换吧. public function readMultiByte (length:int, charSet:String):String { if(charSet=="UNICODE" || charSet=="unicode") { return readUnicode(length); ...
来源: Laya_社区 发布时间: 20160606
...r() { Laya.init(1280, 720); sumToJava(); } } function test() { console.log("java to js") } function sumToJava() { alert("js to java"); js2java.back(); } //程序入口 new LayaUISample(); declare var js2java : any; ———————————...
来源: Laya_社区 发布时间: 20170517
...性名称 * @return */ public function getMapProperties(name:String):* { if (_properties) { return _properties[name]; } return null; } ...
来源: Laya_社区 发布时间: 20180502
...ource" AnimatorResource getAnimatorResource Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...事件:为什么没有设置穿透,也会发生穿透现象? public function createMovieClip():void { bg = CreateObj.createSprite(McUrlMgr.LOAD_BG_Path); this.addChild(bg); bg.x = 0; bg.y = 0; ...
来源: Laya_社区 发布时间: 20161223
...e releaseTime HLODElement HLODResourceGroup Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...nProbeList" ReflectionProbeList constructor Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102