大约有 410 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0065 秒)
...m 'B' class A{ b:B; } 这种的,在生成js以后由于B只是表示类型,js是不需要的,所以上面的import就没了。 无法去掉的import主要是类似 new B, extends B, instanceof B, 以及静态成员访问B.stM 这种形式 例如上面的改成 b=new B() 就真的是...
来源: Laya_社区 发布时间: 20190730
...可选)高度。 type:String (default = repeat) — (可选)填充类型 repeat|repeat-x|repeat-y|no-repeat offset:Point (default = null) — (可选)贴图纹理偏移 ReturnsFillTextureCmdgetBounds()method public function getBounds(realSize:Boolean = false):Rectangle 获取位置...
来源: Laya2.0_api 发布时间: 20190513
...D骨骼动画(Spine、Skeleton)。 以上列出了可以创建的节点类型,下面就来介绍创建节点的方式,主要有两种:一种是创建的无父级关系的单独节点,即3D节点在Scene3D下,2D节点在Scene2D下;另一种是创建在某个节点下,作为其子节...
来源: Laya3.0_文档 发布时间: 20241014
...opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="file";//设置类型是file类型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; 下面看下完整的代码: class Main { private video:Laya.Video; constructor() { /...
来源: Laya3.0_文档 发布时间: 20241014
...可选)高度。 Default value type: string = "repeat" (可选)填充类型 repeat|repeat-x|repeat-y|no-repeat Default value offset: Point | null = null (可选)贴图纹理偏移 Default value color: string = null (可选)颜色 Returns FillTextureCmd | null getBounds getBounds(realSi...
来源: Laya3.0_api 发布时间: 20231115
...可选)高度。 Default value type: string = "repeat" (可选)填充类型 repeat|repeat-x|repeat-y|no-repeat Default value offset: Point | null = null (可选)贴图纹理偏移 Default value color: string = null (可选)颜色 Returns FillTextureCmd | null getBounds getBounds(realSi...
来源: Laya3.0_api 发布时间: 20231115
...opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="file";//设置类型是file类型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; Browser.document.body.appendChild(file);//添加到页面; file.onchange = function(e...
来源: Laya2.0_文档 发布时间: 20210715
...可选)高度。 Default value type: string = "repeat" (可选)填充类型 repeat|repeat-x|repeat-y|no-repeat Default value offset: Point | null = null (可选)贴图纹理偏移 Default value color: string = null (可选)颜色 Returns FillTextureCmd | null getBounds getBounds(realSi...
来源: Laya3.0_api 发布时间: 20231115
... 工具及涉及:layaide+typescript+pomelo+tiledmap+其他工具 项目类型:mmorpg 人员:zom(客户端) + arrow(服务端) 进度:单机体验状态,实现 摇杆,切图,释放技能(由于人员和精力有限还需要处理公司正常工作,网络版进度暂时搁置...
来源: Laya_社区 发布时间: 20161109
...的图集格式,仅用于图集,所以在加载.atlas时不需要填写类型,和加载普通的单图方式一样,更加方便,是推荐的图集加载方式。atlas方式加载图集的示例代码为: //atlas方式图集使用示例 Laya.loader.load("resources/atlas/Atlas_ui.atlas").t...
来源: Laya3.0_文档 发布时间: 20241014