大约有 3,244 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0134 秒)
Laya_社区(2446) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(77) Laya_示例(52) Laya2.0_示例(18)
...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
...想走srgb与gamma矫正。但是我无论怎么设置srgb空间 true或者false 结果都会走gammaspace的shader定义。 就导致点了srgb正常 不点srgb就变的非常白。 另外 然后我期望srgb是false 目前看ide代码只能是textureType是默认值才可以设置sRGB=false...
来源: Laya_社区 发布时间: 20231016
...后,是否自动销毁(销毁节点和使用到的资源),默认为false,此属性由场景类继承而来。 拖动区域 dragArea 拖动区域(格式:x,y,width,height),默认值为"0,0,0,0" 模式窗口 isModal 是否是模式窗口,默认为false。为模式窗口时,点击...
来源: Laya3.0_文档 发布时间: 20251024
...rce._id Defined in laya/resource/Resource.ts:97 _inPool _inPool: boolean = false Inherited from RenderTexture._inPool Defined in laya/resource/RenderTexture.ts:98 _isCameraTarget _isCameraTarget: boolean = false Implementation of IRenderTarget._isCameraTarget Inherited from RenderTexture._isCameraTa...
来源: Laya3.0_api 发布时间: 20231115
...rce._id Defined in laya/resource/Resource.ts:97 _inPool _inPool: boolean = false Inherited from RenderTexture._inPool Defined in laya/resource/RenderTexture.ts:98 _isCameraTarget _isCameraTarget: boolean = false Implementation of IRenderTarget._isCameraTarget Inherited from RenderTexture._isCameraTa...
来源: Laya3.0_api 发布时间: 20231115
...tor3(0, 3, 3)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor = null; //添加方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, ...
来源: Laya_社区 发布时间: 20180605