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

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

691. 如何在IOS和Android中调用AS 实例的方法 [ 63%]

...iOS中通过调用 [[conchRuntime GetIOSConchRuntime] callMethod:jsObjId className:@"platform.PlatformAPI" methodName:methodName param:strValue], 运行时候报    reflection error : can not find class [platform.PlatformAPI]. 不知道原因。 className试了"PlatformAPI",也不可以   同时...

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

692. 构造函数的__super.call(this)以及调用基方法的laya.ui.Component.prototype.onCompResize.call(this);在2.0是怎么写的 [ 63%]

...有通过一个的名字(字符串)来获取该的方法?似get class by name 问题状态 最新活动: 2019-03-22 17:48 浏览: 810 关注: 1 人

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

693. 绘制直线与折线(ActionScript-LayaAir基础篇(AS3)-矢量图) [ 63%]

...isplay.Stage;     import laya.webgl.WebGL;           public class Sprite_DrawShapes     {         private var sp:Sprite;                   public function Sprite_DrawShapes()         {             Laya.init(500, 300, WebGL);   ...

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

694. 请问如何使我的自定义UIDropBox继承Laya.Sprite? [ 63%]

...fined console.log(this._super);//undefined this.addChild(this.txt); } Laya.class(UIDropBox, "UIDropBox", Sprite); UIDropBox.prototype = { getTextFeild: function () { var text = new Text(); text.overflow = Text.VISIBLE; text.color = "#FFFFFF"; text.fontSize = 20; return text; } } return UIDropBox; })...

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

695. laya.media.SoundChannel_API3.0 [ 63%]

...xternals Only exported Menu Globals "laya/media/SoundChannel" SoundChannel Class SoundChannel SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应用程序可以具有混合在一起的多个声道。 SoundChannel 包含控制声音的播放、暂停、...

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

696. laya.d3.resource.RenderTexture [ 63%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTextureProperties | Methods Packagelaya.d3.resourceClasspublic class RenderTextureInheritanceRenderTexture BaseTexture laya.resource.Resource RenderTarget 用于创建渲染目标。 Public Properties Hide Inher...

来源: laya_api 发布时间: 20170929

697. js调用android的java代码失败。NoSuchMethodException [ 63%]

...ethod {"v":"java.lang.NoSuchMethodException: demo.JSBridge.testString: [class java.lang.String]"} demo.JSBridge testString:   在js那边的代码 为: _doTestCallJava(){ let os = null let bridge = null if(typeof conchConfig != "undefined"){ os = conchConfig.getOS() } if (os == "Conch-ios")...

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

698. WXOpenDataViewer组件使用报错 [ 63%]

... 拉入WXOpenDataViewer组建 Chrom浏览器运行   报错 Can not find class laya.ui.WXOpenDataViewer 附件 : --> 2019-08-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 先手动...

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

699. 设置遮罩(JavaScript-LayaAir基础篇(JS)-位图) [ 63%]

...x.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.Sprite) API内,该属性的说明如图1所示: ![1](img/1.jpg)(图1) ## 二、简单的遮罩示例 ### 2.1 我们先用LayaAir引擎显示一张位图 创建一个MaskDemo.js入口程序,编写...

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

700. laya.d3.graphics.VertexBuffer3D [ 63%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexBuffer3DProperties | Methods | Constants Packagelaya.d3.graphicsClasspublic class VertexBuffer3DInheritanceVertexBuffer3D Buffer Object VertexBuffer3D 用于创建顶点缓冲。 Public Properties Hide Inherite...

来源: Laya2.0_api 发布时间: 20190513