大约有 2,154 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)
Laya3.0_api(672) Laya_社区(471) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(5)
...毁。 PixelLineFilterConstructor DetailPixelLineFilter()Constructorpublic function PixelLineFilter(owner:PixelLineSprite3D, maxLineCount:int) Parameters owner:PixelLineSprite3D maxLineCount:intMethod Detail_getLineData()method public function _getLineData(index:int, out:PixelLineData):void 获取...
来源: Laya2.0_api 发布时间: 20190513
...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: Laya2.0_api 发布时间: 20190513
... [read-only] 获取爆裂的最大数量。 Implementation public function get maxCount():intminCountproperty minCount:int [read-only] 获取爆裂的最小数量。 Implementation public function get minCount():inttimeproperty time:Number [read-only] 获取爆裂时间,单...
来源: laya_api 发布时间: 20170929
... [read-only] 获取爆裂的最大数量。 Implementation public function get maxCount():intminCountproperty minCount:int [read-only] 获取爆裂的最小数量。 Implementation public function get minCount():inttimeproperty time:Number [read-only] 获取爆裂时间,单...
来源: Laya2.0_api 发布时间: 20190513
...y Detaillongpropertylong:Number 返回长度 Implementation public function get long():Number public function set long(value:Number):voidwidthproperty width:Number 返回宽度 Implementation public function get width():Number public function set width(value:Number):vo...
来源: laya_api 发布时间: 20170929
...id private CommandBufferConstructor DetailCommandBuffer()Constructorpublic function CommandBuffer() 创建一个 CommandBuffer 实例。 Method Detail_apply()method public function _apply():void private blit()method public function blit(source:RenderTexture, dest:RenderTexture, shader:Shader3D, sh...
来源: Laya2.0_api 发布时间: 20190513
...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: laya_api 发布时间: 20170929
...ailcolorpropertycolor:Vector4 [read-only] Implementation public function get color():Vector4normalproperty normal:Vector3 [read-only] Implementation public function get normal():Vector3positionproperty position:Vector3 [read-only] Implementation public function get...
来源: laya_api 发布时间: 20170929
...ailcolorpropertycolor:Vector4 [read-only] Implementation public function get color():Vector4normalproperty normal:Vector3 [read-only] Implementation public function get normal():Vector3positionproperty position:Vector3 [read-only] Implementation public function get...
来源: laya_api 发布时间: 20170929
...项目开发更高效。// 这段代码需要在setupDemo之前执行。 (function() { // 项渲染器 var Box = Laya.Box; var Image = Laya.Image; var WID = 373, HEI = 85; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); this.setImg = f...
来源: Laya_示例 发布时间: 20241118