大约有 166 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(93) Laya3.0_文档(23) laya_api(19) Laya3.0_api(13) Laya2.0_文档(9) Laya2.0_api(5) Laya_示例(2) Laya2.0_示例(2)
...rl:*, complete:Handler = null, progress:Handler = null, clas:Class = null, params:Array = null, priority:int = 1, cache:Boolean = true):* 根据clas类型创建一个未初始化资源的对象,随后进行异步加载,资源加载完成后,初始化对象的资源,并通过此对象派发 E...
来源: laya_api 发布时间: 20170929
...后 此方法为虚方法,使用时重写覆盖即可 Node onOpened(param:*):void场景打开完成后,调用此方法(如果有弹出动画,则在动画完成后执行)Scene open(closeOther:Boolean = true, param:* = null):void 打开场景。【注意】被关闭的场景,如果...
来源: Laya2.0_api 发布时间: 20190513
...D[static] 加载Texture2D。 Texture2D onAsynLoaded(url:String, data:*, params:Array):void[override] private Texture2DProtected Methods MethodDefined By detoryResource():void[override] 销毁资源。 Texture2D recreateResource():void[override] 重新创建资源,如果异步创建中...
来源: laya_api 发布时间: 20170929
... number; /// <summary> /// Constructor. /// </summary> /// <param name="mouseButtonID">ID of mouse button.</param> /// <param name="pointerSensitivity">Sensitivity of mouse pointer.</param> /// <param name="wheelSensitivity">Sensitivity of mouse ScrollWheel....
来源: Laya_社区 发布时间: 20170714
... number; /// <summary> /// Constructor. /// </summary> /// <param name="mouseButtonID">ID of mouse button.</param> /// <param name="pointerSensitivity">Sensitivity of mouse pointer.</param> /// <param name="wheelSensitivity">Sensitivity of mouse ScrollWheel....
来源: Laya_社区 发布时间: 20190224
...输入有误!"); return false; } return true; } /** * 输入框事件 * @param input TextInput * @param lable Label * @param e Event */ private _onInputEvent(input: Laya.TextInput, lable: Laya.Label, e: string) { switch (e) { case Laya.Event.FOCUS: // input.color = "#fff"; // // 输入框内没有...
来源: Laya_社区 发布时间: 20200410
...碗里来: /** * 把本地坐标转换为相对stage的全局坐标。 * @param point 本地坐标点。 * @param createNewPoint (可选)是否创建一个新的Point对象作为返回值,默认为false,使用输入的point对象返回,减少对象创建开销。 * @return 转换后的坐...
来源: Laya_社区 发布时间: 20180906
... } /**播放龙骨动画 * @param url 动画的路径 * @param dragronX 动画显示x坐标 * @param dragronY 动画显示y坐标 * @param parent 龙骨动画父容器 ...
来源: Laya_社区 发布时间: 20170406
...e(this, this.onLoading, null, false)); /** * 加载资源进度 * @param percent 百分比 */ private onLoading(percent: number): void { this.view.box_mark.graphics.drawPie(216, 216, 216, -90, (-90 + Math.floor(percent * 360)), "#ff0000"); //画进度 let point: { x: number, y: number, hudu:...
来源: Laya_社区 发布时间: 20190629
...; } return this._instance; } constructor() { } /** * 解析字体样式 * @param {Object} obj */ parseStyle(obj: Object) { this._styleMap = obj; } /** * 根据key找到字体样式的具体配置 * @param {string} id * @returns {ITextFormat} */ getStyleById(id: string): ITextFormat { return this._st...
来源: Laya_社区 发布时间: 20171226