• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 819 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0053 秒)

421. 如何将stage背景设置为透明 [ 65%]

...调试出现报错Uncaught (in promise) DOMException: play() 关于同为object层,层级设置无效的问题 anchor锚点设置不生效 龙骨skeleton鼠标点击区域的设置 Laya3D里的material可以设置flat shading么 求教: soundManager如何停止正在播放的背景音乐 将list...

来源: Laya_社区 发布时间: 20180607

422. laya.ui.MoreGame [ 65%]

...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

423. 怎么获取完全限定类名,就像as的getQualifiedClassName [ 65%]

...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

424. laya.ui.UIGroup [ 65%]

... class UIGroupInheritanceUIGroup Box Component Sprite Node EventDispatcher ObjectImplements IItemSubclasses RadioGroup, Tab Group 是一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Public Properties Hide Inherite...

来源: laya_api 发布时间: 20170929

425. laya.d3.component.AnimatorControllerLayer_API3.0 [ 65%]

...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

426. laya.utils.Browser [ 65%]

...s | Methods Packagelaya.utilsClasspublic class BrowserInheritanceBrowser Object Browser 是浏览器代理类。封装浏览器及原生 js 提供的一些功能。 Public Properties PropertyDefined By  canvas : HTMLCanvas[static] 全局画布实例(非主画布)。Browser  clientHeight :...

来源: laya_api 发布时间: 20170929

427. laya.resource.Texture2D [ 65%]

...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

428. laya.components.Animator2D_API3.0 [ 65%]

...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

429. laya.events.Event_API3.0 [ 65%]

..._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

430. laya.maths.Point [ 65%]

...ods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By  x : Number该点的水平坐标。Point  y : Number该点的垂直坐...

来源: laya_api 发布时间: 20170929