大约有 111 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0067 秒)
...lic currentAction:string = "stand"; /*角色动画是否完成*/ public aniComplete:Boolean = true; /*角色移动速度*/ public speed:number = 0.04; /*3D摄像机*/ public camera:Laya.Camera; /*摇杆控制器*/ private rocker:RockerView; /*攻击按钮控制器*/ private attack:attackView; /*摇...
来源: Laya_社区 发布时间: 20171113
...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(typ...
来源: Laya2.0_api 发布时间: 20190513
...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(typ...
来源: Laya2.0_api 发布时间: 20190513
...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(typ...
来源: Laya2.0_api 发布时间: 20190513
...{ if(this.te == null){ this.te = new Laya.Templet(); this.te.on(Laya.Event.COMPLETE, this, this.teComplete); this.te.loadAni("res/wing_01_side.sk"); } } else if(e.keyCode == 50 || e.keyCode == 98) { if(this.te != null){ this.te.destroy(); this.te = null; this.sk.destroy(); this.sk = null; } } } priv...
来源: Laya_社区 发布时间: 20190320
...mate表示即使摄像机看不见也要进行动画播放的更新,Cull Completely 表示摄像机看不见时停止动画的所有更新。 Sleep:动画完成是否停止更新。因为在LayaAir中,动画播放完成以后还依然会不停的循环最后一帧,所以勾选Sleep可以停...
来源: Laya3.0_文档 发布时间: 20251010
..., ["Content-Type", "application/json"]); } private completeHandler(e: any): void { console.log("netconnection complete:", e); if (e) { var adpter: number = e.adpter; var request: URLRequest = ...
来源: Laya_社区 发布时间: 20161109
...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(typ...
来源: Laya2.0_api 发布时间: 20190513
... pausedEffects: Map<string, { position: number; completeCallback?: () => void }> = new Map(); // 回调获取方法(需在setupChannelHandlers存储回调) private callbackMap: Map<string, () => void> = new Map(); private lastKnow...
来源: Laya_社区 发布时间: 20250930
... at Loader.__proto.event (libs/laya.core.js:1384) at Loader.__proto.complete (libs/laya.core.js:16209) at Loader.__proto.onLoaded (libs/laya.core.js:16157) at EventHandler.__proto.runWith (libs/laya.core.js:1627) at HttpRequest.__proto.event (libs/laya.core.js:1384) at ...
来源: Laya_社区 发布时间: 20170428