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

大约有 3,033 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0090 秒)

3011. laya.ui.Tab_API3.0 [ 20%]

...ected All Inherited Externals Only exported Menu Globals "laya/ui/Tab" Tab Class Tab Tab 组件用来定义选项卡按钮组。 * 属性:selectedIndex 的默认值为-1。 example 以下示例代码,创建了一个 Tab 实例。 package { import laya.ui.Tab; import laya.utils.Handler; public cl...

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

3012. laya.ui.Image_API3.0 [ 20%]

...d All Inherited Externals Only exported Menu Globals "laya/ui/Image" Image Class Image Image 类是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 examp...

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

3013. laya.ui.TextInput_API3.0 [ 19%]

...herited Externals Only exported Menu Globals "laya/ui/TextInput" TextInput Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextInput 实例。 package { import laya.display.Stage; import laya.ui.TextInput; import laya.util...

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

3014. laya.ui.TextArea_API3.0 [ 19%]

...Inherited Externals Only exported Menu Globals "laya/ui/TextArea" TextArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextArea 实例。 package { import laya.ui.TextArea; import laya.utils.Handler; public class TextAre...

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

3015. 时间轴动画 · LayaAir3.3 · 引擎文档 · LAYABOX [ 19%]

...在脚本中监听到事件和参数了,脚本代码如下: const { regClass, property } = Laya; @regClass() export class Script extends Laya.Script { //declare owner : Laya.Sprite3D; constructor() { super(); } event1(p1:any, p2:any): void { console.log("event1",p1,p2); } } 在脚本中创建eve...

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

3016. 构建apk后,java报错 [ 19%]

...a:80)         at miui.contentcatcher.InterceptorFactory.initInterceptorClass(InterceptorFactory.java:99)         at miui.contentcatcher.InterceptorFactory.createInterceptor(InterceptorFactory.java:41)         at miui.contentcatcher.InterceptorProxy$H.handleMessage(InterceptorProxy.java:3...

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

3017. 时间轴动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 18%]

...x.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.Animation)。

来源: Laya2.0_文档 发布时间: 20210715

3018. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 18%]

...码 /** * Based upon https://github.com/bgrins/javascript-astar */ export class AStarFindPath { private terrainSprite: MeshTerrainSprite3D; private layaMonkey: Sprite3D; private path: Vector3[]; private _everyPath: any[]; private _position: Vector3 = new Vector3(0, 0, 0); private _upVector3: Vector3...

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

3019. laya.ui.Radio_API3.0 [ 14%]

...d All Inherited Externals Only exported Menu Globals "laya/ui/Radio" Radio Class Radio Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选择该组中当前所选的 Radio 控件...

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

3020. 打包成APK运行一半崩溃 [ 13%]

...tive 04-11 11:17:08.924    8591-8591/? I/HwCust﹕ Constructor found for class android.app.HwCustHwWallpaperManagerImpl 04-11 11:17:08.927    8591-8591/? E/LayaGameEngine﹕ game_plugin_set_option key=localize value=false 04-11 11:17:08.927    8591-8591/? E/LayaGameEngine﹕ game_plugin_set_op...

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