大约有 269 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0062 秒)
Laya_社区(77) Laya3.0_api(71) Laya2.0_api(53) laya_api(38) Laya3.0_文档(14) Laya2.0_文档(10) Laya2.0_示例(3) Laya_示例(3)
...oint updateZOrder fromImage Constructors constructor new HScrollBar(skin?: string): HScrollBar Inherited from ScrollBar.constructor Overrides UIComponent.constructor Defined in laya/ui/ScrollBar.ts:97 创建一个新的 ScrollBar 实例。 Parameters Default value skin: string = null 皮肤资源地...
来源: Laya3.0_api 发布时间: 20231115
...oint updateZOrder fromImage Constructors constructor new VScrollBar(skin?: string): VScrollBar Inherited from ScrollBar.constructor Overrides UIComponent.constructor Defined in laya/ui/ScrollBar.ts:97 创建一个新的 ScrollBar 实例。 Parameters Default value skin: string = null 皮肤资源地...
来源: Laya3.0_api 发布时间: 20231115
...Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...//创建视频纹理并将其应用到Sprite3D上 private createVideo(url: string): void { //设置纹理的路径 this.videoTexture.source = url; //开始播放视频 this.videoTexture.play(); //设置纹理的播放模式为循环播放 this.videoTexture.loop = true; //创建一个不受光材质 ...
来源: Laya3.0_文档 发布时间: 20251010
...lic class MsgMgr { /**共享画布类型**/ public static var SHAREDRESIZE:String = "sharedresize"; private static var _i:MsgMgr = null; public function MsgMgr() { super(); } public static function get instance():MsgMgr { return _i ||= new MsgMgr(); } /**初始化消息监听**/ public function init...
来源: Laya_社区 发布时间: 20180525
...s:345 ide配置文件使用 _reflectionsResolution _reflectionsResolution: string = "256" Defined in laya/d3/core/scene/Scene3D.ts:343 ide配置文件使用 _reflectionsSource _reflectionsSource: number = 0 Defined in laya/d3/core/scene/Scene3D.ts:341 ide配置文件使用 _scene _scene: Node Inheri...
来源: Laya3.0_api 发布时间: 20231115
... BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String, complete:Handler):void[static] 加载材质。 BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods...
来源: Laya2.0_api 发布时间: 20190513
... } private getGets() { var tempUrl: String = Laya.Browser.window.location.href; var u = tempUrl.split("?"); var gets: Object = {}; if (u[1]) { u = u[1].split("&"); ...
来源: Laya_社区 发布时间: 20181208
...3-09-04 0 0 分享 微博 QZONE 微信 Laya_phhh 赞同来自: set的时候string的方法默认废弃了(自己load然后再赋值) 2023-09-04 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 shiyang 相关问题 发起问题须知,...
来源: Laya_社区 发布时间: 20230901
...():void { var img:Texture = Laya.loader.getRes("hall/111.png"); var encode:String = Base64ImageTool.getBase64Pic(img); } 2017-06-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: zhuijie ...
来源: Laya_社区 发布时间: 20170613