• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,154 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0089 秒)

491. laya.device.geolocation.Geolocation [ 85%]

...时才会返回信息。 Constructor DetailGeolocation()Constructorpublic function Geolocation()Method DetailclearWatch()method public static function clearWatch(id:int):void 移除watchPosition安装的指定处理器。 Parameters id:intgetCurrentPosition()method  public static function getCurren...

来源: laya_api 发布时间: 20170929

492. laya.device.geolocation.Geolocation [ 85%]

...时才会返回信息。 Constructor DetailGeolocation()Constructorpublic function Geolocation()Method DetailclearWatch()method public static function clearWatch(id:int):void 移除watchPosition安装的指定处理器。 Parameters id:intgetCurrentPosition()method  public static function getCurren...

来源: Laya2.0_api 发布时间: 20190513

493. 显示与切换图片(ActionScript-LayaAir基础篇(AS3)-位图) [ 85%]

... ```java package { import laya.display.Sprite; public class Main { public function Main() { //初始化舞台 Laya.init(1334,750); //设置舞台背景色 Laya.stage.bgColor = "#ffffff" var img:Sprite = new Sprite(); //加载显示图片,坐标位于100,50 img.loadImage("res/img/monkey1.png"); //...

来源: Laya2.0_文档 发布时间: 20210715

494. 自定义组件时,设置组件子节点的image的skin时,路径为layaIde的路径而非项目路径 [ 85%]

...ate */ protected var _progress:Image protected var _proMask:Sprite; public function HProgressSlider(skin:String=null) { super(skin); } override protected function initialize():void{ super.initialize(); _proMask = new Sprite(); _proMask.graphics.drawRect(0, 0, _progress.width, _progress.height); _pro...

来源: Laya_社区 发布时间: 20170327

495. laya.d3.component.AttachPoint [ 85%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

来源: laya_api 发布时间: 20170929

496. laya.d3.terrain.TerrainChunk [ 85%]

...er = 1, sx4:Number = 1, sy4:Number = 1):voidTerrainChunk callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.tim...

来源: Laya2.0_api 发布时间: 20190513

497. Uncaught TypeError: Cannot read property '_tf' of null [ 85%]

... 个回复 nieyiwei 赞同来自: private var _guideImage:Image;   public function main():void {   _guideImage = new Image();   _guideImage.source = Loader.getRes("source/png/ui/1/guideImg.png");     tweenGuide1(_guideImage );     Tween.clearAll(_guideImage);   _guideImage.destroy(true);  ...

来源: Laya_社区 发布时间: 20161216

498. laya.d3.core.ParticleRender [ 85%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

来源: laya_api 发布时间: 20170603

499. laya.d3.core.GlitterRender [ 85%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

来源: laya_api 发布时间: 20170929

500. 聊天室存储数据 [ 85%]

...er * @author hengry */ public final class yfqian_SaveALoad { public static function set(key:String, value:String):String { LocalStorage.setItem(key,value); return value; } public static function get(key:String):String { return LocalStorage.getItem(key); } public static function del():void { LocalSto...

来源: Laya_社区 发布时间: 20180722