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

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

3021. 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

3022. 构建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

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

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

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

3024. 时间轴动画 · LayaAir3.4 · 引擎文档 · LAYABOX [ 18%]

...在脚本中监听到事件和参数了,脚本代码如下: 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_文档 发布时间: 20260128

3025. 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

3026. 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

3027. 打包成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

3028. 统计信息 · LayaAir3.4 · 引擎文档 · LAYABOX [ 10%]

...指定需要显示的统计项集合。 示例代码如下: const { regClass, property } = Laya; @regClass() export class Demo extends Laya.Script { onEnable(): void { Laya.Stat.elements = [ Laya.StatElement.CT_FPS, Laya.StatElement.CT_DrawCall, Laya.StatElement.M_GPUMemory ]; // 开启统计面...

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

3029. laya.ui.AdvImage_API3.0 [ 7%]

...Inherited Externals Only exported Menu Globals "laya/ui/AdvImage" AdvImage Class AdvImage 广告插件 author 小松 date -2018-09-19 Hierarchy Image AdvImage Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx ...

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

3030. laya.display.Stage_API3.0 [ 7%]

... Inherited Externals Only exported Menu Globals "laya/display/Stage" Stage Class Stage Stage 是舞台类,显示列表的根节点,所有显示对象都在舞台上显示。通过 Laya.stage 单例访问。 Stage提供几种适配模式,不同的适配模式会产生不同的画布大小,画...

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