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

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

451. typeScript Java互调问题 [ 66%]

...tWindow().requestFeature(Window.FEATURE_NO_TITLE);         getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);                  mProxy = new RuntimeProxy(this);         mPlugin = new GameEngine(this);         mPlugin.game...

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

452. laya.components.Script_API3.0 [ 66%]

...tPath Accessors awaked destroyed enabled hideFlags id Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onCollisionEnter onCollisionExit onCollisionStay onDestroy onDisable onEnable onJointBreak onKeyDown onKeyPress onKeyUp onLateUpdate onMouseClick onMouseDoubleClick onMouseDown onM...

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

453. 2.3.0beta 各种bug [ 66%]

...过,修改 typescript({                 check: true, //Set to false to avoid doing any diagnostic checks on the code                 tsconfigOverride:{compilerOptions:{removeComments: true}}             }),如果有  async(){ await xxxx }会报这个错...

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

454. laya.resource.Resource [ 66%]

...IDisposeSubclasses AnimationTemplet, BaseMaterial, BaseMesh, BaseShader, BaseTexture, Buffer, Sky, TerrainHeightData, TerrainRes Resource 资源存取类。 Public Properties PropertyDefined By  disposed : Boolean[read-only] 是否已处理。 Resource  id : int[read-only] 获取唯一标识ID(...

来源: laya_api 发布时间: 20170422

455. 2.2.0 bata3版本,new Laya.Particle2D 报错 [ 66%]

...建就会报错。 Laya.loader.load("xxx.part", Laya.Handler.create(this, (settings: Laya.ParticleSetting) => { let particle = new Laya.Particle2D(settings); }), null, Laya.Loader.JSON); 附件 : --> 2019-08-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

456. laya.ui.Slider [ 66%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

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

457. laya.media.SoundChannel [ 66%]

...ntation     public function get volume():Number    public function set volume(value:Number):voidMethod Detail__runComplete()method protected function __runComplete(handler:Handler):void private Parameters handler:Handlerpause()method  public function pause():void 暂停播放。 play()metho...

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

458. 微信飞机大战报错 [ 66%]

微信飞机大战报错 调用堆栈:"Cannot set property 'text' of undefined"  调试控制台输出:Error processing "evaluate": TypeError: Cannot read property 'api' of undefined     at ChromeConnection.get api [as api] (d:\Program\LayaAirIDE_1.7.0\resources\app\extensions\laya-debug\node_mo...

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

459. List组件拖动浏览时item会出现重叠的现象 [ 66%]

...ya.ui.List; export class ListDataSourceMediator { constructor() { } public setUp():void { var list: List = new List(); // 渲染的item list.itemRender = ListDataSourceItem; // 设置行列显示的item个数 list.repeatX = 1; list.repeatY = 4; // list居中显示 list.x = (Laya.stage.width - ListDa...

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

460. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 66%]

...sole.log("logo is onclicked"); //超链接 onLink(href); }); //设置 this.setting.on(Laya.Event.CLICK,null,function(){ console.log("setting is onclicked"); });  //链接地址 function onLink(data) { // TODO Auto Generated method stub Laya.Browser.window.location.href=data; }   } //绑定父类 L...

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