大约有 696 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)
Laya3.0_api(324) Laya2.0_api(134) laya_api(106) Laya_社区(97) Laya2.0_文档(23) Laya3.0_文档(11) Laya2.0_示例(1)
...orld PIXEL_RATIO Accessors allowSleeping gravity worldRoot I Methods event getBodyCount getContactCount getJointCount hasListener off offAll offAllCaller on once start stop updatePhysicsByWorldRoot enable Constructors constructor new Physics(): Physics Defined in laya/physics/Physics.ts:39 Returns P...
来源: Laya3.0_api 发布时间: 20231115
...th container document height pixelRatio width window Methods createElement getElementById getQueryString now removeElement Properties Static PLATFORM_ANDROID PLATFORM_ANDROID: number = 1 Defined in laya/utils/Browser.ts:71 Static PLATFORM_IOS PLATFORM_IOS: number = 2 Defined in laya/utils/Browser.ts...
来源: Laya3.0_api 发布时间: 20231115
...lEventDic.set("BagUI",{"uiClass": BagUI}); var uiData:Object = panelDic.get("BagUI"); var uiClass:Class = uiData.uiClass; var ui:View = new uiClass(); 如上代码所示:在Object中保存的 Class 应该如何实例化呢? 2017-10-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20171010
...er Defined in laya/d3/resource/models/SkyRenderer.ts:36 Accessors material get material(): Material set material(value: Material): void Defined in laya/d3/resource/models/SkyRenderer.ts:49 材质。 Returns Material Defined in laya/d3/resource/models/SkyRenderer.ts:53 材质。 Parameters value: Mat...
来源: Laya3.0_api 发布时间: 20231115
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite...
来源: laya_api 发布时间: 20170929
...资源编辑的首选工具。 Unity下载地址为:[https://unity3d.com/get-unity/download/archive](https://unity3d.com/get-unity/download/archive) > 如果Unity官方打不开的话,我们在Github上也留了一份存档,可以前往下载 > > https://github.com/layabox/layaair-doc/tree/mas...
来源: Laya2.0_文档 发布时间: 20200620
...e _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getVideo hasListener isCreateFromURL off offAll offAllCaller on once setSource create destroyUnusedResources Constructors constructor new HtmlVideo(): HtmlVideo Overrides Bitmap.__constructor Defined in laya/device/media/Html...
来源: Laya3.0_api 发布时间: 20231102
...动条宽度),如果前者为0或为空,则选择后者。 */ static get clientWidth(): number { Browser.__init__(); return Browser._clientWidth || Browser._window.innerWidth || Browser._document.body.clientWidth; } static set clientWidth(value: number) { Browser._clientWidth = value; } /** * ...
来源: Laya3.0_文档 发布时间: 20251010
...资源编辑的首选工具。 Unity下载地址为:[https://unity3d.com/get-unity/download/archive](https://unity3d.com/get-unity/download/archive) > 如果Unity官方打不开的话,我们在Github上也留了一份存档,可以前往下载 > > https://github.com/layabox/layaair-doc/tree/mas...
来源: Laya2.0_文档 发布时间: 20200620
...perty x:Number 获取X轴坐标。 Implementation public function get x():Number public function set x(value:Number):voidyproperty y:Number 获取Y轴坐标。 Implementation public function get y():Number public function set y(value:Number):voidConstructor DetailVect...
来源: laya_api 发布时间: 20170929