大约有 1,654 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0056 秒)
Laya_社区(831) Laya3.0_api(384) Laya2.0_api(195) laya_api(183) Laya2.0_文档(39) Laya3.0_文档(18) Laya2.0_示例(2) Laya_示例(2)
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite basePath : String资源根目录。MovieClip blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String ...
来源: laya_api 发布时间: 20170929
...间的时间间隔,单位毫秒。 Implementation public function get delta():intscaleproperty public var scale:Number = 1 时针缩放。Constructor DetailTimer()Constructorpublic function Timer(autoActive:Boolean = true) 创建 Timer 类的一个实例。 Parameters autoActive:Boolean (de...
来源: Laya2.0_api 发布时间: 20190513
...id 设置渲染相关状态。 BaseMaterial _setRenderStateFrontFace(isTarget:Boolean, transform:Transform3D):void 设置渲染相关状态。 BaseMaterial _upload():void 上传材质。 BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void[override] ParticleMaterial dispos...
来源: laya_api 发布时间: 20170603
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...
来源: Laya2.0_api 发布时间: 20190513
....timer.loop(200, this, showframe); function showframe() { var url = getimage(); this.sp_video.loadImage(url); } 2017-08-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达...
来源: Laya_社区 发布时间: 20170825
...t hasListener load off offAll offAllCaller on once play Accessors duration get duration(): number Defined in laya/media/Sound.ts:31 获取总时间。 Returns number Methods dispose dispose(): void Defined in laya/media/Sound.ts:38 释放声音资源。 Returns void event event(type: string, data?: ...
来源: Laya3.0_api 发布时间: 20231115
...id 设置渲染相关状态。 BaseMaterial _setRenderStateFrontFace(isTarget:Boolean, transform:Transform3D):void 设置渲染相关状态。 BaseMaterial _upload():void 上传材质。 BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:S...
来源: laya_api 发布时间: 20170929
...成多个动画。 非要访问的话,可以尝试遍历 aniObj["_targetDic"],断点调试一下。 2019-02-15 0 3 分享 微博 QZONE 微信 AerTims 赞同来自: 之前我也尝试过去获取某个属性修改动画纹理,但是并不能行得通 我最终解决方案如下: 在动画...
来源: Laya_社区 发布时间: 20190215
... = 0; y < height; y++){ for(int x = 0; x < width; x++){ if(bitMatrix.get(x, y)){ pixels[y * width + x] = color_black; // 黑色色块像素设置 } else { pixels[y * width + x] = color_white; // 白色色块像素设置 } } } /** 4.创建Bitmap对象,根据像素数组设置Bitmap每个像素...
来源: Laya_社区 发布时间: 20200729
...e Parameters singleton: number Returns Gyroscope Accessors Static instance get instance(): Gyroscope Defined in laya/device/motion/Gyroscope.ts:33 获得默认值 Returns Gyroscope Methods event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/Even...
来源: Laya3.0_api 发布时间: 20231115