大约有 90 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...c] 基础路径。如果不设置,默认为当前网页的路径。最终地址将被格式化为 basePath+相对URL地址,URL basePath : String[static] 基础路径。如果不设置,默认为当前网页的路径。最终地址将被格式化为 basePath+相对URL地址,URL customFor...
来源: Laya2.0_api 发布时间: 20190513
...括小端字节序和大端字节序。 LITTLE_ENDIAN :小端字节序,地址低位存储值的低位,地址高位存储值的高位。 BIG_ENDIAN :大端字节序,地址低位存储值的高位,地址高位存储值的低位。 Socket input : *[read-only] 缓存的服务端发来的...
来源: Laya2.0_api 发布时间: 20190513
...派发 Event.ERROR 事件,事件回调参数值为加载出错的资源地址。 LoaderManager 类提供了以下几种功能: 多线程:默认5个加载线程,可以通过maxLoader属性修改线程数量; 多优先级:有0-4共5个优先级,优先级高的优先加载。0最高,4...
来源: Laya2.0_api 发布时间: 20190513
...an 可以获取当前系统的字节序。 BIG_ENDIAN :大端字节序,地址低位存储值的高位,地址高位存储值的低位。有时也称之为网络字节序。 LITTLE_ENDIAN :小端字节序,地址低位存储值的低位,地址高位存储值的高位。 Byte length : int...
来源: Laya2.0_api 发布时间: 20190513
...] 文件后缀和类型对应表。Loader url : String[read-only] 加载地址。LoaderPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By cacheRes(url:String, data:*):void[static] 缓存资源。 Loader clearRes(url:String):void[static] 清理指定...
来源: Laya2.0_api 发布时间: 20190513
...播放(包括背景音乐和音效),只需传入对应的声音播放地址。 SoundManagerProperty DetailautoReleaseSoundpropertypublic static var autoReleaseSound:Boolean = true 音效播放后自动删除。 The default value is true.autoStopMusicproperty autoStopMusic:Boolean 失去焦点...
来源: Laya2.0_api 发布时间: 20190513
...的播放状态、总时间、当前播放时间、总循环次数、播放地址等信息的方法。 Public Properties PropertyDefined By completeHandler : Handler 播放完成处理器。 SoundChannel duration : Number[read-only] 获取总时间,单位是秒。 SoundChannel isStopped ...
来源: Laya2.0_api 发布时间: 20190513
...(包括被裁剪的透明区域)。Texture url : String = null图片地址Texture uv : ArrayTexture width : Number 实际宽度。TexturePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Texture(bitmap:Texture2D = null, uv:Array = null, sour...
来源: Laya2.0_api 发布时间: 20190513
... XMLHttpRequest 引用。 HttpRequest url : String[read-only] 请求的地址。HttpRequestPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检...
来源: Laya2.0_api 发布时间: 20190513
....clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite timer : Timer[override] 场景时钟Scene transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更...
来源: Laya2.0_api 发布时间: 20190513