大约有 819 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0053 秒)
Laya3.0_api(330) Laya2.0_api(175) Laya_社区(152) laya_api(131) Laya2.0_文档(17) Laya_示例(6) Laya3.0_文档(5) Laya2.0_示例(3)
...调试出现报错Uncaught (in promise) DOMException: play() 关于同为object层,层级设置无效的问题 anchor锚点设置不生效 龙骨skeleton鼠标点击区域的设置 Laya3D里的material可以设置flat shading么 求教: soundManager如何停止正在播放的背景音乐 将list...
来源: Laya_社区 发布时间: 20180607
...c class MoreGameInheritanceMoreGame View Scene Sprite Node EventDispatcher Object 游戏中心插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获...
来源: Laya2.0_api 发布时间: 20190513
...ClassName(value):string { var type = typeof value; if (!value || (type != "object" && !value.prototype)) { return type; } var prototype = value.prototype ? value.prototype : Object.getPrototypeOf(value); if (prototype.hasOwnProperty("__class__")) { return prototype["__class__"]; } var constr...
来源: Laya_社区 发布时间: 20170317
... class UIGroupInheritanceUIGroup Box Component Sprite Node EventDispatcher ObjectImplements IItemSubclasses RadioGroup, Tab Group 是一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Public Properties Hide Inherite...
来源: laya_api 发布时间: 20170929
...llerLayer.ts:231 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/d3/component/AnimatorControllerLayer.ts:218 克隆。 Parameters destObject: any 克隆源。 Returns void destroy destroy(): void Defined in laya/d3/component/AnimatorControllerLayer.ts:205...
来源: Laya3.0_api 发布时间: 20231102
...s | Methods Packagelaya.utilsClasspublic class BrowserInheritanceBrowser Object Browser 是浏览器代理类。封装浏览器及原生 js 提供的一些功能。 Public Properties PropertyDefined By canvas : HTMLCanvas[static] 全局画布实例(非主画布)。Browser clientHeight :...
来源: laya_api 发布时间: 20170929
...erride] 获取纹理资源。 BaseTexture _parse(data:*, propertyParams:Object = null, constructParams:Array = null):Texture2D[static] Texture2D generateMipmap():void 通过基础数据生成mipMap。 BaseTexture getPixels():Uint8Array 返回图片像素。 Texture2D load(url:String, compl...
来源: Laya2.0_api 发布时间: 20190513
...er stop Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
..._EVENTS Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By x : Number该点的水平坐标。Point y : Number该点的垂直坐...
来源: laya_api 发布时间: 20170929