大约有 2,727 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0072 秒)
Laya_社区(1131) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya2.0_示例(109) Laya3.0_文档(86)
...Color = "#232628"; this.connect(); this.showLogger(); } private connect(): void { this.hr = new HttpRequest(); this.hr.once(Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Event.ERROR, this, this.onHttpRequestError); thi...
来源: Laya2.0_示例 发布时间: 20241118
...ccessors Static cursor get cursor(): string set cursor(cursorStr: string): void Defined in laya/utils/Mouse.ts:25 设置鼠标样式 Returns string Defined in laya/utils/Mouse.ts:21 设置鼠标样式 Parameters cursorStr: string 例如auto move no-drop col-resize all-scroll pointer not-allowed row-...
来源: Laya3.0_api 发布时间: 20231115
...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addLabel(label:String, index:int):void 增加一个标签到index帧上,播放到此index后会派发label事件 MovieClip clearTimer(caller:*, method:Function):void 清理定时器。功...
来源: laya_api 发布时间: 20170929
...Color = "#232628"; this.connect(); this.showLogger(); } private connect(): void { this.hr = new HttpRequest(); this.hr.once(Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Event.ERROR, this, this.onHttpRequestError); thi...
来源: Laya2.0_示例 发布时间: 20241118
...e2D(texture:Texture2D, textureWidth:int, textureHeight:int, func:Function):void[static] TextureGenerator haloTexture(x:int, y:int, maxX:int, maxY:int, index:int, data:Uint8Array):void[static] TextureGenerator lightAttenTexture(x:int, y:int, maxX:int, maxY:int, index:int, data:Uint8Array):void[...
来源: Laya2.0_api 发布时间: 20190513
...nf 地图的配置信息 */ public create(conf:LevelConf, handler:Handler):void{ this._mLevelConf = conf; this._mCompleteHandler = handler; this._mViewPortX = 0; this._mViewPortY = 0; this._mTiledMap = new TiledMap(); this._mLoadState = ESceneLoadState.eLoadMap; this._mTiledMap.createMap(conf.fileNa...
来源: Laya_社区 发布时间: 20180529
...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode addLabel(label:String, index:int):void 增...
来源: Laya2.0_api 发布时间: 20190513
...efined in laya/d3/core/UI3D/UI3DManager.ts:7 Methods add add(value: UI3D): void Defined in laya/d3/core/UI3D/UI3DManager.ts:12 Parameters value: UI3D Returns void destory destory(): void Defined in laya/d3/core/UI3D/UI3DManager.ts:53 Destroy Returns void rayCast rayCast(ray: Ray): any Defined in lay...
来源: Laya3.0_api 发布时间: 20231115
...加子节点到指定的索引位置。 LayoutBox addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, meth...
来源: laya_api 发布时间: 20170929
...ntDataColor 实例。 GradientDataColor addAlpha(key:Number, value:int):void 增加Alpha渐变。 GradientDataColor addRGB(key:Number, value:Vector3):void 增加RGB渐变。 GradientDataColor clone():* 克隆。 GradientDataColor cloneTo(destObject:*):void 克隆。 GradientDataColorProp...
来源: laya_api 发布时间: 20170929