大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0064 秒)
Laya_社区(720) Laya3.0_api(672) Laya2.0_api(367) laya_api(298) Laya_示例(150) Laya2.0_示例(114) Laya2.0_文档(107) Laya3.0_文档(54)
...continue; if(arr2[i].indexOf("super(") !=-1) continue; if(arr2[i].indexOf("public constructor") !=-1) continue; if(arr2[i].indexOf("else") !=-1) continue; if(arr2[i].indexOf("else if") !=-1) continue; if(arr2[i].indexOf("//") !=-1) continue; if(arr2[i].indexOf("catch(") !=-1) continue; if(arr2[i].in...
来源: Laya_社区 发布时间: 20190613
...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/VertexElement" VertexElement Class VertexElement VertexElement 类用于创建顶点结构分配。 Hierarchy VertexElement Index Co...
来源: Laya3.0_api 发布时间: 20231102
...t class Script extends Laya.Script { //获取节点 @property(Laya.Sprite) public sp: Laya.Sprite; onAwake(): void { //创建后期处理实例 this.sp.postProcess = new Laya.PostProcess2D(); //创建变色效果 let colorEffect2D = new Laya.ColorEffect2D(); //创建后期处理效果数组 let effe...
来源: Laya3.0_文档 发布时间: 20251010
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/AnimatorState2DScript" AnimatorState2DScript Class AnimatorState2DScript Hierarchy AnimatorState2DScript Index Methods onStateEnter o...
来源: Laya3.0_api 发布时间: 20231115
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/ClipRectCmd" ClipRectCmd Class ClipRectCmd 裁剪命令 Hierarchy ClipRectCmd Index Properties height width x y ID Methods recover P...
来源: Laya3.0_api 发布时间: 20231115
...件加载需要设置相应的编码,二进制编码为空字符串 */ public static function downLoadFile(fileUrl:String, fileType:String = "",callBack:Handler = null,encoding:String = "ascii"):void ``` #### 3、清除缓存文件 由于微信小游戏的缓存上限是50M物理空间,所以无...
来源: Laya2.0_文档 发布时间: 20210714
...o Frames TileAniSpriteProperties | Methods | Events Packagelaya.mapClasspublic class TileAniSpriteInheritanceTileAniSprite Sprite Node EventDispatcher Object TildMap的动画显示对象(一个动画(TileTexSet),可以绑定多个动画显示对象(TileAniSprite)) Public Properties ...
来源: laya_api 发布时间: 20170929
...0830 • 2017-12-05 10:05 你看一下Node.as这个类,原本是这样的public var timer:Timer = Laya.timer; ,后来你们改成public var timer:Timer = Laya.timer2;了 wudi199553 • 2017-12-06 10:23 timer2我们公司1.7.12以后对外开放了,所以不是我们没经测试就上线的,
来源: Laya_社区 发布时间: 20171204
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/net/BatchProgress" BatchProgress Class BatchProgress Hierarchy BatchProgress Implements IBatchProgress Index Constructors constructor Accessors ...
来源: Laya3.0_api 发布时间: 20231115
...乐音量。 * @default 1 */ public static var musicVolume:Number = 1; /** * 音效音量。 * @default 1 */ public static var soundVolume:Number = 1; 2018-04-26 0 0 分享 微博 QZO...
来源: Laya_社区 发布时间: 20180426