• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 385 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0083 秒)

301. laya.ui.Slider_API3.0 [ 64%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

来源: Laya3.0_api 发布时间: 20231115

302. laya.ui.ScrollBar_API3.0 [ 64%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

来源: Laya3.0_api 发布时间: 20231115

303. 贴图的采样格式在laya里面怎么设置的 [ 63%]

...率会穿透 Laya mac版的IDE 是没测试就上线了吗? 如何设置Sprite的宽高和点击区域? ui list 里面的元素不能点击两次 关于Laya实现Matter.js官方案例凹多边形的问题 一个3D正方体模型,想给它六个面贴不同的贴图,该如何处理? 我的t...

来源: Laya_社区 发布时间: 20180402

304. laya.ui.FontClip_API3.0 [ 63%]

...56 _graphics _graphics: AutoBitmap Inherited from Clip._graphics Overrides Sprite._graphics Defined in laya/ui/Clip.ts:151 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/...

来源: Laya3.0_api 发布时间: 20231115

305. laya.ui.List_API3.0 [ 63%]

...Children?: boolean): List Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns List Properties Optional _extra _extra: INodeExtra Inherited from ...

来源: Laya3.0_api 发布时间: 20231115

306. laya.ui.UIGroup_API3.0 [ 63%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

来源: Laya3.0_api 发布时间: 20231115

307. 发布的时候能否设置不包含debug相关的代码 [ 63%]

...登录 发起人 reven1983 相关问题 解决跨域相关! 如何设置Sprite的宽高和点击区域? 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 预设怎么在代码中使用 Texture图片能否进行翻转? 如何通过命令行工具构建...

来源: Laya_社区 发布时间: 20170312

308. 如何遍历资源文件夹下的文件 [ 63%]

...的定义!这是为什么? 已上传 Demo 附件 关于遍历产生的sprite的点击事件,急,大神帮看哈 图集打包找不到图集文件 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 laya2的Scene默认是文件模式,...

来源: Laya_社区 发布时间: 20190629

309. laya.ui.Panel_API3.0 [ 63%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

来源: Laya3.0_api 发布时间: 20231115

310. 资源加载 · LayaAir3.0文档 · LAYABOX [ 63%]

...url, Laya.Loader.IMAGE).then((res: Laya.Texture) => { let sp = new Laya.Sprite(); sp.texture = res; this.owner.addChild(sp); }); } } 常用类型如下: 引擎全局变量 类型标识字符串 类型说明 Laya.Loader.TEXT text 文本类型 Laya.Loader.JSON json JSON类型 Laya.Loader.XML xml ...

来源: Laya3.0_文档 发布时间: 20230728