大约有 3 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0022 秒)
...使用方法: /** * 创建浏览器原生节点。 * @param type 节点类型。 * @return 创建的节点对象的引用。 */ static createElement(type: string): any { Browser.__init__(); return Browser._document.createElement(type); } /** * 返回 Document 对象中拥有指定 id 的第一个...
来源: 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
...的图集格式,仅用于图集,所以在加载.atlas时不需要填写类型,和加载普通的单图方式一样,更加方便,是推荐的图集加载方式。atlas方式加载图集的示例代码为: //atlas方式图集使用示例 Laya.loader.load("resources/atlas/Atlas_ui.atlas").t...
来源: Laya3.0_文档 发布时间: 20241014