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

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

541. laya.display.cmd.DrawTextureCmd_API3.0 [ 69%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawTextureCmd" DrawTextureCmd Class DrawTextureCmd 绘制单个贴图 Hierarchy DrawTextureCmd Index Properties alpha blendMode col...

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

542. laya.d3.component.staticmesh.StaticMeshMergeInfo_API3.0 [ 69%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/staticmesh/StaticMeshMergeInfo" StaticMeshMergeInfo Class StaticMeshMergeInfo Hierarchy StaticMeshMergeInfo Index Properties indexC...

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

543. laya.components.AnimatorStateTriggerCondition_API3.0 [ 69%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/AnimatorStateCondition" AnimatorStateTriggerCondition Class AnimatorStateTriggerCondition Hierarchy AnimatorStateCondition AnimatorSt...

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

544. laya.display.cmd.DrawEllipseCmd_API3.0 [ 69%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawEllipseCmd" DrawEllipseCmd Class DrawEllipseCmd Hierarchy DrawEllipseCmd Index Properties fillColor height lineColor lineWidth p...

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

545. 二次开发 异步回调没反应 [ 69%]

二次开发 异步回调没反应 ts: /**视频广告 */ public static showVideoAd(success: Laya.Handler, type: string): void { if (GameConfig.ins.isDev) { success.runWith(1); return; } var VGUtil = Laya.PlatformClass.createClass("com.szdn.game.fkzy.VGUtil"); VGUtil.callWithBack(back, "showVideoAd...

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

546. laya.display.cmd.DrawRectCmd_API3.0 [ 69%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawRectCmd" DrawRectCmd Class DrawRectCmd 绘制矩形 Hierarchy DrawRectCmd Index Properties fillColor height lineColor lineWidth ...

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

547. 原生语言与JS通信 · LayaAir3.4 · 引擎文档 · LAYABOX [ 68%]

... 在app/src/main/java/demo/HandleMessageUtils.java添加消息处理代码 public static String handleSyncMessage(String eventName, String data) { Log.d(LOG_TAG, eventName +" " + data); if (eventName.equals("syncMessage")) { return "sync message from platform"; } return "default sync result"; } publ...

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

548. laya.d3.math.BoundSphere_API3.0 [ 68%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/BoundSphere" BoundSphere Class BoundSphere BoundSphere 类用于创建包围球。 Hierarchy BoundSphere Implements IClone Index Constru...

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

549. laya.d3.core.particleshuriken.module.GradientAngularVelocity_API3.0 [ 68%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/GradientAngularVelocity" GradientAngularVelocity Class GradientAngularVelocity GradientRotation 类用于创建...

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

550. [LayaAir3]laya ts怎么获取JSBridge方法里面 返回的byte[]数据 [ 68%]

...已经string int 都是可以返回的 ,但是byte能获取到么 比如 public static byte getBytes() { byte dd2 = new byte{12, 3, 0}; return dd2; } public static Bitmap getBitmap() { } 可以在laya ts代码中获取到么 var byt = bridge.call("getBitmap"); 2025-09-17 添加评论 免费帖 -->...

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