大约有 3,176 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0071 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) Laya_示例(52) Laya2.0_示例(18)
...后,是否自动销毁(销毁节点和使用到的资源),默认为false dragArea 拖动区域(格式:x,y,width,height),默认值为"0,0,0,0" isModal 是否是模式窗口,默认为false。为模式窗口时,点击弹窗空白处,可自动关闭该弹窗 isShowEffect 是否显...
来源: Laya3.0_文档 发布时间: 20241014
...ls addGraphicToSprite(graphicO:Object, sprite:Sprite, isChild:Boolean = false):void[static] 将graphic绘图指令添加到sprite上 ClassUtils createByJson(json:*, node:* = null, root:Node = null, customHandler:Handler = null, instanceHandler:Handler = null):*[static] 根据指定的 json 数...
来源: laya_api 发布时间: 20170929
...atcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher[override] 取消侦听加速器。 Accelerator offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher on(type:String, c...
来源: laya_api 发布时间: 20170929
...内容 this.content.y = 1就显示正常了 this.mask.optimizeScrollRect = false; this.content.y = 0 也会正常显示 开发的时候不知道是哪个版本 是正常的 现在1.5.3版本出问题了 不知道是哪个版本改动出了问题 2016-11-18 添加评论 免费帖 --> 分享 微博 QZ...
来源: Laya_社区 发布时间: 20161118
...ext.text = "这段文本不可编辑,但可复制"; inputText.editable = false; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; } } new Text_Editable();module laya { import Input = Laya.Input; import Stage = Laya.Sta...
来源: Laya2.0_示例 发布时间: 20241118
...Number[read-only] 获取总时间。 SoundChannel isStopped : Boolean = false 表示声音是否已暂停。 SoundChannel loops : int 循环次数。 SoundChannel position : Number[read-only] 获取当前播放时间。 SoundChannel startTime : Number 开始时间。 SoundChannel url ...
来源: laya_api 发布时间: 20170929
...":"后台隐藏")); isStopLoop = e.hidden; if (e.hidden) { _isVisibility = false; if (_this._isInputting()) Input["inputElement"].target.focus = false; } else { _isVisibility = true; } _this.event(Event.VISIBILITY_CHANGE); }); public static var isStopLoop:Boolean = false; /**@private */ public...
来源: Laya_社区 发布时间: 20171011
...efined in laya/d3/resource/RenderTexture.ts:129 _inPool _inPool: boolean = false Inherited from RenderTextureCube._inPool Defined in laya/d3/resource/RenderTexture.ts:94 _isCameraTarget _isCameraTarget: boolean = false Implementation of IRenderTarget._isCameraTarget Inherited from RenderTextureCube....
来源: Laya3.0_api 发布时间: 20231102
...aseTexturePublic Methods MethodDefined By Texture2D(canRead:Boolean = false, reapeat:Boolean = true, format:int, mipmap:Boolean = true) 创建一个 Texture2D 实例。 Texture2D getPixels():Uint8Array 返回图片像素。 Texture2D load(url:String):Texture2D[static] 加载Texture2D。 T...
来源: laya_api 发布时间: 20170929
...atcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher[override] 取消侦听加速器。 Accelerator offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher offAllCaller(caller...
来源: Laya2.0_api 发布时间: 20190513