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

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

621. laya.d3.physics.shape.ConeColliderShape_API3.0 [ 64%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/ConeColliderShape" ConeColliderShape Class ConeColliderShape ConeColliderShape 类用于创建圆锥碰撞器。 Hierarchy ColliderShape ConeColliderShape Implements IClone Index C...

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

622. laya.d3.shader.SubShader_API3.0 [ 64%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/SubShader" SubShader Class SubShader SubShader 类用于创建SubShader。 Hierarchy SubShader Index Constructors constructor Properties IncludeUniformMap Methods _addShaderPass addShader...

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

623. 在UI类里调用启动类的静态函数失败了 [ 64%]

...,请问这是什么?   /**Created by the LayaAirIDE*/ module view { export class GameInfo extends ui.GameInfoUI { constructor() { super(); this.kaishi_btn.on(Laya.Event.MOUSE_DOWN, this, this.onStart); // Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.birdFly);//可以绑定两个函数 Laya.s...

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

624. 分享一个Shader版的CoolDown实现 [ 64%]

...-------------------------- import Shader = laya.webgl.shader.Shader;     export class coolDownShader extends Shader {         /**          * 当前着色器的一个实例对象。          */         public static shader: coolDownShader = new coolDownShader();         constr...

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

625. laya.d3.math.Vector2_API3.0 [ 64%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector2" Vector2 Class Vector2 Vector2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor Properties x y ONE ZERO Methods clone cloneTo forNat...

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

626. native ui is not defined [ 64%]

...否做到每个子游戏分别打包zip,在Native中解包并跳转? exports is not defined (js篇) Laya Native环境下如何生成二维码?官网提供的方案只能在浏览器下运行。因为qrcode.js依赖浏览器环境。网上翻遍了资料,没找到解决方案。 window is not...

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

627. laya.d3.physicscannon.CannonPhysicsSimulation_API3.0 [ 64%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physicsCannon/CannonPhysicsSimulation" CannonPhysicsSimulation Class CannonPhysicsSimulation Simulation 类用于创建物理模拟器。 Hierarchy CannonPhysicsSimulation Index Properties fixed...

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

628. 2.2.0beta3版本的UI库中,WXOpenDataViewer没有注册 [ 64%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 动画混合无效(版本2.6) 求助关于TiledMap的版本问题 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 写了一个小塔防游戏,分享给初学的朋友们(ts版...

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

629. laya.maths.Vector2_API3.0 [ 64%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Vector2" Vector2 Class Vector2 Vector2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor Properties x y ONE ZERO Methods clone cloneTo forNativ...

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

630. 关于TS环境下的第三方库导入的疑问 [ 64%]

...s 目录中 也就是把上边的  /// <reference types="when" />  export = autobahn;   删掉 这样就和Laya库的格式比较像 只是多了个命名空间declare namespace autobahn { export class Session { id: number; realm: string; isOpen: boolean; features: any; .......................

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