大约有 4,337 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0087 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(24)
...ponent3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D cloneTo(destObject:*):void 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点...
来源: laya_api 发布时间: 20170929
...r:Array path数据 rateproperty rate:Number Implementation public function get rate():Number public function set rate(value:Number):voidskinDataArrayproperty public var skinDataArray:Array 皮肤数据 skinDicproperty public var skinDic:Object 皮肤的字典数据 skinSlotDisplayD...
来源: Laya2.0_api 发布时间: 20190513
...rl:String):void 加载声音。 Sound off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: Laya2.0_api 发布时间: 20190513
...PropertyDefined By _classMap : Object[static] ClassUtils getClass : Function[static] 根据名字返回类对象。 ClassUtilsPublic Methods MethodDefined By addGraphicsToSprite(graphicO:Object, sprite:Sprite):void[static] 将graphic对象添加到Sprite上 ClassUtils addGraphicToSprit...
来源: laya_api 发布时间: 20170929
...是否支持 LocalStorage。 Method Detail__init__()method public static function __init__():voidclear()method public static function clear():void 清除本地存储信息。 getItem()method public static function getItem(key:String):String 获取指定键名的值。 Parameters key:String — ...
来源: laya_api 发布时间: 20170929
...是否支持 LocalStorage。 Method Detail__init__()method public static function __init__():BooleanReturnsBooleanclear()method public static function clear():void 清除本地存储信息。 getItem()method public static function getItem(key:String):String 获取指定键名的值。 Parameters...
来源: Laya2.0_api 发布时间: 20190513
...movieClip,在代码中改变该mc的url,报错:this.mc.url is not a function 附件 : --> 2018-03-06 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 好的 有问题再反馈 2018-03-06 0 0 ...
来源: Laya_社区 发布时间: 20180306
....static; var View=laya.ui.View; var Dialog=laya.ui.Dialog; var ABCPanelUI=(function(_super){ function ABCPanelUI(){ ABCPanelUI.__super.call(this); } CLASS$(ABCPanelUI,'ui.abc.ABCPanelUI',_super); var _...
来源: Laya_社区 发布时间: 20161017
...der加载后, 再加载B.js,这样才合理。 具体代码: private function onAssetLoaded():void { //trace("加载结束"); //实例化类 Example,并添加到舞台显示 Laya.loader.load("js/loading100.js", Handler.create(this, complete), null, Loader.TEXT); } private function complete(d...
来源: Laya_社区 发布时间: 20170725
...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var HScrollBar = Laya.HScrollBar; var VScrollBar = Laya.VScrollBar; var Handler = Laya.Handler; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(55...
来源: Laya_示例 发布时间: 20241119