大约有 1,227 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0058 秒)
... => void): Promise<string> Defined in laya/resource/AssetDb.ts:59 获取真实的Url Parameters url: string Optional onResolve: (url: string) => void (url: string): void Parameters url: string Returns void Returns Promise<string> shaderName_to_URL shaderName_to_URL(shaderName: stri...
来源: Laya3.0_api 发布时间: 20231115
... Laya.stage.on(Laya.Event.MOUSE_UP, this, function() { this.index = 0; //获取每次生成路径 this.getGridIndex(this.path[this.curPathIndex % this.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this.startPoint); this.getGridIndex(this.path[this.nextPathIndex % this.pointCount...
来源: Laya2.0_文档 发布时间: 20210715
...抬起 Laya.stage.on(Event.MOUSE_UP, this, function():void { index = 0; //获取每次生成路径 getGridIndex(path[curPathIndex % pointCount].x, path[curPathIndex++ % pointCount].z, startPoint); getGridIndex(path[nextPathIndex % pointCount].x,path[nextPathIndex++ % pointCount].z, endPoint); //开...
来源: Laya2.0_文档 发布时间: 20210714
...5)。可能出现不一致的编译错误 3D模型无法修改scale? 怎样获取浏览器地址传过来的GET参数 问题状态 最新活动: 2018-07-26 17:15 浏览: 1118 关注: 1 人
来源: Laya_社区 发布时间: 20180726
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中...
来源: Laya2.0_api 发布时间: 20190513
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Sprite3D componentsCount : int[read-only] 获得组件的数量。 Sprite3D destroyed : Boolean[只读]是否已...
来源: laya_api 发布时间: 20170929
...下滑动了 FD 宏编译时 出现 试图访问该方法时失败 怎样获取浏览器地址传过来的GET参数 摄像机跟随刚体移动,刚体出现抖动。 问题状态 最新活动: 2018-09-10 22:24 浏览: 1474 关注: 2 人 CGH • 2018-08-30 20:41 原因是啥?
来源: Laya_社区 发布时间: 20180410
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Sprite3D componentsCount : int[read-only] 获得组件的数量。 Sprite3D destroyed : Boolean[只读]是否已...
来源: laya_api 发布时间: 20170929
...影机视口 ```typescript Laya.timer.once(3000,this,function ():void { //获取第一个摄影的视口 var viewport1:Viewport = camera1.normalizedViewport; //修改参数 viewport1.width = 0.2; //重新赋值是视口 camera1.normalizedViewport = viewport1; var viewport2:Viewport = camera2.normali...
来源: Laya2.0_文档 发布时间: 20210715
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在层级中是否激活。 Sprite3D belongScene : Boolean[read-only] 获取是否属于场景。 Sprite3D componentsCount : int[read-only] ...
来源: laya_api 发布时间: 20170603