大约有 7 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...tected Properties PropertyDefined By _loaded : Boolean = false是否已加载,限于首次加载。ResourcePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Resource() 创建一个 Resource 实例。 Resource activeResource(force:Boolean = false):...
来源: laya_api 发布时间: 20170422
...用了线性采样。 Texture loaded : Boolean[read-only] 表示是否加载成功,只能表示初次载入成功(通常包含下载和载入),并不能完全表示资源是否可立即使用(资源管理机制释放影响等)。 Texture offsetX : Number = 0沿 X 轴偏移量。Textu...
来源: laya_api 发布时间: 20170929
...件类型是否是鼠标事件。 EventDispatcher load(url:String):void 加载声音。 Sound off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 Ev...
来源: laya_api 发布时间: 20170929
...用H5Audio播放(使用WebAudio会增加特别大的内存,并且要等加载完毕后才能播放,有延迟) 建议背景音乐用mp3类型,音效用wav或者mp3类型(如果打包为app,音效只能用wav格式)。 详细教程及声音格式请参考:http://ldc.layabox.com/doc/?...
来源: laya_api 发布时间: 20170929
...iIndex:int):intAnimationTemplet load(url:String):AnimationTemplet[static] 加载动画模板。 AnimationTemplet loadAni(url:String):voidTemplet onAsynLoaded(url:String, data:*, params:Array):void[override] private AnimationTemplet parseData(texture:Texture, skeletonData:ArrayBuffer, playbac...
来源: laya_api 发布时间: 20170929
...或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...
来源: laya_api 发布时间: 20170929
...割组合为一个切片动画。 Image和Clip组件是唯一支持异步加载的两个组件,比如clip.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明...
来源: laya_api 发布时间: 20170929