大约有 127 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0034 秒)
...绘制,但是好像没有效果 var a:Sprite = new Sprite(); var count:int = 0; for(var i:int=0; i<200; i++) { for(var j:int=0; j<100; j++) { if(count == 10000) { var htmlCanvas:HTMLCanvas = a.drawToCanvas(width,height,0,0); var texture:Texture = new Texture(htmlCanvas); var b:Sprite = new S...
来源: Laya_社区 发布时间: 20181113
as编译js的一个问题 var o:Object = new Object(); for ( var key :int in o ) { } 这样的AS代码会编译出 var o=new Object(); for (var key=0 in o){ } 这样的JS代码 在IOS里真机还是LAYABOX运行都会报 SyntaxError:Cannot assign to the loop variable inside a for-in loop h...
来源: Laya_社区 发布时间: 20171011
...B(std::__1::__bind<bool (laya::JSAudio::*)(void*, std::__1::weak_ptr<int>), laya::JSAudio*, std::__1::placeholders::__ph<1>&, std::__1::weak_ptr<int>&>)' res->setOnReadyCB( std::bind(&JSAudio::onDownloaded,this, std::placeholders::_1,cbref)); 没...
来源: Laya_社区 发布时间: 20211111
...t.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:636) 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art: at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int...
来源: Laya_社区 发布时间: 20190722
...绘制,但是好像没有效果 var a:Sprite = new Sprite(); var count:int = 0; for(var i:int=0; i<200; i++) { for(var j:int=0; j<100; j++) { if(count == 10000) { var htmlCanvas:HTMLCanvas = a.drawToCanvas(width,height,0,0); var texture:Texture = new Texture(htmlCanvas); var b:Sprite = new S...
来源: Laya_社区 发布时间: 20181113
...oldY:Number; private function onMuseHandler(type:Event,index:int):void { trace("type:" + type.type + "ddd--" + _list.scrollBar.value + "---index:" + index); var curX:Number,curY:Number; if(type.type== "mousedo...
来源: Laya_社区 发布时间: 20171204
...本IDE默认类型)*/ public static const FOLDER_VERSION:int = 1; /**基于文件名映射管理方式(新版本IDE默认类型)*/ public static const FILENAME_VERSION:int = 2; 2018-03-11 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 ...
来源: Laya_社区 发布时间: 20180115
...tartY:Number = 500; private var mFactory:Templet; private var mActionIndex:int = 0; private var mCurrIndex:int = 0; private var mArmature:Skeleton; private var mCurrSkinIndex:int = 0; private var mFactory2:Templet; private var mLabelSprite:Sprite; public function Skeleton_SpineEvent() { WebGL.enable...
来源: Laya_示例 发布时间: 20241124
...tartY:Number = 500; private var mFactory:Templet; private var mActionIndex:int = 0; private var mCurrIndex:int = 0; private var mArmature:Skeleton; private var mCurrSkinIndex:int = 0; private var mFactory2:Templet; private var mLabelSprite:Sprite; public function Skeleton_SpineEvent() { WebGL.enable...
来源: Laya2.0_示例 发布时间: 20241124
...a.Ease; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class Interaction_CustomEvent { public static ROTATE: string = "rotate"; private sp: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV =...
来源: Laya_示例 发布时间: 20241124