大约有 9 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...tends laya.events.EventDispatcher implements laya.d3.core.render.IUpdate { protected static _uniqueIDCounter: number; protected _id: number; protected _cachedOwnerLayerMask: number; protected _cachedOwnerEnable: boolean; protected _enable: boolean; protected _owner: laya.d3.core.Sprite3D; /**是否...
来源: Laya_社区 发布时间: 20171109
...lLoader.addEventListener(HTTPStatusEvent.HTTP_STATUS,httpStatusHandler); } protected function httpStatusHandler(event:HTTPStatusEvent):void { // TODO Auto-generated method stub trace("您已经通过http进行了访问,并且当前的FlashPlayer环境支持获得状态代码!!!") } protected...
来源: Laya_社区 发布时间: 20151217
...,只显示如下: Public Properties Show Inherited Public Properties Protected Properties Show Inherited Protected Properties Public Methods Show Inherited Public Methods Protected Methods Show Inherited Protected Methods Events Show Inherited Events 都有什么属性、什么事件都不知道...
来源: Laya_社区 发布时间: 20170702
...); sp2.mouseEnabled=false; sp2.addEventListener(MouseEvent.CLICK,onSp2); } protected function onSp2(event:MouseEvent):void { // TODO Auto-generated method stub trace("onClickSp2"); } protected function onSp1(event:MouseEvent):void { // TODO Auto-generated method stub trace("onClickSp1...
来源: Laya_社区 发布时间: 20151102
...oader.removeEventListener(Event.COMPLETE,onImageLoaded); urlLoader=null; } protected function onImage2Loaded(event:Event):void { // TODO Auto-generated method stub var bitmap:Bitmap=event.target.content as Bitmap; addChild(bitmap); l.contentLoaderInfo.removeEventListener(Event.COMPLETE,onImage2Loade...
来源: Laya_社区 发布时间: 20151228
...MPLETE,onSwfLoaded); loader.load(new URLRequest("binarys.swf"),context); } protected function onSwfLoaded(event:Event):void { // TODO Auto-generated method stub var mc:MovieClip=event.target.content as MovieClip; mc.play(); addChild(mc) } } }提示: 1、在laya下使用laoder加载SWF文件,需...
来源: Laya_社区 发布时间: 20151224
....UPDATE,updata); } else { txt.text="当前设备不支持重力感应" } } protected function updata(event:AccelerometerEvent):void { // TODO Auto-generated method stub const k:Number=5; var accX:Number=Math.round(event.accelerationX*k)/k; var accY:Number=Math.round(event.accelerationY*k)/k; var acc...
来源: Laya_社区 发布时间: 20160110
...子类必须要全覆盖下,不能只处理get或set,如: class A { protected _id:number = 1; public get id():number { return this._id } public set id(value:number){ this._id = vaule; } } class B extends A { public set id(value:number){ this._id = value + 1; } } clas...
来源: Laya_社区 发布时间: 20161109
...eck:jni 2018-11-26 18:35:10.525 1505-1538/? W/ActivityManager: Sending non-protected broadcast miui.intent.action.PACKAGE_FIRST_LAUNCH from system uid 1000 pkg null. Callers=com.android.server.am.ActivityManagerService.broadcastIntentLocked:20261 com.android.server.am.ActivityManagerService.broadcas...
来源: Laya_社区 发布时间: 20181126