大约有 1,654 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0075 秒)
Laya_社区(831) Laya3.0_api(384) Laya2.0_api(195) laya_api(183) Laya2.0_文档(39) Laya3.0_文档(18) Laya2.0_示例(2) Laya_示例(2)
...自动停止背景音乐。 Implementation public static function get autoStopMusic():Boolean public static function set autoStopMusic(value:Boolean):voidmusicMutedproperty musicMuted:Boolean 背景音乐(不包括音效)是否静音。 Implementation public static functi...
来源: laya_api 发布时间: 20170929
...tOwnerPathByIndex _setOwnerPathCount _setPropertyByIndex _setPropertyCount getKeyframeByIndex getOwnerPathByIndex getPropertyByIndex Properties _indexInList _indexInList: number Defined in laya/components/KeyframeNode2D.ts:8 _keyFrames _keyFrames: Keyframe2D[] = [] Defined in laya/components/Keyfram...
来源: Laya3.0_api 发布时间: 20231115
...n 获取是否使用凸多边形。 Implementation public function get convex():Boolean public function set convex(value:Boolean):voidmeshproperty mesh:Mesh 获取网格。 Implementation public function get mesh():Mesh public function set mesh(value:Mesh):voidConstruc...
来源: Laya2.0_api 发布时间: 20190513
...id 设置渲染相关状态。 BaseMaterial _setRenderStateFrontFace(isTarget:Boolean, transform:Transform3D):void 设置渲染相关状态。 BaseMaterial _upload():void 上传材质。 BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial createHamm...
来源: laya_api 发布时间: 20170929
...String = null):String[static] 格式化指定的地址并 返回。 URL getFileName(url:String):String[static] 获取指定 URL 的文件名。 URLProperty DetailbasePathpropertypublic static var basePath:String基础路径。customFormatproperty public static var customFormat:Function 自定义...
来源: laya_api 发布时间: 20170929
...法客户端服务端通讯成功,但是转换成h5后post方法变成了get var urlLoader:URLLoader=new URLLoader(); urlLoader.dataFormat=URLLoaderDataFormat.BINARY; urlLoader.addEventListener(Event.COMPLETE,onDataComplete); var urlRequest:URLRequest=new URLRequest("http/xxx.xxx.xxx"); urlRequest...
来源: Laya_社区 发布时间: 20151127
... EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收...
来源: Laya2.0_api 发布时间: 20190513
... repeat, offset:Point = null):FillTextureCmd 用texture填充。 Graphics getBounds(realSize:Boolean = false):Rectangle 获取位置及宽高信息矩阵(比较耗CPU,频繁使用会造成卡顿,尽量少用)。 Graphics loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, heigh...
来源: Laya2.0_api 发布时间: 20190513
...于活动状态 (true) 还是非活动状态 (false)。 Event currentTarget : Sprite 事件当前冒泡对象。Event delta : int滚轮滑动增量Event keyCode : int键盘值Event keyLocation : uint[read-only] 表示键在键盘上的位置。这对于区分在键盘上多次出现的...
来源: Laya2.0_api 发布时间: 20190513
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite ...
来源: laya_api 发布时间: 20170929