大约有 819 项符合查询结果, 库内数据总量为 30,938 项。 (搜索耗时: 0.0064 秒)
Laya3.0_api(330) Laya2.0_api(175) Laya_社区(152) laya_api(131) Laya2.0_文档(17) Laya_示例(6) Laya3.0_文档(5) Laya2.0_示例(3)
...ypeInfo Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...lass TipManagerInheritanceTipManager Component Sprite Node EventDispatcher Object鼠标提示管理类Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影...
来源: laya_api 发布时间: 20170929
...gelaya.d3.graphics.VertexClasspublic class VertexMeshInheritanceVertexMesh Object ... Public Methods MethodDefined By getVertexDeclaration(vertexFlag:String, compatible:Boolean = true):VertexDeclaration[static] 获取顶点声明。 VertexMeshPublic Constants ConstantDefined By instanceMVPM...
来源: Laya2.0_api 发布时间: 20190513
...troyUnusedResources LAYA_ANIMATION_160_VISION LAYA_ANIMATION_VISION Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Inherited constructor Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ass HSliderInheritanceHSlider Slider Component Sprite Node EventDispatcher Object 使用 HSlider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 HSlider 控件采用水平方向。滑块轨道从左向右扩展,而标签位于轨道的顶部或底部。 See als...
来源: laya_api 发布时间: 20170929
...riteFloat64(value); return floats }; } class Routedic{ private static _ids:Object = {}; private static _names:Object = {}; static init(dict:any):void { this._names = dict || {}; var _names = this._names; var _ids = this._ids; for (var name in _names) { _ids[_names[name]] = name; } } static getID(nam...
来源: Laya_社区 发布时间: 20180119
...ng = a; var u:String = s.substr(0, s.length - 4);//去掉.swf后缀 var o1:Object = { url:u + "/sheet.js?v=" + config.version, type:ResLoader.TXT, size:1}; var o2:Object = { url:u + "/sheet.png?v=" + config.version, type:ResLoader.BMD, size:1}; b.push(o1); b.push(o2); } App.loader.loadAssets(b, new ...
来源: Laya_社区 发布时间: 20151217
...blic class PanelInheritancePanel Box Component Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改a...
来源: laya_api 发布时间: 20170929
... ProgressBarInheritanceProgressBar UIComponent Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHiera...
来源: Laya2.0_api 发布时间: 20190513
...= "/" ? this.mUrl : this.mUrl + "/"; var data: any = new Object(); data.command = request.command; data.adpter = request.adpter; data.params = args; console.log("netconnection call:", url + command, JSON.string...
来源: Laya_社区 发布时间: 20161109